Shades of Hit Grey #9DACAB
Tints of Hit Grey #9DACAB
RGB
CMYK
RGB Variations
Color information
#9DACAB (or 0x9DACAB) is known color: Hit Grey. HEX triplet: 9D, AC and AB. RGB value is (157,172,171). Sum of RGB (Red+Green+Blue) = 157+172+171=500 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.4% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 172 - color contains mainly: green. Hex color #9DACAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DACAB is #625354. Grayscale: #A7A7A7. Windows color (decimal): -6443861 or 11250845. OLE color: 11250845.
HSL color Cylindrical-coordinate representation of color #9DACAB: hue angle of 176º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9DACAB is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 172 | 171 | - |
| CMYK | 0.09 | 0 | 0.01 | 0.33 |
| HSL | 176º | 0.08% | 0.65% | - |
| HSV(B) | 176º | 0.09% | 0.67% | - |
| XYZ | 36.01 | 39.61 | 44.28 | - |
| YUV | 167.4 | 130.03 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 172 | 171 | 0.09 | 0 | 0.01 | 0.33 | 176 | 0.08 | 0.65 |
| Hex | 9D | AC | AB | 9 | 0 | 1 | 21 | B0 | 8 | 41 |
| Octal | 235 | 254 | 253 | 11 | 0 | 1 | 41 | 260 | 10 | 101 |
| Binary | 10011101 | 10101100 | 10101011 | 1001 | 0 | 1 | 100001 | 10110000 | 1000 | 1000001 |
Color Harmonies of #9DACAB
Complementary color
Monochromatic Colors of #9DACAB
Black with #9DACAB
Text Example
Text Example
White with #9DACAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DACAB; }
p { color: rgb(157,172,171); }
H1.HeaderClassName
{
color: #9DACAB;
}
.AnyTagClassName
{
color: #9DACAB;
}
</style>
background-color css
<style>
a { background-color: #9DACAB; }
a { background-color: rgb(157,172,171); }
div.DivClassName
{
background-color: #9DACAB;
}
.BgClassName
{
background-color: #9DACAB;
}
</style>
border-color css
<style>
span { border-color: #9DACAB; }
span { border-color: rgb(157,172,171); }
td.TdClassName
{
border-color: #9DACAB;
}
.TagClassName
{
border-color: #9DACAB;
}
</style>