Shades of Hit Grey #96AEAC
Tints of Hit Grey #96AEAC
RGB
CMYK
RGB Variations
Color information
#96AEAC (or 0x96AEAC) is known color: Hit Grey. HEX triplet: 96, AE and AC. RGB value is (150,174,172). Sum of RGB (Red+Green+Blue) = 150+174+172=496 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.24% from 496); Green value is 174 (68.36% from 255 or 35.08% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 174 - color contains mainly: green. Hex color #96AEAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AEAC is #695153. Grayscale: #A6A6A6. Windows color (decimal): -6902100 or 11316886. OLE color: 11316886.
HSL color Cylindrical-coordinate representation of color #96AEAC: hue angle of 175º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #96AEAC is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 174 | 172 | - |
| CMYK | 0.14 | 0 | 0.01 | 0.32 |
| HSL | 175º | 0.13% | 0.64% | - |
| HSV(B) | 175º | 0.14% | 0.68% | - |
| XYZ | 35.16 | 39.73 | 44.85 | - |
| YUV | 166.6 | 131.05 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 174 | 172 | 0.14 | 0 | 0.01 | 0.32 | 175 | 0.13 | 0.64 |
| Hex | 96 | AE | AC | E | 0 | 1 | 20 | AF | D | 40 |
| Octal | 226 | 256 | 254 | 16 | 0 | 1 | 40 | 257 | 15 | 100 |
| Binary | 10010110 | 10101110 | 10101100 | 1110 | 0 | 1 | 100000 | 10101111 | 1101 | 1000000 |
Color Harmonies of #96AEAC
Complementary color
Monochromatic Colors of #96AEAC
Black with #96AEAC
Text Example
Text Example
White with #96AEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AEAC; }
p { color: rgb(150,174,172); }
H1.HeaderClassName
{
color: #96AEAC;
}
.AnyTagClassName
{
color: #96AEAC;
}
</style>
background-color css
<style>
a { background-color: #96AEAC; }
a { background-color: rgb(150,174,172); }
div.DivClassName
{
background-color: #96AEAC;
}
.BgClassName
{
background-color: #96AEAC;
}
</style>
border-color css
<style>
span { border-color: #96AEAC; }
span { border-color: rgb(150,174,172); }
td.TdClassName
{
border-color: #96AEAC;
}
.TagClassName
{
border-color: #96AEAC;
}
</style>