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