Shades of Tower Grey #A0AAA6
Tints of Tower Grey #A0AAA6
RGB
CMYK
RGB Variations
Color information
#A0AAA6 (or 0xA0AAA6) is known color: Tower Grey. HEX triplet: A0, AA and A6. RGB value is (160,170,166). Sum of RGB (Red+Green+Blue) = 160+170+166=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 166 (65.23% from 255 or 33.47% from 496); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AAA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AAA6 is #5F5559. Grayscale: #A6A6A6. Windows color (decimal): -6247770 or 10922656. OLE color: 10922656.
HSL color Cylindrical-coordinate representation of color #A0AAA6: hue angle of 156º degrees, saturation: 0.06, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A0AAA6 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 170 | 166 | - |
| CMYK | 0.06 | 0 | 0.02 | 0.33 |
| HSL | 156º | 0.06% | 0.65% | - |
| HSV(B) | 156º | 0.06% | 0.67% | - |
| XYZ | 35.75 | 38.98 | 41.72 | - |
| YUV | 166.55 | 127.69 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 170 | 166 | 0.06 | 0 | 0.02 | 0.33 | 156 | 0.06 | 0.65 |
| Hex | A0 | AA | A6 | 6 | 0 | 2 | 21 | 9C | 6 | 41 |
| Octal | 240 | 252 | 246 | 6 | 0 | 2 | 41 | 234 | 6 | 101 |
| Binary | 10100000 | 10101010 | 10100110 | 110 | 0 | 10 | 100001 | 10011100 | 110 | 1000001 |
Color Harmonies of #A0AAA6
Complementary color
Monochromatic Colors of #A0AAA6
Black with #A0AAA6
Text Example
Text Example
White with #A0AAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AAA6; }
p { color: rgb(160,170,166); }
H1.HeaderClassName
{
color: #A0AAA6;
}
.AnyTagClassName
{
color: #A0AAA6;
}
</style>
background-color css
<style>
a { background-color: #A0AAA6; }
a { background-color: rgb(160,170,166); }
div.DivClassName
{
background-color: #A0AAA6;
}
.BgClassName
{
background-color: #A0AAA6;
}
</style>
border-color css
<style>
span { border-color: #A0AAA6; }
span { border-color: rgb(160,170,166); }
td.TdClassName
{
border-color: #A0AAA6;
}
.TagClassName
{
border-color: #A0AAA6;
}
</style>