Shades of Hit Grey #ABACAC
Tints of Hit Grey #ABACAC
RGB
CMYK
RGB Variations
Color information
#ABACAC (or 0xABACAC) is known color: Hit Grey. HEX triplet: AB, AC and AC. RGB value is (171,172,172). Sum of RGB (Red+Green+Blue) = 171+172+172=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #ABACAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABACAC is #545353. Grayscale: #ABABAB. Windows color (decimal): -5526356 or 11316395. OLE color: 11316395.
HSL color Cylindrical-coordinate representation of color #ABACAC: hue angle of 180º 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 #ABACAC is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 171 | 172 | 172 | - |
CMYK | 0.01 | 0 | 0 | 0.33 |
HSL | 180º | 0.01% | 0.67% | - |
HSV(B) | 180º | 0.01% | 0.67% | - |
XYZ | 38.99 | 41.14 | 44.92 | - |
YUV | 171.7 | 128.17 | 127.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 172 | 172 | 0.01 | 0 | 0 | 0.33 | 180 | 0.01 | 0.67 |
Hex | AB | AC | AC | 1 | 0 | 0 | 21 | B4 | 1 | 43 |
Octal | 253 | 254 | 254 | 1 | 0 | 0 | 41 | 264 | 1 | 103 |
Binary | 10101011 | 10101100 | 10101100 | 1 | 0 | 0 | 100001 | 10110100 | 1 | 1000011 |
Color Harmonies of #ABACAC
Complementary color
Monochromatic Colors of #ABACAC
Black with #ABACAC
Text Example
Text Example
White with #ABACAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABACAC; }
p { color: rgb(171,172,172); }
H1.HeaderClassName
{
color: #ABACAC;
}
.AnyTagClassName
{
color: #ABACAC;
}
</style>
background-color css
<style>
a { background-color: #ABACAC; }
a { background-color: rgb(171,172,172); }
div.DivClassName
{
background-color: #ABACAC;
}
.BgClassName
{
background-color: #ABACAC;
}
</style>
border-color css
<style>
span { border-color: #ABACAC; }
span { border-color: rgb(171,172,172); }
td.TdClassName
{
border-color: #ABACAC;
}
.TagClassName
{
border-color: #ABACAC;
}
</style>