Shades of Tower Grey #99AAA0
Tints of Tower Grey #99AAA0
RGB
CMYK
RGB Variations
Color information
#99AAA0 (or 0x99AAA0) is known color: Tower Grey. HEX triplet: 99, AA and A0. RGB value is (153,170,160). Sum of RGB (Red+Green+Blue) = 153+170+160=483 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.68% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 160 (62.89% from 255 or 33.13% from 483); Max value from RGB is 170 - color contains mainly: green. Hex color #99AAA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AAA0 is #66555F. Grayscale: #A3A3A3. Windows color (decimal): -6706528 or 10529433. OLE color: 10529433.
HSL color Cylindrical-coordinate representation of color #99AAA0: hue angle of 144.71º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #99AAA0 is Cyan = 0.1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 170 | 160 | - |
| CMYK | 0.1 | 0 | 0.06 | 0.33 |
| HSL | 144.71º | 0.09% | 0.63% | - |
| HSV(B) | 144.71º | 0.1% | 0.67% | - |
| XYZ | 33.86 | 38.06 | 38.82 | - |
| YUV | 163.78 | 125.87 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 170 | 160 | 0.1 | 0 | 0.06 | 0.33 | 144.71 | 0.09 | 0.63 |
| Hex | 99 | AA | A0 | A | 0 | 6 | 21 | 91 | 9 | 3F |
| Octal | 231 | 252 | 240 | 12 | 0 | 6 | 41 | 221 | 11 | 77 |
| Binary | 10011001 | 10101010 | 10100000 | 1010 | 0 | 110 | 100001 | 10010001 | 1001 | 111111 |
Color Harmonies of #99AAA0
Complementary color
Monochromatic Colors of #99AAA0
Black with #99AAA0
Text Example
Text Example
White with #99AAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AAA0; }
p { color: rgb(153,170,160); }
H1.HeaderClassName
{
color: #99AAA0;
}
.AnyTagClassName
{
color: #99AAA0;
}
</style>
background-color css
<style>
a { background-color: #99AAA0; }
a { background-color: rgb(153,170,160); }
div.DivClassName
{
background-color: #99AAA0;
}
.BgClassName
{
background-color: #99AAA0;
}
</style>
border-color css
<style>
span { border-color: #99AAA0; }
span { border-color: rgb(153,170,160); }
td.TdClassName
{
border-color: #99AAA0;
}
.TagClassName
{
border-color: #99AAA0;
}
</style>