Shades of Mantle #A0A79E
Tints of Mantle #A0A79E
RGB
CMYK
RGB Variations
Color information
#A0A79E (or 0xA0A79E) is known color: Mantle. HEX triplet: A0, A7 and 9E. RGB value is (160,167,158). Sum of RGB (Red+Green+Blue) = 160+167+158=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 167 (65.62% from 255 or 34.43% from 485); Blue value is 158 (62.11% from 255 or 32.58% from 485); Max value from RGB is 167 - color contains mainly: green. Hex color #A0A79E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A79E is #5F5861. Grayscale: #A3A3A3. Windows color (decimal): -6248546 or 10397600. OLE color: 10397600.
HSL color Cylindrical-coordinate representation of color #A0A79E: hue angle of 106.67º degrees, saturation: 0.05, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A0A79E is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 167 | 158 | - |
| CMYK | 0.04 | 0 | 0.05 | 0.35 |
| HSL | 106.67º | 0.05% | 0.64% | - |
| HSV(B) | 106.67º | 0.05% | 0.65% | - |
| XYZ | 34.49 | 37.58 | 37.78 | - |
| YUV | 163.88 | 124.68 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 167 | 158 | 0.04 | 0 | 0.05 | 0.35 | 106.67 | 0.05 | 0.64 |
| Hex | A0 | A7 | 9E | 4 | 0 | 5 | 23 | 6B | 5 | 40 |
| Octal | 240 | 247 | 236 | 4 | 0 | 5 | 43 | 153 | 5 | 100 |
| Binary | 10100000 | 10100111 | 10011110 | 100 | 0 | 101 | 100011 | 1101011 | 101 | 1000000 |
Color Harmonies of #A0A79E
Complementary color
Monochromatic Colors of #A0A79E
Black with #A0A79E
Text Example
Text Example
White with #A0A79E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A79E; }
p { color: rgb(160,167,158); }
H1.HeaderClassName
{
color: #A0A79E;
}
.AnyTagClassName
{
color: #A0A79E;
}
</style>
background-color css
<style>
a { background-color: #A0A79E; }
a { background-color: rgb(160,167,158); }
div.DivClassName
{
background-color: #A0A79E;
}
.BgClassName
{
background-color: #A0A79E;
}
</style>
border-color css
<style>
span { border-color: #A0A79E; }
span { border-color: rgb(160,167,158); }
td.TdClassName
{
border-color: #A0A79E;
}
.TagClassName
{
border-color: #A0A79E;
}
</style>