#a5a6a1 Color Hex Great Graphite

Information about Great Graphite Color | #0000FF

#a5a6a1 color RGB value is (165,166,161). #a5a6a1 color name is Great Graphite color.

#a5a6a1 hex color red value is 165 , green value is 166 and the blue value of its RGB is 161 . Cylindrical-coordinate representations (also known as HSL) of color #a5a6a1 hue: 72 , saturation: 3 and the lightness value of #a5a6a1 is 64

The process color (four color CMYK) of #a5a6a1 color hex is 0 , 0 ,1, 14 .

#a5a6a1

~Great Graphite

Color Converions

HEX
#a5a6a1
RGB
165,166,161
LAB
68,-1,2
CMYK
1,0,3,35
LCH
68,3,114
XYZ
36,38,39
HSV
72,3,65
HSL
72,3,64

Base Numbers

Base Red Green Blue
Binary 10100101 10100110 10100001
Octal 245 246 241
Decimal 165 166 161
Hex a5 a6 a1

RGB Percentages of Color #a5a6a1

65%
65%
63%

CMYK Percentages of Color #a5a6a1

0%
1%
0%
14%

Color Variations

View this color variations of shades, tints, tones, hues and temperatures.

Shades of #a5a6a1

A shade is created by adding black to a base color, increasing its darkness. Shades appear more dramatic and richer.

10%
#a5a6a1
20%
#959591
30%
#848581
40%
#747471
50%
#636461
60%
#535351
70%
#424240
80%
#323230
90%
#212120
100%
#111110

Tints of #a5a6a1

A tint is created by adding white to a base color, increasing its lightness. Tints are likely to look pastel and less intense.

10%
#a5a6a1
20%
#aeafaa
30%
#b7b8b4
40%
#c0c1bd
50%
#c9cac7
60%
#d2d3d0
70%
#dbdbd9
80%
#e4e4e3
90%
#ededec
100%
#f6f6f6

Tones of #a5a6a1

A tone is created by adding gray to a base color, increasing its lightness. Tones looks more sophisticated and complex than base colors.

10%
#a5a6a1
20%
#a1a29e
30%
#9e9e9a
40%
#9a9a97
50%
#969794
60%
#929390
70%
#8f8f8d
80%
#8b8b8a
90%
#878786
100%
#838383

Color harmonies

Color harmonies are pleasing color schemes created according to their position on a color wheel.

Analogous

Colors of the same luminance and saturation with hues that are adjacent on the color wheel, 30 degrees apart. Smooth transitions.
#a5a6a1
#a6a5a1
#a6a6a1
#a5a6a1
#a4a6a1
#a3a6a1

Complementary

Complementary color schemes are made by picking two opposite colors con the color wheel. They appear vibrant near to each other.
#a5a6a1
#a2a1a6

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#a5a6a1
#a1a6a3
#a5a1a6

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#a5a6a1
#a1a5a6
#a6a1a5

Tetradic

Tetradic color schemes are made form two couples of complementary colors in a rectangular shape on the color wheel. They are very versatile, and work best with one dominant color.
#a5a6a1
#a1a6a4
#a2a1a6
#a6a1a2

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#a5a6a1
#cfd0ca
#f9fbf3
#262625
#51514f
#7b7b78

Blindness simulator

Check how a color is perceived by color blind people to create accessible designs.

Normal

#a5a6a1

protanopia

#a8a39f

deuteranopia

#b59fa1

tritanopia

#a6a2af

achromatopsia

#a5a5a5

protanomaly

#a7a4a0

deuteranomaly

#afa1a1

achromatopsia

#a5a5a5

tritanomaly

#a6a4aa

achromatomaly

#a5a6a4

Contrast Checker

Verify the contrast of a text on white and black backgrounds.

White background

Poor 2/21
Hello World ! 2

Black background-color

Good 9/21
Hello World !

#a5a6a1 Color CSS Codes

.bgcolor {background-color:#a5a6a1; } 
.forecolor {color:#a5a6a1; }
.bordercolor {border:3px solid #a5a6a1; }
            

#a5a6a1 Text Font Color

<div style="color:#a5a6a1">
Div content here</div>

This sample text font color is #a5a6a1
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

#a5a6a1 Background Color

<div style="background-color:#a5a6a1">
Div content here</div>
Div content here

#a5a6a1 Border Color

<div style="border:3px solid #a5a6a1">
Div here</div>

This div border color is #a5a6a1

#a5a6a1 Color CSS Codes Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px #a5a6a1; } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a5a6a1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a5a6a1;
  -webkit-box-shadow: 1px 1px 3px 2px #a5a6a1;
  box-shadow: 1px 1px 3px 2px #a5a6a1; }
            

Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a5a6a1">Text here</p>
            

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a5a6a1;
              -webkit-box-shadow: 1px 1px 3px 2px #a5a6a1;
              box-shadow:         1px 1px 3px 2px #a5a6a1#a5a6a1">
Div content here</div>

This div box has shadow with color #a5a6a1

More Colors

Blackmail
#220066
Badshahi Brown
#d3a194
Bygone
#918e8a
Orange Fire
#ffaf6b
Aqua Island
#a1dad7
Croque Monsieur
#ac9877
Copper Rust
#95524c
Jungle Juice
#a4c161
Greenish Grey
#96ae8d
Foxy Fuchsia
#9f00c5
Godzilla
#3c4d03
Bat's Blood Soup
#ee3366
California Dreaming
#dec569
Bay Wharf
#747f89
Myrtle Green
#317873
Mature Cognac
#9a463d
Egyptian Violet
#3d496d
Baby Whale
#4d5588
Legendary Sword
#7f8384
Big Fish
#99a38e
Green Cape
#89ce01
Ash Pink
#998e91
Calming Effect
#cfd3a2
Dagger Moth
#e8e1d5
Ivory Tassel
#f8ead8
Afternoon Stroll
#d9c5a1
Groovy Lemon Pie
#d6be01
Greasy Greens
#117755
Mermaid Dreams
#0088bb
All About Olive
#676c58
Custard Cream
#fbefd0
Bahama Blue
#25597f
Deep Bottlebrush
#5e675a
Molly Robins
#4d8b72
Bay Leaf
#86793d
Nocturnal Sea
#0e6071
Footie Pajamas
#e6cee6
Clytemnestra
#e8e2e0
Briquette
#e15f65
rating-img
Rate this tool
NaN/5   0 votes