Shades of Mantle #A0A89C
Tints of Mantle #A0A89C
RGB
CMYK
RGB Variations
Color information
#A0A89C (or 0xA0A89C) is known color: Mantle. HEX triplet: A0, A8 and 9C. RGB value is (160,168,156). Sum of RGB (Red+Green+Blue) = 160+168+156=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 168 (66.02% from 255 or 34.71% from 484); Blue value is 156 (61.33% from 255 or 32.23% from 484); Max value from RGB is 168 - color contains mainly: green. Hex color #A0A89C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A89C is #5F5763. Grayscale: #A4A4A4. Windows color (decimal): -6248292 or 10266784. OLE color: 10266784.
HSL color Cylindrical-coordinate representation of color #A0A89C: hue angle of 100º degrees, saturation: 0.06, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A0A89C is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 160 | 168 | 156 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.34 |
| HSL | 100º | 0.06% | 0.64% | - |
| HSV(B) | 100º | 0.07% | 0.66% | - |
| XYZ | 34.5 | 37.88 | 36.95 | - |
| YUV | 164.24 | 123.35 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 168 | 156 | 0.05 | 0 | 0.07 | 0.34 | 100 | 0.06 | 0.64 |
| Hex | A0 | A8 | 9C | 5 | 0 | 7 | 22 | 64 | 6 | 40 |
| Octal | 240 | 250 | 234 | 5 | 0 | 7 | 42 | 144 | 6 | 100 |
| Binary | 10100000 | 10101000 | 10011100 | 101 | 0 | 111 | 100010 | 1100100 | 110 | 1000000 |
Color Harmonies of #A0A89C
Complementary color
Monochromatic Colors of #A0A89C
Black with #A0A89C
Text Example
Text Example
White with #A0A89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A89C; }
p { color: rgb(160,168,156); }
H1.HeaderClassName
{
color: #A0A89C;
}
.AnyTagClassName
{
color: #A0A89C;
}
</style>
background-color css
<style>
a { background-color: #A0A89C; }
a { background-color: rgb(160,168,156); }
div.DivClassName
{
background-color: #A0A89C;
}
.BgClassName
{
background-color: #A0A89C;
}
</style>
border-color css
<style>
span { border-color: #A0A89C; }
span { border-color: rgb(160,168,156); }
td.TdClassName
{
border-color: #A0A89C;
}
.TagClassName
{
border-color: #A0A89C;
}
</style>