Shades of Hit Grey #96ADAC
Tints of Hit Grey #96ADAC
RGB
CMYK
RGB Variations
Color information
#96ADAC (or 0x96ADAC) is known color: Hit Grey. HEX triplet: 96, AD and AC. RGB value is (150,173,172). Sum of RGB (Red+Green+Blue) = 150+173+172=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 173 - color contains mainly: green. Hex color #96ADAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96ADAC is #695253. Grayscale: #A5A5A5. Windows color (decimal): -6902356 or 11316630. OLE color: 11316630.
HSL color Cylindrical-coordinate representation of color #96ADAC: hue angle of 177.39º 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 #96ADAC is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 173 | 172 | - |
| CMYK | 0.13 | 0 | 0.01 | 0.32 |
| HSL | 177.39º | 0.12% | 0.63% | - |
| HSV(B) | 177.39º | 0.13% | 0.68% | - |
| XYZ | 34.97 | 39.35 | 44.78 | - |
| YUV | 166.01 | 131.38 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 173 | 172 | 0.13 | 0 | 0.01 | 0.32 | 177.39 | 0.12 | 0.63 |
| Hex | 96 | AD | AC | D | 0 | 1 | 20 | B1 | C | 3F |
| Octal | 226 | 255 | 254 | 15 | 0 | 1 | 40 | 261 | 14 | 77 |
| Binary | 10010110 | 10101101 | 10101100 | 1101 | 0 | 1 | 100000 | 10110001 | 1100 | 111111 |
Color Harmonies of #96ADAC
Complementary color
Monochromatic Colors of #96ADAC
Black with #96ADAC
Text Example
Text Example
White with #96ADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96ADAC; }
p { color: rgb(150,173,172); }
H1.HeaderClassName
{
color: #96ADAC;
}
.AnyTagClassName
{
color: #96ADAC;
}
</style>
background-color css
<style>
a { background-color: #96ADAC; }
a { background-color: rgb(150,173,172); }
div.DivClassName
{
background-color: #96ADAC;
}
.BgClassName
{
background-color: #96ADAC;
}
</style>
border-color css
<style>
span { border-color: #96ADAC; }
span { border-color: rgb(150,173,172); }
td.TdClassName
{
border-color: #96ADAC;
}
.TagClassName
{
border-color: #96ADAC;
}
</style>