Shades of Hit Grey #96ADAA
Tints of Hit Grey #96ADAA
RGB
CMYK
RGB Variations
Color information
#96ADAA (or 0x96ADAA) is known color: Hit Grey. HEX triplet: 96, AD and AA. RGB value is (150,173,170). Sum of RGB (Red+Green+Blue) = 150+173+170=493 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.43% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 173 - color contains mainly: green. Hex color #96ADAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96ADAA is #695255. Grayscale: #A5A5A5. Windows color (decimal): -6902358 or 11185558. OLE color: 11185558.
HSL color Cylindrical-coordinate representation of color #96ADAA: hue angle of 172.17º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #96ADAA is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 173 | 170 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.32 |
| HSL | 172.17º | 0.12% | 0.63% | - |
| HSV(B) | 172.17º | 0.13% | 0.68% | - |
| XYZ | 34.78 | 39.27 | 43.78 | - |
| YUV | 165.78 | 130.38 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 173 | 170 | 0.13 | 0 | 0.02 | 0.32 | 172.17 | 0.12 | 0.63 |
| Hex | 96 | AD | AA | D | 0 | 2 | 20 | AC | C | 3F |
| Octal | 226 | 255 | 252 | 15 | 0 | 2 | 40 | 254 | 14 | 77 |
| Binary | 10010110 | 10101101 | 10101010 | 1101 | 0 | 10 | 100000 | 10101100 | 1100 | 111111 |
Color Harmonies of #96ADAA
Complementary color
Monochromatic Colors of #96ADAA
Black with #96ADAA
Text Example
Text Example
White with #96ADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96ADAA; }
p { color: rgb(150,173,170); }
H1.HeaderClassName
{
color: #96ADAA;
}
.AnyTagClassName
{
color: #96ADAA;
}
</style>
background-color css
<style>
a { background-color: #96ADAA; }
a { background-color: rgb(150,173,170); }
div.DivClassName
{
background-color: #96ADAA;
}
.BgClassName
{
background-color: #96ADAA;
}
</style>
border-color css
<style>
span { border-color: #96ADAA; }
span { border-color: rgb(150,173,170); }
td.TdClassName
{
border-color: #96ADAA;
}
.TagClassName
{
border-color: #96ADAA;
}
</style>