Shades of Tower Grey #9AAEA6
Tints of Tower Grey #9AAEA6
RGB
CMYK
RGB Variations
Color information
#9AAEA6 (or 0x9AAEA6) is known color: Tower Grey. HEX triplet: 9A, AE and A6. RGB value is (154,174,166). Sum of RGB (Red+Green+Blue) = 154+174+166=494 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.17% from 494); Green value is 174 (68.36% from 255 or 35.22% from 494); Blue value is 166 (65.23% from 255 or 33.60% from 494); Max value from RGB is 174 - color contains mainly: green. Hex color #9AAEA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAEA6 is #655159. Grayscale: #A7A7A7. Windows color (decimal): -6639962 or 10923674. OLE color: 10923674.
HSL color Cylindrical-coordinate representation of color #9AAEA6: hue angle of 156º degrees, saturation: 0.11, 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 #9AAEA6 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 154 | 174 | 166 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.32 |
| HSL | 156º | 0.11% | 0.64% | - |
| HSV(B) | 156º | 0.11% | 0.68% | - |
| XYZ | 35.35 | 39.9 | 41.91 | - |
| YUV | 167.11 | 127.37 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 174 | 166 | 0.11 | 0 | 0.05 | 0.32 | 156 | 0.11 | 0.64 |
| Hex | 9A | AE | A6 | B | 0 | 5 | 20 | 9C | B | 40 |
| Octal | 232 | 256 | 246 | 13 | 0 | 5 | 40 | 234 | 13 | 100 |
| Binary | 10011010 | 10101110 | 10100110 | 1011 | 0 | 101 | 100000 | 10011100 | 1011 | 1000000 |
Color Harmonies of #9AAEA6
Complementary color
Monochromatic Colors of #9AAEA6
Black with #9AAEA6
Text Example
Text Example
White with #9AAEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAEA6; }
p { color: rgb(154,174,166); }
H1.HeaderClassName
{
color: #9AAEA6;
}
.AnyTagClassName
{
color: #9AAEA6;
}
</style>
background-color css
<style>
a { background-color: #9AAEA6; }
a { background-color: rgb(154,174,166); }
div.DivClassName
{
background-color: #9AAEA6;
}
.BgClassName
{
background-color: #9AAEA6;
}
</style>
border-color css
<style>
span { border-color: #9AAEA6; }
span { border-color: rgb(154,174,166); }
td.TdClassName
{
border-color: #9AAEA6;
}
.TagClassName
{
border-color: #9AAEA6;
}
</style>