Shades of Mantle #A0A79C
Tints of Mantle #A0A79C
RGB
CMYK
RGB Variations
Color information
#A0A79C (or 0xA0A79C) is known color: Mantle. HEX triplet: A0, A7 and 9C. RGB value is (160,167,156). Sum of RGB (Red+Green+Blue) = 160+167+156=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 167 (65.62% from 255 or 34.58% from 483); Blue value is 156 (61.33% from 255 or 32.30% from 483); Max value from RGB is 167 - color contains mainly: green. Hex color #A0A79C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A79C is #5F5863. Grayscale: #A3A3A3. Windows color (decimal): -6248548 or 10266528. OLE color: 10266528.
HSL color Cylindrical-coordinate representation of color #A0A79C: hue angle of 98.18º degrees, saturation: 0.06, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A0A79C is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 167 | 156 | - |
| CMYK | 0.04 | 0 | 0.07 | 0.35 |
| HSL | 98.18º | 0.06% | 0.63% | - |
| HSV(B) | 98.18º | 0.07% | 0.65% | - |
| XYZ | 34.32 | 37.51 | 36.88 | - |
| YUV | 163.65 | 123.68 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 167 | 156 | 0.04 | 0 | 0.07 | 0.35 | 98.18 | 0.06 | 0.63 |
| Hex | A0 | A7 | 9C | 4 | 0 | 7 | 23 | 62 | 6 | 3F |
| Octal | 240 | 247 | 234 | 4 | 0 | 7 | 43 | 142 | 6 | 77 |
| Binary | 10100000 | 10100111 | 10011100 | 100 | 0 | 111 | 100011 | 1100010 | 110 | 111111 |
Color Harmonies of #A0A79C
Complementary color
Monochromatic Colors of #A0A79C
Black with #A0A79C
Text Example
Text Example
White with #A0A79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A79C; }
p { color: rgb(160,167,156); }
H1.HeaderClassName
{
color: #A0A79C;
}
.AnyTagClassName
{
color: #A0A79C;
}
</style>
background-color css
<style>
a { background-color: #A0A79C; }
a { background-color: rgb(160,167,156); }
div.DivClassName
{
background-color: #A0A79C;
}
.BgClassName
{
background-color: #A0A79C;
}
</style>
border-color css
<style>
span { border-color: #A0A79C; }
span { border-color: rgb(160,167,156); }
td.TdClassName
{
border-color: #A0A79C;
}
.TagClassName
{
border-color: #A0A79C;
}
</style>