Shades of Tower Grey #99A29E
Tints of Tower Grey #99A29E
RGB
CMYK
RGB Variations
Color information
#99A29E (or 0x99A29E) is known color: Tower Grey. HEX triplet: 99, A2 and 9E. RGB value is (153,162,158). Sum of RGB (Red+Green+Blue) = 153+162+158=473 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.35% from 473); Green value is 162 (63.67% from 255 or 34.25% from 473); Blue value is 158 (62.11% from 255 or 33.40% from 473); Max value from RGB is 162 - color contains mainly: green. Hex color #99A29E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A29E is #665D61. Grayscale: #9E9E9E. Windows color (decimal): -6708578 or 10396313. OLE color: 10396313.
HSL color Cylindrical-coordinate representation of color #99A29E: hue angle of 153.33º degrees, saturation: 0.05, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #99A29E is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 162 | 158 | - |
| CMYK | 0.06 | 0 | 0.02 | 0.36 |
| HSL | 153.33º | 0.05% | 0.62% | - |
| HSV(B) | 153.33º | 0.06% | 0.64% | - |
| XYZ | 32.23 | 35.08 | 37.42 | - |
| YUV | 158.85 | 127.52 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 162 | 158 | 0.06 | 0 | 0.02 | 0.36 | 153.33 | 0.05 | 0.62 |
| Hex | 99 | A2 | 9E | 6 | 0 | 2 | 24 | 99 | 5 | 3E |
| Octal | 231 | 242 | 236 | 6 | 0 | 2 | 44 | 231 | 5 | 76 |
| Binary | 10011001 | 10100010 | 10011110 | 110 | 0 | 10 | 100100 | 10011001 | 101 | 111110 |
Color Harmonies of #99A29E
Complementary color
Monochromatic Colors of #99A29E
Black with #99A29E
Text Example
Text Example
White with #99A29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A29E; }
p { color: rgb(153,162,158); }
H1.HeaderClassName
{
color: #99A29E;
}
.AnyTagClassName
{
color: #99A29E;
}
</style>
background-color css
<style>
a { background-color: #99A29E; }
a { background-color: rgb(153,162,158); }
div.DivClassName
{
background-color: #99A29E;
}
.BgClassName
{
background-color: #99A29E;
}
</style>
border-color css
<style>
span { border-color: #99A29E; }
span { border-color: rgb(153,162,158); }
td.TdClassName
{
border-color: #99A29E;
}
.TagClassName
{
border-color: #99A29E;
}
</style>