Shades of Dark Gray #ABA4A4
Tints of Dark Gray #ABA4A4
RGB
CMYK
RGB Variations
Color information
#ABA4A4 (or 0xABA4A4) is known color: Dark Gray. HEX triplet: AB, A4 and A4. RGB value is (171,164,164). Sum of RGB (Red+Green+Blue) = 171+164+164=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 164 (64.45% from 255 or 32.87% from 499); Blue value is 164 (64.45% from 255 or 32.87% from 499); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA4A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA4A4 is #545B5B. Grayscale: #A6A6A6. Windows color (decimal): -5528412 or 10790059. OLE color: 10790059.
HSL color Cylindrical-coordinate representation of color #ABA4A4: hue angle of 0º degrees, saturation: 0.04, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ABA4A4 is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
RGB | 171 | 164 | 164 | - |
CMYK | 0 | 0.04 | 0.04 | 0.33 |
HSL | 0º | 0.04% | 0.66% | - |
HSV(B) | 0º | 0.04% | 0.67% | - |
XYZ | 36.77 | 37.89 | 40.5 | - |
YUV | 166.09 | 126.82 | 131.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 164 | 164 | 0 | 0.04 | 0.04 | 0.33 | 0 | 0.04 | 0.66 |
Hex | AB | A4 | A4 | 0 | 4 | 4 | 21 | 0 | 4 | 42 |
Octal | 253 | 244 | 244 | 0 | 4 | 4 | 41 | 0 | 4 | 102 |
Binary | 10101011 | 10100100 | 10100100 | 0 | 100 | 100 | 100001 | 0 | 100 | 1000010 |
Color Harmonies of #ABA4A4
Complementary color
Monochromatic Colors of #ABA4A4
Black with #ABA4A4
Text Example
Text Example
White with #ABA4A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA4A4; }
p { color: rgb(171,164,164); }
H1.HeaderClassName
{
color: #ABA4A4;
}
.AnyTagClassName
{
color: #ABA4A4;
}
</style>
background-color css
<style>
a { background-color: #ABA4A4; }
a { background-color: rgb(171,164,164); }
div.DivClassName
{
background-color: #ABA4A4;
}
.BgClassName
{
background-color: #ABA4A4;
}
</style>
border-color css
<style>
span { border-color: #ABA4A4; }
span { border-color: rgb(171,164,164); }
td.TdClassName
{
border-color: #ABA4A4;
}
.TagClassName
{
border-color: #ABA4A4;
}
</style>