Shades of Mantle #A0AA9F
Tints of Mantle #A0AA9F
RGB
CMYK
RGB Variations
Color information
#A0AA9F (or 0xA0AA9F) is known color: Mantle. HEX triplet: A0, AA and 9F. RGB value is (160,170,159). Sum of RGB (Red+Green+Blue) = 160+170+159=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 159 (62.5% from 255 or 32.52% from 489); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AA9F is #5F5560. Grayscale: #A5A5A5. Windows color (decimal): -6247777 or 10463904. OLE color: 10463904.
HSL color Cylindrical-coordinate representation of color #A0AA9F: hue angle of 114.55º 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 #A0AA9F is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 170 | 159 | - |
| CMYK | 0.06 | 0 | 0.06 | 0.33 |
| HSL | 114.55º | 0.06% | 0.65% | - |
| HSV(B) | 114.55º | 0.06% | 0.67% | - |
| XYZ | 35.13 | 38.73 | 38.42 | - |
| YUV | 165.76 | 124.19 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 170 | 159 | 0.06 | 0 | 0.06 | 0.33 | 114.55 | 0.06 | 0.65 |
| Hex | A0 | AA | 9F | 6 | 0 | 6 | 21 | 73 | 6 | 41 |
| Octal | 240 | 252 | 237 | 6 | 0 | 6 | 41 | 163 | 6 | 101 |
| Binary | 10100000 | 10101010 | 10011111 | 110 | 0 | 110 | 100001 | 1110011 | 110 | 1000001 |
Color Harmonies of #A0AA9F
Complementary color
Monochromatic Colors of #A0AA9F
Black with #A0AA9F
Text Example
Text Example
White with #A0AA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AA9F; }
p { color: rgb(160,170,159); }
H1.HeaderClassName
{
color: #A0AA9F;
}
.AnyTagClassName
{
color: #A0AA9F;
}
</style>
background-color css
<style>
a { background-color: #A0AA9F; }
a { background-color: rgb(160,170,159); }
div.DivClassName
{
background-color: #A0AA9F;
}
.BgClassName
{
background-color: #A0AA9F;
}
</style>
border-color css
<style>
span { border-color: #A0AA9F; }
span { border-color: rgb(160,170,159); }
td.TdClassName
{
border-color: #A0AA9F;
}
.TagClassName
{
border-color: #A0AA9F;
}
</style>