Shades of Tower Grey #A0AAA4
Tints of Tower Grey #A0AAA4
RGB
CMYK
RGB Variations
Color information
#A0AAA4 (or 0xA0AAA4) is known color: Tower Grey. HEX triplet: A0, AA and A4. RGB value is (160,170,164). Sum of RGB (Red+Green+Blue) = 160+170+164=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 164 (64.45% from 255 or 33.20% from 494); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AAA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AAA4 is #5F555B. Grayscale: #A6A6A6. Windows color (decimal): -6247772 or 10791584. OLE color: 10791584.
HSL color Cylindrical-coordinate representation of color #A0AAA4: hue angle of 144º 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 #A0AAA4 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
RGB | 160 | 170 | 164 | - |
CMYK | 0.06 | 0 | 0.04 | 0.33 |
HSL | 144º | 0.06% | 0.65% | - |
HSV(B) | 144º | 0.06% | 0.67% | - |
XYZ | 35.57 | 38.9 | 40.76 | - |
YUV | 166.33 | 126.69 | 123.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 170 | 164 | 0.06 | 0 | 0.04 | 0.33 | 144 | 0.06 | 0.65 |
Hex | A0 | AA | A4 | 6 | 0 | 4 | 21 | 90 | 6 | 41 |
Octal | 240 | 252 | 244 | 6 | 0 | 4 | 41 | 220 | 6 | 101 |
Binary | 10100000 | 10101010 | 10100100 | 110 | 0 | 100 | 100001 | 10010000 | 110 | 1000001 |
Color Harmonies of #A0AAA4
Complementary color
Monochromatic Colors of #A0AAA4
Black with #A0AAA4
Text Example
Text Example
White with #A0AAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AAA4; }
p { color: rgb(160,170,164); }
H1.HeaderClassName
{
color: #A0AAA4;
}
.AnyTagClassName
{
color: #A0AAA4;
}
</style>
background-color css
<style>
a { background-color: #A0AAA4; }
a { background-color: rgb(160,170,164); }
div.DivClassName
{
background-color: #A0AAA4;
}
.BgClassName
{
background-color: #A0AAA4;
}
</style>
border-color css
<style>
span { border-color: #A0AAA4; }
span { border-color: rgb(160,170,164); }
td.TdClassName
{
border-color: #A0AAA4;
}
.TagClassName
{
border-color: #A0AAA4;
}
</style>