Shades of Tower Grey #96AAA1
Tints of Tower Grey #96AAA1
RGB
CMYK
RGB Variations
Color information
#96AAA1 (or 0x96AAA1) is known color: Tower Grey. HEX triplet: 96, AA and A1. RGB value is (150,170,161). Sum of RGB (Red+Green+Blue) = 150+170+161=481 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.19% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 161 (63.28% from 255 or 33.47% from 481); Max value from RGB is 170 - color contains mainly: green. Hex color #96AAA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AAA1 is #69555E. Grayscale: #A3A3A3. Windows color (decimal): -6903135 or 10594966. OLE color: 10594966.
HSL color Cylindrical-coordinate representation of color #96AAA1: hue angle of 153º 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 #96AAA1 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 170 | 161 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.33 |
| HSL | 153º | 0.11% | 0.63% | - |
| HSV(B) | 153º | 0.12% | 0.67% | - |
| XYZ | 33.39 | 37.81 | 39.26 | - |
| YUV | 162.99 | 126.87 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 170 | 161 | 0.12 | 0 | 0.05 | 0.33 | 153 | 0.11 | 0.63 |
| Hex | 96 | AA | A1 | C | 0 | 5 | 21 | 99 | B | 3F |
| Octal | 226 | 252 | 241 | 14 | 0 | 5 | 41 | 231 | 13 | 77 |
| Binary | 10010110 | 10101010 | 10100001 | 1100 | 0 | 101 | 100001 | 10011001 | 1011 | 111111 |
Color Harmonies of #96AAA1
Complementary color
Monochromatic Colors of #96AAA1
Black with #96AAA1
Text Example
Text Example
White with #96AAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AAA1; }
p { color: rgb(150,170,161); }
H1.HeaderClassName
{
color: #96AAA1;
}
.AnyTagClassName
{
color: #96AAA1;
}
</style>
background-color css
<style>
a { background-color: #96AAA1; }
a { background-color: rgb(150,170,161); }
div.DivClassName
{
background-color: #96AAA1;
}
.BgClassName
{
background-color: #96AAA1;
}
</style>
border-color css
<style>
span { border-color: #96AAA1; }
span { border-color: rgb(150,170,161); }
td.TdClassName
{
border-color: #96AAA1;
}
.TagClassName
{
border-color: #96AAA1;
}
</style>