Shades of Hit Grey #9CACAC
Tints of Hit Grey #9CACAC
RGB
CMYK
RGB Variations
Color information
#9CACAC (or 0x9CACAC) is known color: Hit Grey. HEX triplet: 9C, AC and AC. RGB value is (156,172,172). Sum of RGB (Red+Green+Blue) = 156+172+172=500 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.2% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #9CACAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CACAC is #635353. Grayscale: #A7A7A7. Windows color (decimal): -6509396 or 11316380. OLE color: 11316380.
HSL color Cylindrical-coordinate representation of color #9CACAC: hue angle of 180º 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 #9CACAC is Cyan = 0.09, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 172 | 172 | - |
| CMYK | 0.09 | 0 | 0 | 0.33 |
| HSL | 180º | 0.09% | 0.64% | - |
| HSV(B) | 180º | 0.09% | 0.67% | - |
| XYZ | 35.91 | 39.55 | 44.77 | - |
| YUV | 167.22 | 130.7 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 172 | 172 | 0.09 | 0 | 0 | 0.33 | 180 | 0.09 | 0.64 |
| Hex | 9C | AC | AC | 9 | 0 | 0 | 21 | B4 | 9 | 40 |
| Octal | 234 | 254 | 254 | 11 | 0 | 0 | 41 | 264 | 11 | 100 |
| Binary | 10011100 | 10101100 | 10101100 | 1001 | 0 | 0 | 100001 | 10110100 | 1001 | 1000000 |
Color Harmonies of #9CACAC
Complementary color
Monochromatic Colors of #9CACAC
Black with #9CACAC
Text Example
Text Example
White with #9CACAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CACAC; }
p { color: rgb(156,172,172); }
H1.HeaderClassName
{
color: #9CACAC;
}
.AnyTagClassName
{
color: #9CACAC;
}
</style>
background-color css
<style>
a { background-color: #9CACAC; }
a { background-color: rgb(156,172,172); }
div.DivClassName
{
background-color: #9CACAC;
}
.BgClassName
{
background-color: #9CACAC;
}
</style>
border-color css
<style>
span { border-color: #9CACAC; }
span { border-color: rgb(156,172,172); }
td.TdClassName
{
border-color: #9CACAC;
}
.TagClassName
{
border-color: #9CACAC;
}
</style>