Shades of Mantle #A0A89F
Tints of Mantle #A0A89F
RGB
CMYK
RGB Variations
Color information
#A0A89F (or 0xA0A89F) is known color: Mantle. HEX triplet: A0, A8 and 9F. RGB value is (160,168,159). Sum of RGB (Red+Green+Blue) = 160+168+159=487 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.85% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 159 (62.5% from 255 or 32.65% from 487); Max value from RGB is 168 - color contains mainly: green. Hex color #A0A89F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A89F is #5F5760. Grayscale: #A4A4A4. Windows color (decimal): -6248289 or 10463392. OLE color: 10463392.
HSL color Cylindrical-coordinate representation of color #A0A89F: hue angle of 113.33º degrees, saturation: 0.05, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A0A89F is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 160 | 168 | 159 | - |
| CMYK | 0.05 | 0 | 0.05 | 0.34 |
| HSL | 113.33º | 0.05% | 0.64% | - |
| HSV(B) | 113.33º | 0.05% | 0.66% | - |
| XYZ | 34.76 | 37.98 | 38.3 | - |
| YUV | 164.58 | 124.85 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 168 | 159 | 0.05 | 0 | 0.05 | 0.34 | 113.33 | 0.05 | 0.64 |
| Hex | A0 | A8 | 9F | 5 | 0 | 5 | 22 | 71 | 5 | 40 |
| Octal | 240 | 250 | 237 | 5 | 0 | 5 | 42 | 161 | 5 | 100 |
| Binary | 10100000 | 10101000 | 10011111 | 101 | 0 | 101 | 100010 | 1110001 | 101 | 1000000 |
Color Harmonies of #A0A89F
Complementary color
Monochromatic Colors of #A0A89F
Black with #A0A89F
Text Example
Text Example
White with #A0A89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A89F; }
p { color: rgb(160,168,159); }
H1.HeaderClassName
{
color: #A0A89F;
}
.AnyTagClassName
{
color: #A0A89F;
}
</style>
background-color css
<style>
a { background-color: #A0A89F; }
a { background-color: rgb(160,168,159); }
div.DivClassName
{
background-color: #A0A89F;
}
.BgClassName
{
background-color: #A0A89F;
}
</style>
border-color css
<style>
span { border-color: #A0A89F; }
span { border-color: rgb(160,168,159); }
td.TdClassName
{
border-color: #A0A89F;
}
.TagClassName
{
border-color: #A0A89F;
}
</style>