Shades of Tower Grey #99A69F
Tints of Tower Grey #99A69F
RGB
CMYK
RGB Variations
Color information
#99A69F (or 0x99A69F) is known color: Tower Grey. HEX triplet: 99, A6 and 9F. RGB value is (153,166,159). Sum of RGB (Red+Green+Blue) = 153+166+159=478 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.01% from 478); Green value is 166 (65.23% from 255 or 34.73% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 166 - color contains mainly: green. Hex color #99A69F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A69F is #665960. Grayscale: #A1A1A1. Windows color (decimal): -6707553 or 10462873. OLE color: 10462873.
HSL color Cylindrical-coordinate representation of color #99A69F: hue angle of 147.69º degrees, saturation: 0.07, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #99A69F is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 166 | 159 | - |
| CMYK | 0.08 | 0 | 0.04 | 0.35 |
| HSL | 147.69º | 0.07% | 0.63% | - |
| HSV(B) | 147.69º | 0.08% | 0.65% | - |
| XYZ | 33.03 | 36.55 | 38.11 | - |
| YUV | 161.32 | 126.69 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 166 | 159 | 0.08 | 0 | 0.04 | 0.35 | 147.69 | 0.07 | 0.63 |
| Hex | 99 | A6 | 9F | 8 | 0 | 4 | 23 | 94 | 7 | 3F |
| Octal | 231 | 246 | 237 | 10 | 0 | 4 | 43 | 224 | 7 | 77 |
| Binary | 10011001 | 10100110 | 10011111 | 1000 | 0 | 100 | 100011 | 10010100 | 111 | 111111 |
Color Harmonies of #99A69F
Complementary color
Monochromatic Colors of #99A69F
Black with #99A69F
Text Example
Text Example
White with #99A69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A69F; }
p { color: rgb(153,166,159); }
H1.HeaderClassName
{
color: #99A69F;
}
.AnyTagClassName
{
color: #99A69F;
}
</style>
background-color css
<style>
a { background-color: #99A69F; }
a { background-color: rgb(153,166,159); }
div.DivClassName
{
background-color: #99A69F;
}
.BgClassName
{
background-color: #99A69F;
}
</style>
border-color css
<style>
span { border-color: #99A69F; }
span { border-color: rgb(153,166,159); }
td.TdClassName
{
border-color: #99A69F;
}
.TagClassName
{
border-color: #99A69F;
}
</style>