Shades of Mantle #A0A69F
Tints of Mantle #A0A69F
RGB
CMYK
RGB Variations
Color information
#A0A69F (or 0xA0A69F) is known color: Mantle. HEX triplet: A0, A6 and 9F. RGB value is (160,166,159). Sum of RGB (Red+Green+Blue) = 160+166+159=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 166 (65.23% from 255 or 34.23% from 485); Blue value is 159 (62.5% from 255 or 32.78% from 485); Max value from RGB is 166 - color contains mainly: green. Hex color #A0A69F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A69F is #5F5960. Grayscale: #A3A3A3. Windows color (decimal): -6248801 or 10462880. OLE color: 10462880.
HSL color Cylindrical-coordinate representation of color #A0A69F: hue angle of 111.43º degrees, saturation: 0.04, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A0A69F is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 166 | 159 | - |
| CMYK | 0.04 | 0 | 0.04 | 0.35 |
| HSL | 111.43º | 0.04% | 0.64% | - |
| HSV(B) | 111.43º | 0.04% | 0.65% | - |
| XYZ | 34.39 | 37.25 | 38.18 | - |
| YUV | 163.41 | 125.51 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 166 | 159 | 0.04 | 0 | 0.04 | 0.35 | 111.43 | 0.04 | 0.64 |
| Hex | A0 | A6 | 9F | 4 | 0 | 4 | 23 | 6F | 4 | 40 |
| Octal | 240 | 246 | 237 | 4 | 0 | 4 | 43 | 157 | 4 | 100 |
| Binary | 10100000 | 10100110 | 10011111 | 100 | 0 | 100 | 100011 | 1101111 | 100 | 1000000 |
Color Harmonies of #A0A69F
Complementary color
Monochromatic Colors of #A0A69F
Black with #A0A69F
Text Example
Text Example
White with #A0A69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A69F; }
p { color: rgb(160,166,159); }
H1.HeaderClassName
{
color: #A0A69F;
}
.AnyTagClassName
{
color: #A0A69F;
}
</style>
background-color css
<style>
a { background-color: #A0A69F; }
a { background-color: rgb(160,166,159); }
div.DivClassName
{
background-color: #A0A69F;
}
.BgClassName
{
background-color: #A0A69F;
}
</style>
border-color css
<style>
span { border-color: #A0A69F; }
span { border-color: rgb(160,166,159); }
td.TdClassName
{
border-color: #A0A69F;
}
.TagClassName
{
border-color: #A0A69F;
}
</style>