Shades of Tower Grey #99ADA6
Tints of Tower Grey #99ADA6
RGB
CMYK
RGB Variations
Color information
#99ADA6 (or 0x99ADA6) is known color: Tower Grey. HEX triplet: 99, AD and A6. RGB value is (153,173,166). Sum of RGB (Red+Green+Blue) = 153+173+166=492 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.10% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 166 (65.23% from 255 or 33.74% from 492); Max value from RGB is 173 - color contains mainly: green. Hex color #99ADA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99ADA6 is #665259. Grayscale: #A6A6A6. Windows color (decimal): -6705754 or 10923417. OLE color: 10923417.
HSL color Cylindrical-coordinate representation of color #99ADA6: hue angle of 159º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #99ADA6 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 173 | 166 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.32 |
| HSL | 159º | 0.11% | 0.64% | - |
| HSV(B) | 159º | 0.12% | 0.68% | - |
| XYZ | 34.96 | 39.41 | 41.84 | - |
| YUV | 166.22 | 127.87 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 173 | 166 | 0.12 | 0 | 0.04 | 0.32 | 159 | 0.11 | 0.64 |
| Hex | 99 | AD | A6 | C | 0 | 4 | 20 | 9F | B | 40 |
| Octal | 231 | 255 | 246 | 14 | 0 | 4 | 40 | 237 | 13 | 100 |
| Binary | 10011001 | 10101101 | 10100110 | 1100 | 0 | 100 | 100000 | 10011111 | 1011 | 1000000 |
Color Harmonies of #99ADA6
Complementary color
Monochromatic Colors of #99ADA6
Black with #99ADA6
Text Example
Text Example
White with #99ADA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ADA6; }
p { color: rgb(153,173,166); }
H1.HeaderClassName
{
color: #99ADA6;
}
.AnyTagClassName
{
color: #99ADA6;
}
</style>
background-color css
<style>
a { background-color: #99ADA6; }
a { background-color: rgb(153,173,166); }
div.DivClassName
{
background-color: #99ADA6;
}
.BgClassName
{
background-color: #99ADA6;
}
</style>
border-color css
<style>
span { border-color: #99ADA6; }
span { border-color: rgb(153,173,166); }
td.TdClassName
{
border-color: #99ADA6;
}
.TagClassName
{
border-color: #99ADA6;
}
</style>