Shades of Mantle #A0AA9E
Tints of Mantle #A0AA9E
RGB
CMYK
RGB Variations
Color information
#A0AA9E (or 0xA0AA9E) is known color: Mantle. HEX triplet: A0, AA and 9E. RGB value is (160,170,158). Sum of RGB (Red+Green+Blue) = 160+170+158=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 158 (62.11% from 255 or 32.38% from 488); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AA9E is #5F5561. Grayscale: #A5A5A5. Windows color (decimal): -6247778 or 10398368. OLE color: 10398368.
HSL color Cylindrical-coordinate representation of color #A0AA9E: hue angle of 110º degrees, saturation: 0.07, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A0AA9E is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 170 | 158 | - |
| CMYK | 0.06 | 0 | 0.07 | 0.33 |
| HSL | 110º | 0.07% | 0.64% | - |
| HSV(B) | 110º | 0.07% | 0.67% | - |
| XYZ | 35.04 | 38.69 | 37.97 | - |
| YUV | 165.64 | 123.69 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 170 | 158 | 0.06 | 0 | 0.07 | 0.33 | 110 | 0.07 | 0.64 |
| Hex | A0 | AA | 9E | 6 | 0 | 7 | 21 | 6E | 7 | 40 |
| Octal | 240 | 252 | 236 | 6 | 0 | 7 | 41 | 156 | 7 | 100 |
| Binary | 10100000 | 10101010 | 10011110 | 110 | 0 | 111 | 100001 | 1101110 | 111 | 1000000 |
Color Harmonies of #A0AA9E
Complementary color
Monochromatic Colors of #A0AA9E
Black with #A0AA9E
Text Example
Text Example
White with #A0AA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AA9E; }
p { color: rgb(160,170,158); }
H1.HeaderClassName
{
color: #A0AA9E;
}
.AnyTagClassName
{
color: #A0AA9E;
}
</style>
background-color css
<style>
a { background-color: #A0AA9E; }
a { background-color: rgb(160,170,158); }
div.DivClassName
{
background-color: #A0AA9E;
}
.BgClassName
{
background-color: #A0AA9E;
}
</style>
border-color css
<style>
span { border-color: #A0AA9E; }
span { border-color: rgb(160,170,158); }
td.TdClassName
{
border-color: #A0AA9E;
}
.TagClassName
{
border-color: #A0AA9E;
}
</style>