Shades of Dark Gray #ABA6A6
Tints of Dark Gray #ABA6A6
RGB
CMYK
RGB Variations
Color information
#ABA6A6 (or 0xABA6A6) is known color: Dark Gray. HEX triplet: AB, A6 and A6. RGB value is (171,166,166). Sum of RGB (Red+Green+Blue) = 171+166+166=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 166 (65.23% from 255 or 33.00% from 503); Blue value is 166 (65.23% from 255 or 33.00% from 503); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA6A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA6A6 is #545959. Grayscale: #A7A7A7. Windows color (decimal): -5527898 or 10921643. OLE color: 10921643.
HSL color Cylindrical-coordinate representation of color #ABA6A6: hue angle of 0º degrees, saturation: 0.03, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ABA6A6 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
RGB | 171 | 166 | 166 | - |
CMYK | 0 | 0.03 | 0.03 | 0.33 |
HSL | 0º | 0.03% | 0.66% | - |
HSV(B) | 0º | 0.03% | 0.67% | - |
XYZ | 37.31 | 38.68 | 41.58 | - |
YUV | 167.5 | 127.16 | 130.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 166 | 166 | 0 | 0.03 | 0.03 | 0.33 | 0 | 0.03 | 0.66 |
Hex | AB | A6 | A6 | 0 | 3 | 3 | 21 | 0 | 3 | 42 |
Octal | 253 | 246 | 246 | 0 | 3 | 3 | 41 | 0 | 3 | 102 |
Binary | 10101011 | 10100110 | 10100110 | 0 | 11 | 11 | 100001 | 0 | 11 | 1000010 |
Color Harmonies of #ABA6A6
Complementary color
Monochromatic Colors of #ABA6A6
Black with #ABA6A6
Text Example
Text Example
White with #ABA6A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA6A6; }
p { color: rgb(171,166,166); }
H1.HeaderClassName
{
color: #ABA6A6;
}
.AnyTagClassName
{
color: #ABA6A6;
}
</style>
background-color css
<style>
a { background-color: #ABA6A6; }
a { background-color: rgb(171,166,166); }
div.DivClassName
{
background-color: #ABA6A6;
}
.BgClassName
{
background-color: #ABA6A6;
}
</style>
border-color css
<style>
span { border-color: #ABA6A6; }
span { border-color: rgb(171,166,166); }
td.TdClassName
{
border-color: #ABA6A6;
}
.TagClassName
{
border-color: #ABA6A6;
}
</style>