Shades of Tower Grey #9AAEA5
Tints of Tower Grey #9AAEA5
RGB
CMYK
RGB Variations
Color information
#9AAEA5 (or 0x9AAEA5) is known color: Tower Grey. HEX triplet: 9A, AE and A5. RGB value is (154,174,165). Sum of RGB (Red+Green+Blue) = 154+174+165=493 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.24% from 493); Green value is 174 (68.36% from 255 or 35.29% from 493); Blue value is 165 (64.84% from 255 or 33.47% from 493); Max value from RGB is 174 - color contains mainly: green. Hex color #9AAEA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAEA5 is #65515A. Grayscale: #A7A7A7. Windows color (decimal): -6639963 or 10858138. OLE color: 10858138.
HSL color Cylindrical-coordinate representation of color #9AAEA5: hue angle of 153º 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 #9AAEA5 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 154 | 174 | 165 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.32 |
| HSL | 153º | 0.11% | 0.64% | - |
| HSV(B) | 153º | 0.11% | 0.68% | - |
| XYZ | 35.25 | 39.86 | 41.43 | - |
| YUV | 166.99 | 126.87 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 174 | 165 | 0.11 | 0 | 0.05 | 0.32 | 153 | 0.11 | 0.64 |
| Hex | 9A | AE | A5 | B | 0 | 5 | 20 | 99 | B | 40 |
| Octal | 232 | 256 | 245 | 13 | 0 | 5 | 40 | 231 | 13 | 100 |
| Binary | 10011010 | 10101110 | 10100101 | 1011 | 0 | 101 | 100000 | 10011001 | 1011 | 1000000 |
Color Harmonies of #9AAEA5
Complementary color
Monochromatic Colors of #9AAEA5
Black with #9AAEA5
Text Example
Text Example
White with #9AAEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAEA5; }
p { color: rgb(154,174,165); }
H1.HeaderClassName
{
color: #9AAEA5;
}
.AnyTagClassName
{
color: #9AAEA5;
}
</style>
background-color css
<style>
a { background-color: #9AAEA5; }
a { background-color: rgb(154,174,165); }
div.DivClassName
{
background-color: #9AAEA5;
}
.BgClassName
{
background-color: #9AAEA5;
}
</style>
border-color css
<style>
span { border-color: #9AAEA5; }
span { border-color: rgb(154,174,165); }
td.TdClassName
{
border-color: #9AAEA5;
}
.TagClassName
{
border-color: #9AAEA5;
}
</style>