Shades of Tower Grey #9AADA6
Tints of Tower Grey #9AADA6
RGB
CMYK
RGB Variations
Color information
#9AADA6 (or 0x9AADA6) is known color: Tower Grey. HEX triplet: 9A, AD and A6. RGB value is (154,173,166). Sum of RGB (Red+Green+Blue) = 154+173+166=493 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.24% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 166 (65.23% from 255 or 33.67% from 493); Max value from RGB is 173 - color contains mainly: green. Hex color #9AADA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AADA6 is #655259. Grayscale: #A6A6A6. Windows color (decimal): -6640218 or 10923418. OLE color: 10923418.
HSL color Cylindrical-coordinate representation of color #9AADA6: hue angle of 157.89º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9AADA6 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 154 | 173 | 166 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.32 |
| HSL | 157.89º | 0.1% | 0.64% | - |
| HSV(B) | 157.89º | 0.11% | 0.68% | - |
| XYZ | 35.15 | 39.51 | 41.85 | - |
| YUV | 166.52 | 127.71 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 173 | 166 | 0.11 | 0 | 0.04 | 0.32 | 157.89 | 0.1 | 0.64 |
| Hex | 9A | AD | A6 | B | 0 | 4 | 20 | 9E | A | 40 |
| Octal | 232 | 255 | 246 | 13 | 0 | 4 | 40 | 236 | 12 | 100 |
| Binary | 10011010 | 10101101 | 10100110 | 1011 | 0 | 100 | 100000 | 10011110 | 1010 | 1000000 |
Color Harmonies of #9AADA6
Complementary color
Monochromatic Colors of #9AADA6
Black with #9AADA6
Text Example
Text Example
White with #9AADA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AADA6; }
p { color: rgb(154,173,166); }
H1.HeaderClassName
{
color: #9AADA6;
}
.AnyTagClassName
{
color: #9AADA6;
}
</style>
background-color css
<style>
a { background-color: #9AADA6; }
a { background-color: rgb(154,173,166); }
div.DivClassName
{
background-color: #9AADA6;
}
.BgClassName
{
background-color: #9AADA6;
}
</style>
border-color css
<style>
span { border-color: #9AADA6; }
span { border-color: rgb(154,173,166); }
td.TdClassName
{
border-color: #9AADA6;
}
.TagClassName
{
border-color: #9AADA6;
}
</style>