Shades of Tower Grey #96AAA3
Tints of Tower Grey #96AAA3
RGB
CMYK
RGB Variations
Color information
#96AAA3 (or 0x96AAA3) is known color: Tower Grey. HEX triplet: 96, AA and A3. RGB value is (150,170,163). Sum of RGB (Red+Green+Blue) = 150+170+163=483 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.06% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 163 (64.06% from 255 or 33.75% from 483); Max value from RGB is 170 - color contains mainly: green. Hex color #96AAA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AAA3 is #69555C. Grayscale: #A3A3A3. Windows color (decimal): -6903133 or 10726038. OLE color: 10726038.
HSL color Cylindrical-coordinate representation of color #96AAA3: hue angle of 159º 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 #96AAA3 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 170 | 163 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.33 |
| HSL | 159º | 0.11% | 0.63% | - |
| HSV(B) | 159º | 0.12% | 0.67% | - |
| XYZ | 33.56 | 37.88 | 40.19 | - |
| YUV | 163.22 | 127.87 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 170 | 163 | 0.12 | 0 | 0.04 | 0.33 | 159 | 0.11 | 0.63 |
| Hex | 96 | AA | A3 | C | 0 | 4 | 21 | 9F | B | 3F |
| Octal | 226 | 252 | 243 | 14 | 0 | 4 | 41 | 237 | 13 | 77 |
| Binary | 10010110 | 10101010 | 10100011 | 1100 | 0 | 100 | 100001 | 10011111 | 1011 | 111111 |
Color Harmonies of #96AAA3
Complementary color
Monochromatic Colors of #96AAA3
Black with #96AAA3
Text Example
Text Example
White with #96AAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AAA3; }
p { color: rgb(150,170,163); }
H1.HeaderClassName
{
color: #96AAA3;
}
.AnyTagClassName
{
color: #96AAA3;
}
</style>
background-color css
<style>
a { background-color: #96AAA3; }
a { background-color: rgb(150,170,163); }
div.DivClassName
{
background-color: #96AAA3;
}
.BgClassName
{
background-color: #96AAA3;
}
</style>
border-color css
<style>
span { border-color: #96AAA3; }
span { border-color: rgb(150,170,163); }
td.TdClassName
{
border-color: #96AAA3;
}
.TagClassName
{
border-color: #96AAA3;
}
</style>