Shades of Tower Grey #9AA6A2
Tints of Tower Grey #9AA6A2
RGB
CMYK
RGB Variations
Color information
#9AA6A2 (or 0x9AA6A2) is known color: Tower Grey. HEX triplet: 9A, A6 and A2. RGB value is (154,166,162). Sum of RGB (Red+Green+Blue) = 154+166+162=482 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.95% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 162 (63.67% from 255 or 33.61% from 482); Max value from RGB is 166 - color contains mainly: green. Hex color #9AA6A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA6A2 is #65595D. Grayscale: #A1A1A1. Windows color (decimal): -6642014 or 10659482. OLE color: 10659482.
HSL color Cylindrical-coordinate representation of color #9AA6A2: hue angle of 160º degrees, saturation: 0.06, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9AA6A2 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 154 | 166 | 162 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.35 |
| HSL | 160º | 0.06% | 0.63% | - |
| HSV(B) | 160º | 0.07% | 0.65% | - |
| XYZ | 33.48 | 36.75 | 39.51 | - |
| YUV | 161.96 | 128.02 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 166 | 162 | 0.07 | 0 | 0.02 | 0.35 | 160 | 0.06 | 0.63 |
| Hex | 9A | A6 | A2 | 7 | 0 | 2 | 23 | A0 | 6 | 3F |
| Octal | 232 | 246 | 242 | 7 | 0 | 2 | 43 | 240 | 6 | 77 |
| Binary | 10011010 | 10100110 | 10100010 | 111 | 0 | 10 | 100011 | 10100000 | 110 | 111111 |
Color Harmonies of #9AA6A2
Complementary color
Monochromatic Colors of #9AA6A2
Black with #9AA6A2
Text Example
Text Example
White with #9AA6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA6A2; }
p { color: rgb(154,166,162); }
H1.HeaderClassName
{
color: #9AA6A2;
}
.AnyTagClassName
{
color: #9AA6A2;
}
</style>
background-color css
<style>
a { background-color: #9AA6A2; }
a { background-color: rgb(154,166,162); }
div.DivClassName
{
background-color: #9AA6A2;
}
.BgClassName
{
background-color: #9AA6A2;
}
</style>
border-color css
<style>
span { border-color: #9AA6A2; }
span { border-color: rgb(154,166,162); }
td.TdClassName
{
border-color: #9AA6A2;
}
.TagClassName
{
border-color: #9AA6A2;
}
</style>