Shades of Tower Grey #9AAEA2
Tints of Tower Grey #9AAEA2
RGB
CMYK
RGB Variations
Color information
#9AAEA2 (or 0x9AAEA2) is known color: Tower Grey. HEX triplet: 9A, AE and A2. RGB value is (154,174,162). Sum of RGB (Red+Green+Blue) = 154+174+162=490 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.43% from 490); Green value is 174 (68.36% from 255 or 35.51% from 490); Blue value is 162 (63.67% from 255 or 33.06% from 490); Max value from RGB is 174 - color contains mainly: green. Hex color #9AAEA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAEA2 is #65515D. Grayscale: #A6A6A6. Windows color (decimal): -6639966 or 10661530. OLE color: 10661530.
HSL color Cylindrical-coordinate representation of color #9AAEA2: hue angle of 144º 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 #9AAEA2 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 154 | 174 | 162 | - |
| CMYK | 0.11 | 0 | 0.07 | 0.32 |
| HSL | 144º | 0.11% | 0.64% | - |
| HSV(B) | 144º | 0.11% | 0.68% | - |
| XYZ | 34.98 | 39.75 | 40.01 | - |
| YUV | 166.65 | 125.37 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 174 | 162 | 0.11 | 0 | 0.07 | 0.32 | 144 | 0.11 | 0.64 |
| Hex | 9A | AE | A2 | B | 0 | 7 | 20 | 90 | B | 40 |
| Octal | 232 | 256 | 242 | 13 | 0 | 7 | 40 | 220 | 13 | 100 |
| Binary | 10011010 | 10101110 | 10100010 | 1011 | 0 | 111 | 100000 | 10010000 | 1011 | 1000000 |
Color Harmonies of #9AAEA2
Complementary color
Monochromatic Colors of #9AAEA2
Black with #9AAEA2
Text Example
Text Example
White with #9AAEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAEA2; }
p { color: rgb(154,174,162); }
H1.HeaderClassName
{
color: #9AAEA2;
}
.AnyTagClassName
{
color: #9AAEA2;
}
</style>
background-color css
<style>
a { background-color: #9AAEA2; }
a { background-color: rgb(154,174,162); }
div.DivClassName
{
background-color: #9AAEA2;
}
.BgClassName
{
background-color: #9AAEA2;
}
</style>
border-color css
<style>
span { border-color: #9AAEA2; }
span { border-color: rgb(154,174,162); }
td.TdClassName
{
border-color: #9AAEA2;
}
.TagClassName
{
border-color: #9AAEA2;
}
</style>