Shades of Tower Grey #99A89F
Tints of Tower Grey #99A89F
RGB
CMYK
RGB Variations
Color information
#99A89F (or 0x99A89F) is known color: Tower Grey. HEX triplet: 99, A8 and 9F. RGB value is (153,168,159). Sum of RGB (Red+Green+Blue) = 153+168+159=480 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.88% from 480); Green value is 168 (66.02% from 255 or 35% from 480); Blue value is 159 (62.5% from 255 or 33.12% from 480); Max value from RGB is 168 - color contains mainly: green. Hex color #99A89F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A89F is #665760. Grayscale: #A2A2A2. Windows color (decimal): -6707041 or 10463385. OLE color: 10463385.
HSL color Cylindrical-coordinate representation of color #99A89F: hue angle of 144º degrees, saturation: 0.08, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #99A89F is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 153 | 168 | 159 | - |
| CMYK | 0.09 | 0 | 0.05 | 0.34 |
| HSL | 144º | 0.08% | 0.63% | - |
| HSV(B) | 144º | 0.09% | 0.66% | - |
| XYZ | 33.4 | 37.28 | 38.24 | - |
| YUV | 162.49 | 126.03 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 168 | 159 | 0.09 | 0 | 0.05 | 0.34 | 144 | 0.08 | 0.63 |
| Hex | 99 | A8 | 9F | 9 | 0 | 5 | 22 | 90 | 8 | 3F |
| Octal | 231 | 250 | 237 | 11 | 0 | 5 | 42 | 220 | 10 | 77 |
| Binary | 10011001 | 10101000 | 10011111 | 1001 | 0 | 101 | 100010 | 10010000 | 1000 | 111111 |
Color Harmonies of #99A89F
Complementary color
Monochromatic Colors of #99A89F
Black with #99A89F
Text Example
Text Example
White with #99A89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A89F; }
p { color: rgb(153,168,159); }
H1.HeaderClassName
{
color: #99A89F;
}
.AnyTagClassName
{
color: #99A89F;
}
</style>
background-color css
<style>
a { background-color: #99A89F; }
a { background-color: rgb(153,168,159); }
div.DivClassName
{
background-color: #99A89F;
}
.BgClassName
{
background-color: #99A89F;
}
</style>
border-color css
<style>
span { border-color: #99A89F; }
span { border-color: rgb(153,168,159); }
td.TdClassName
{
border-color: #99A89F;
}
.TagClassName
{
border-color: #99A89F;
}
</style>