Shades of Tower Grey #9AA4A0
Tints of Tower Grey #9AA4A0
RGB
CMYK
RGB Variations
Color information
#9AA4A0 (or 0x9AA4A0) is known color: Tower Grey. HEX triplet: 9A, A4 and A0. RGB value is (154,164,160). Sum of RGB (Red+Green+Blue) = 154+164+160=478 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.22% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 164 - color contains mainly: green. Hex color #9AA4A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA4A0 is #655B5F. Grayscale: #A0A0A0. Windows color (decimal): -6642528 or 10527898. OLE color: 10527898.
HSL color Cylindrical-coordinate representation of color #9AA4A0: hue angle of 156º degrees, saturation: 0.05, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9AA4A0 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 154 | 164 | 160 | - |
| CMYK | 0.06 | 0 | 0.02 | 0.36 |
| HSL | 156º | 0.05% | 0.62% | - |
| HSV(B) | 156º | 0.06% | 0.64% | - |
| XYZ | 32.95 | 35.96 | 38.46 | - |
| YUV | 160.55 | 127.69 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 164 | 160 | 0.06 | 0 | 0.02 | 0.36 | 156 | 0.05 | 0.62 |
| Hex | 9A | A4 | A0 | 6 | 0 | 2 | 24 | 9C | 5 | 3E |
| Octal | 232 | 244 | 240 | 6 | 0 | 2 | 44 | 234 | 5 | 76 |
| Binary | 10011010 | 10100100 | 10100000 | 110 | 0 | 10 | 100100 | 10011100 | 101 | 111110 |
Color Harmonies of #9AA4A0
Complementary color
Monochromatic Colors of #9AA4A0
Black with #9AA4A0
Text Example
Text Example
White with #9AA4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA4A0; }
p { color: rgb(154,164,160); }
H1.HeaderClassName
{
color: #9AA4A0;
}
.AnyTagClassName
{
color: #9AA4A0;
}
</style>
background-color css
<style>
a { background-color: #9AA4A0; }
a { background-color: rgb(154,164,160); }
div.DivClassName
{
background-color: #9AA4A0;
}
.BgClassName
{
background-color: #9AA4A0;
}
</style>
border-color css
<style>
span { border-color: #9AA4A0; }
span { border-color: rgb(154,164,160); }
td.TdClassName
{
border-color: #9AA4A0;
}
.TagClassName
{
border-color: #9AA4A0;
}
</style>