Shades of Dark Gray #AAAAAA
Tints of Dark Gray #AAAAAA
RGB
CMYK
RGB Variations
Color information
#AAAAAA (or 0xAAAAAA) is known color: Dark Gray. HEX triplet: AA, AA and AA. RGB value is (170,170,170). Sum of RGB (Red+Green+Blue) = 170+170+170=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 170 - color contains mainly: red, green, blue. Hex color #AAAAAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAAAA is #555555. Grayscale: #AAAAAA. Windows color (decimal): -5592406 or 11184810. OLE color: 11184810.
HSL color Cylindrical-coordinate representation of color #AAAAAA: hue angle of 0º degrees, saturation: 0, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0%. Process color model (Four color, CMYK) of #AAAAAA is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 170 | 170 | - |
CMYK | 0 | 0 | 0 | 0.33 |
HSL | 0º | 0% | 0.67% | - |
HSV(B) | 0º | 0% | 0.67% | - |
XYZ | 38.21 | 40.2 | 43.78 | - |
YUV | 170 | 128 | 128 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 170 | 170 | 0 | 0 | 0 | 0.33 | 0 | 0 | 0.67 |
Hex | AA | AA | AA | 0 | 0 | 0 | 21 | 0 | 0 | 43 |
Octal | 252 | 252 | 252 | 0 | 0 | 0 | 41 | 0 | 0 | 103 |
Binary | 10101010 | 10101010 | 10101010 | 0 | 0 | 0 | 100001 | 0 | 0 | 1000011 |
Color Harmonies of #AAAAAA
Complementary color
Monochromatic Colors of #AAAAAA
Black with #AAAAAA
Text Example
Text Example
White with #AAAAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAAAA; }
p { color: rgb(170,170,170); }
H1.HeaderClassName
{
color: #AAAAAA;
}
.AnyTagClassName
{
color: #AAAAAA;
}
</style>
background-color css
<style>
a { background-color: #AAAAAA; }
a { background-color: rgb(170,170,170); }
div.DivClassName
{
background-color: #AAAAAA;
}
.BgClassName
{
background-color: #AAAAAA;
}
</style>
border-color css
<style>
span { border-color: #AAAAAA; }
span { border-color: rgb(170,170,170); }
td.TdClassName
{
border-color: #AAAAAA;
}
.TagClassName
{
border-color: #AAAAAA;
}
</style>