Shades of Hit Grey #9CACAA
Tints of Hit Grey #9CACAA
RGB
CMYK
RGB Variations
Color information
#9CACAA (or 0x9CACAA) is known color: Hit Grey. HEX triplet: 9C, AC and AA. RGB value is (156,172,170). Sum of RGB (Red+Green+Blue) = 156+172+170=498 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.33% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 172 - color contains mainly: green. Hex color #9CACAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CACAA is #635355. Grayscale: #A6A6A6. Windows color (decimal): -6509398 or 11185308. OLE color: 11185308.
HSL color Cylindrical-coordinate representation of color #9CACAA: hue angle of 172.5º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9CACAA is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 172 | 170 | - |
| CMYK | 0.09 | 0 | 0.01 | 0.33 |
| HSL | 172.5º | 0.09% | 0.64% | - |
| HSV(B) | 172.5º | 0.09% | 0.67% | - |
| XYZ | 35.72 | 39.48 | 43.77 | - |
| YUV | 166.99 | 129.7 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 172 | 170 | 0.09 | 0 | 0.01 | 0.33 | 172.5 | 0.09 | 0.64 |
| Hex | 9C | AC | AA | 9 | 0 | 1 | 21 | AC | 9 | 40 |
| Octal | 234 | 254 | 252 | 11 | 0 | 1 | 41 | 254 | 11 | 100 |
| Binary | 10011100 | 10101100 | 10101010 | 1001 | 0 | 1 | 100001 | 10101100 | 1001 | 1000000 |
Color Harmonies of #9CACAA
Complementary color
Monochromatic Colors of #9CACAA
Black with #9CACAA
Text Example
Text Example
White with #9CACAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CACAA; }
p { color: rgb(156,172,170); }
H1.HeaderClassName
{
color: #9CACAA;
}
.AnyTagClassName
{
color: #9CACAA;
}
</style>
background-color css
<style>
a { background-color: #9CACAA; }
a { background-color: rgb(156,172,170); }
div.DivClassName
{
background-color: #9CACAA;
}
.BgClassName
{
background-color: #9CACAA;
}
</style>
border-color css
<style>
span { border-color: #9CACAA; }
span { border-color: rgb(156,172,170); }
td.TdClassName
{
border-color: #9CACAA;
}
.TagClassName
{
border-color: #9CACAA;
}
</style>