Shades of Dark Gray #ABA7A7
Tints of Dark Gray #ABA7A7
RGB
CMYK
RGB Variations
Color information
#ABA7A7 (or 0xABA7A7) is known color: Dark Gray. HEX triplet: AB, A7 and A7. RGB value is (171,167,167). Sum of RGB (Red+Green+Blue) = 171+167+167=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 167 (65.62% from 255 or 33.07% from 505); Blue value is 167 (65.62% from 255 or 33.07% from 505); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA7A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA7A7 is #545858. Grayscale: #A8A8A8. Windows color (decimal): -5527641 or 10987435. OLE color: 10987435.
HSL color Cylindrical-coordinate representation of color #ABA7A7: hue angle of 0º degrees, saturation: 0.02, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ABA7A7 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
RGB | 171 | 167 | 167 | - |
CMYK | 0 | 0.02 | 0.02 | 0.33 |
HSL | 0º | 0.02% | 0.66% | - |
HSV(B) | 0º | 0.02% | 0.67% | - |
XYZ | 37.59 | 39.09 | 42.12 | - |
YUV | 168.2 | 127.33 | 130 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 167 | 167 | 0 | 0.02 | 0.02 | 0.33 | 0 | 0.02 | 0.66 |
Hex | AB | A7 | A7 | 0 | 2 | 2 | 21 | 0 | 2 | 42 |
Octal | 253 | 247 | 247 | 0 | 2 | 2 | 41 | 0 | 2 | 102 |
Binary | 10101011 | 10100111 | 10100111 | 0 | 10 | 10 | 100001 | 0 | 10 | 1000010 |
Color Harmonies of #ABA7A7
Complementary color
Monochromatic Colors of #ABA7A7
Black with #ABA7A7
Text Example
Text Example
White with #ABA7A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA7A7; }
p { color: rgb(171,167,167); }
H1.HeaderClassName
{
color: #ABA7A7;
}
.AnyTagClassName
{
color: #ABA7A7;
}
</style>
background-color css
<style>
a { background-color: #ABA7A7; }
a { background-color: rgb(171,167,167); }
div.DivClassName
{
background-color: #ABA7A7;
}
.BgClassName
{
background-color: #ABA7A7;
}
</style>
border-color css
<style>
span { border-color: #ABA7A7; }
span { border-color: rgb(171,167,167); }
td.TdClassName
{
border-color: #ABA7A7;
}
.TagClassName
{
border-color: #ABA7A7;
}
</style>