Shades of Hit Grey #A0AAAA
Tints of Hit Grey #A0AAAA
RGB
CMYK
RGB Variations
Color information
#A0AAAA (or 0xA0AAAA) is known color: Hit Grey. HEX triplet: A0, AA and AA. RGB value is (160,170,170). Sum of RGB (Red+Green+Blue) = 160+170+170=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #A0AAAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AAAA is #5F5555. Grayscale: #A7A7A7. Windows color (decimal): -6247766 or 11184800. OLE color: 11184800.
HSL color Cylindrical-coordinate representation of color #A0AAAA: hue angle of 180º 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 #A0AAAA is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 170 | 170 | - |
| CMYK | 0.06 | 0 | 0 | 0.33 |
| HSL | 180º | 0.06% | 0.65% | - |
| HSV(B) | 180º | 0.06% | 0.67% | - |
| XYZ | 36.13 | 39.13 | 43.68 | - |
| YUV | 167.01 | 129.69 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 170 | 170 | 0.06 | 0 | 0 | 0.33 | 180 | 0.06 | 0.65 |
| Hex | A0 | AA | AA | 6 | 0 | 0 | 21 | B4 | 6 | 41 |
| Octal | 240 | 252 | 252 | 6 | 0 | 0 | 41 | 264 | 6 | 101 |
| Binary | 10100000 | 10101010 | 10101010 | 110 | 0 | 0 | 100001 | 10110100 | 110 | 1000001 |
Color Harmonies of #A0AAAA
Complementary color
Monochromatic Colors of #A0AAAA
Black with #A0AAAA
Text Example
Text Example
White with #A0AAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AAAA; }
p { color: rgb(160,170,170); }
H1.HeaderClassName
{
color: #A0AAAA;
}
.AnyTagClassName
{
color: #A0AAAA;
}
</style>
background-color css
<style>
a { background-color: #A0AAAA; }
a { background-color: rgb(160,170,170); }
div.DivClassName
{
background-color: #A0AAAA;
}
.BgClassName
{
background-color: #A0AAAA;
}
</style>
border-color css
<style>
span { border-color: #A0AAAA; }
span { border-color: rgb(160,170,170); }
td.TdClassName
{
border-color: #A0AAAA;
}
.TagClassName
{
border-color: #A0AAAA;
}
</style>