Shades of Hit Grey #9CACAD
Tints of Hit Grey #9CACAD
RGB
CMYK
RGB Variations
Color information
#9CACAD (or 0x9CACAD) is known color: Hit Grey. HEX triplet: 9C, AC and AD. RGB value is (156,172,173). Sum of RGB (Red+Green+Blue) = 156+172+173=501 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.14% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 173 - color contains mainly: blue. Hex color #9CACAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CACAD is #635352. Grayscale: #A7A7A7. Windows color (decimal): -6509395 or 11381916. OLE color: 11381916.
HSL color Cylindrical-coordinate representation of color #9CACAD: hue angle of 183.53º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9CACAD is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 156 | 172 | 173 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.32 |
| HSL | 183.53º | 0.09% | 0.65% | - |
| HSV(B) | 183.53º | 0.1% | 0.68% | - |
| XYZ | 36.01 | 39.59 | 45.28 | - |
| YUV | 167.33 | 131.2 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 172 | 173 | 0.10 | 0.01 | 0 | 0.32 | 183.53 | 0.09 | 0.65 |
| Hex | 9C | AC | AD | A | 1 | 0 | 20 | B8 | 9 | 41 |
| Octal | 234 | 254 | 255 | 12 | 1 | 0 | 40 | 270 | 11 | 101 |
| Binary | 10011100 | 10101100 | 10101101 | 1010 | 1 | 0 | 100000 | 10111000 | 1001 | 1000001 |
Color Harmonies of #9CACAD
Complementary color
Monochromatic Colors of #9CACAD
Black with #9CACAD
Text Example
Text Example
White with #9CACAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CACAD; }
p { color: rgb(156,172,173); }
H1.HeaderClassName
{
color: #9CACAD;
}
.AnyTagClassName
{
color: #9CACAD;
}
</style>
background-color css
<style>
a { background-color: #9CACAD; }
a { background-color: rgb(156,172,173); }
div.DivClassName
{
background-color: #9CACAD;
}
.BgClassName
{
background-color: #9CACAD;
}
</style>
border-color css
<style>
span { border-color: #9CACAD; }
span { border-color: rgb(156,172,173); }
td.TdClassName
{
border-color: #9CACAD;
}
.TagClassName
{
border-color: #9CACAD;
}
</style>