Shades of Tower Grey #96AA9F
Tints of Tower Grey #96AA9F
RGB
CMYK
RGB Variations
Color information
#96AA9F (or 0x96AA9F) is known color: Tower Grey. HEX triplet: 96, AA and 9F. RGB value is (150,170,159). Sum of RGB (Red+Green+Blue) = 150+170+159=479 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.32% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 159 (62.5% from 255 or 33.19% from 479); Max value from RGB is 170 - color contains mainly: green. Hex color #96AA9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AA9F is #695560. Grayscale: #A2A2A2. Windows color (decimal): -6903137 or 10463894. OLE color: 10463894.
HSL color Cylindrical-coordinate representation of color #96AA9F: hue angle of 147º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #96AA9F is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 170 | 159 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.33 |
| HSL | 147º | 0.11% | 0.63% | - |
| HSV(B) | 147º | 0.12% | 0.67% | - |
| XYZ | 33.21 | 37.74 | 38.33 | - |
| YUV | 162.77 | 125.87 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 170 | 159 | 0.12 | 0 | 0.06 | 0.33 | 147 | 0.11 | 0.63 |
| Hex | 96 | AA | 9F | C | 0 | 6 | 21 | 93 | B | 3F |
| Octal | 226 | 252 | 237 | 14 | 0 | 6 | 41 | 223 | 13 | 77 |
| Binary | 10010110 | 10101010 | 10011111 | 1100 | 0 | 110 | 100001 | 10010011 | 1011 | 111111 |
Color Harmonies of #96AA9F
Complementary color
Monochromatic Colors of #96AA9F
Black with #96AA9F
Text Example
Text Example
White with #96AA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AA9F; }
p { color: rgb(150,170,159); }
H1.HeaderClassName
{
color: #96AA9F;
}
.AnyTagClassName
{
color: #96AA9F;
}
</style>
background-color css
<style>
a { background-color: #96AA9F; }
a { background-color: rgb(150,170,159); }
div.DivClassName
{
background-color: #96AA9F;
}
.BgClassName
{
background-color: #96AA9F;
}
</style>
border-color css
<style>
span { border-color: #96AA9F; }
span { border-color: rgb(150,170,159); }
td.TdClassName
{
border-color: #96AA9F;
}
.TagClassName
{
border-color: #96AA9F;
}
</style>