Shades of Hit Grey #9CADAC
Tints of Hit Grey #9CADAC
RGB
CMYK
RGB Variations
Color information
#9CADAC (or 0x9CADAC) is known color: Hit Grey. HEX triplet: 9C, AD and AC. RGB value is (156,173,172). Sum of RGB (Red+Green+Blue) = 156+173+172=501 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.14% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 173 - color contains mainly: green. Hex color #9CADAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CADAC is #635253. Grayscale: #A7A7A7. Windows color (decimal): -6509140 or 11316636. OLE color: 11316636.
HSL color Cylindrical-coordinate representation of color #9CADAC: hue angle of 176.47º 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 #9CADAC is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 156 | 173 | 172 | - |
| CMYK | 0.10 | 0 | 0.01 | 0.32 |
| HSL | 176.47º | 0.09% | 0.65% | - |
| HSV(B) | 176.47º | 0.1% | 0.68% | - |
| XYZ | 36.1 | 39.93 | 44.84 | - |
| YUV | 167.8 | 130.37 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 173 | 172 | 0.10 | 0 | 0.01 | 0.32 | 176.47 | 0.09 | 0.65 |
| Hex | 9C | AD | AC | A | 0 | 1 | 20 | B0 | 9 | 41 |
| Octal | 234 | 255 | 254 | 12 | 0 | 1 | 40 | 260 | 11 | 101 |
| Binary | 10011100 | 10101101 | 10101100 | 1010 | 0 | 1 | 100000 | 10110000 | 1001 | 1000001 |
Color Harmonies of #9CADAC
Complementary color
Monochromatic Colors of #9CADAC
Black with #9CADAC
Text Example
Text Example
White with #9CADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CADAC; }
p { color: rgb(156,173,172); }
H1.HeaderClassName
{
color: #9CADAC;
}
.AnyTagClassName
{
color: #9CADAC;
}
</style>
background-color css
<style>
a { background-color: #9CADAC; }
a { background-color: rgb(156,173,172); }
div.DivClassName
{
background-color: #9CADAC;
}
.BgClassName
{
background-color: #9CADAC;
}
</style>
border-color css
<style>
span { border-color: #9CADAC; }
span { border-color: rgb(156,173,172); }
td.TdClassName
{
border-color: #9CADAC;
}
.TagClassName
{
border-color: #9CADAC;
}
</style>