Shades of Tower Grey #99A49E
Tints of Tower Grey #99A49E
RGB
CMYK
RGB Variations
Color information
#99A49E (or 0x99A49E) is known color: Tower Grey. HEX triplet: 99, A4 and 9E. RGB value is (153,164,158). Sum of RGB (Red+Green+Blue) = 153+164+158=475 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.21% from 475); Green value is 164 (64.45% from 255 or 34.53% from 475); Blue value is 158 (62.11% from 255 or 33.26% from 475); Max value from RGB is 164 - color contains mainly: green. Hex color #99A49E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A49E is #665B61. Grayscale: #A0A0A0. Windows color (decimal): -6708066 or 10396825. OLE color: 10396825.
HSL color Cylindrical-coordinate representation of color #99A49E: hue angle of 147.27º degrees, saturation: 0.06, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #99A49E is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 164 | 158 | - |
| CMYK | 0.07 | 0 | 0.04 | 0.36 |
| HSL | 147.27º | 0.06% | 0.62% | - |
| HSV(B) | 147.27º | 0.07% | 0.64% | - |
| XYZ | 32.58 | 35.79 | 37.54 | - |
| YUV | 160.03 | 126.86 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 164 | 158 | 0.07 | 0 | 0.04 | 0.36 | 147.27 | 0.06 | 0.62 |
| Hex | 99 | A4 | 9E | 7 | 0 | 4 | 24 | 93 | 6 | 3E |
| Octal | 231 | 244 | 236 | 7 | 0 | 4 | 44 | 223 | 6 | 76 |
| Binary | 10011001 | 10100100 | 10011110 | 111 | 0 | 100 | 100100 | 10010011 | 110 | 111110 |
Color Harmonies of #99A49E
Complementary color
Monochromatic Colors of #99A49E
Black with #99A49E
Text Example
Text Example
White with #99A49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A49E; }
p { color: rgb(153,164,158); }
H1.HeaderClassName
{
color: #99A49E;
}
.AnyTagClassName
{
color: #99A49E;
}
</style>
background-color css
<style>
a { background-color: #99A49E; }
a { background-color: rgb(153,164,158); }
div.DivClassName
{
background-color: #99A49E;
}
.BgClassName
{
background-color: #99A49E;
}
</style>
border-color css
<style>
span { border-color: #99A49E; }
span { border-color: rgb(153,164,158); }
td.TdClassName
{
border-color: #99A49E;
}
.TagClassName
{
border-color: #99A49E;
}
</style>