Shades of Hit Grey #AAACAC
Tints of Hit Grey #AAACAC
RGB
CMYK
RGB Variations
Color information
#AAACAC (or 0xAAACAC) is known color: Hit Grey. HEX triplet: AA, AC and AC. RGB value is (170,172,172). Sum of RGB (Red+Green+Blue) = 170+172+172=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 172 (67.58% from 255 or 33.46% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #AAACAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAACAC is #555353. Grayscale: #ABABAB. Windows color (decimal): -5591892 or 11316394. OLE color: 11316394.
HSL color Cylindrical-coordinate representation of color #AAACAC: 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 #AAACAC is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 172 | 172 | - |
CMYK | 0.01 | 0 | 0 | 0.33 |
HSL | 180º | 0.01% | 0.67% | - |
HSV(B) | 180º | 0.01% | 0.67% | - |
XYZ | 38.78 | 41.03 | 44.91 | - |
YUV | 171.4 | 128.34 | 127 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 172 | 172 | 0.01 | 0 | 0 | 0.33 | 180 | 0.01 | 0.67 |
Hex | AA | AC | AC | 1 | 0 | 0 | 21 | B4 | 1 | 43 |
Octal | 252 | 254 | 254 | 1 | 0 | 0 | 41 | 264 | 1 | 103 |
Binary | 10101010 | 10101100 | 10101100 | 1 | 0 | 0 | 100001 | 10110100 | 1 | 1000011 |
Color Harmonies of #AAACAC
Complementary color
Monochromatic Colors of #AAACAC
Black with #AAACAC
Text Example
Text Example
White with #AAACAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAACAC; }
p { color: rgb(170,172,172); }
H1.HeaderClassName
{
color: #AAACAC;
}
.AnyTagClassName
{
color: #AAACAC;
}
</style>
background-color css
<style>
a { background-color: #AAACAC; }
a { background-color: rgb(170,172,172); }
div.DivClassName
{
background-color: #AAACAC;
}
.BgClassName
{
background-color: #AAACAC;
}
</style>
border-color css
<style>
span { border-color: #AAACAC; }
span { border-color: rgb(170,172,172); }
td.TdClassName
{
border-color: #AAACAC;
}
.TagClassName
{
border-color: #AAACAC;
}
</style>