Shades of Mantle #A0A7A0
Tints of Mantle #A0A7A0
RGB
CMYK
RGB Variations
Color information
#A0A7A0 (or 0xA0A7A0) is known color: Mantle. HEX triplet: A0, A7 and A0. RGB value is (160,167,160). Sum of RGB (Red+Green+Blue) = 160+167+160=487 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.85% from 487); Green value is 167 (65.62% from 255 or 34.29% from 487); Blue value is 160 (62.89% from 255 or 32.85% from 487); Max value from RGB is 167 - color contains mainly: green. Hex color #A0A7A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A7A0 is #5F585F. Grayscale: #A4A4A4. Windows color (decimal): -6248544 or 10528672. OLE color: 10528672.
HSL color Cylindrical-coordinate representation of color #A0A7A0: hue angle of 120º 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 #A0A7A0 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 167 | 160 | - |
| CMYK | 0.04 | 0 | 0.04 | 0.35 |
| HSL | 120º | 0.04% | 0.64% | - |
| HSV(B) | 120º | 0.04% | 0.65% | - |
| XYZ | 34.66 | 37.65 | 38.7 | - |
| YUV | 164.11 | 125.68 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 167 | 160 | 0.04 | 0 | 0.04 | 0.35 | 120 | 0.04 | 0.64 |
| Hex | A0 | A7 | A0 | 4 | 0 | 4 | 23 | 78 | 4 | 40 |
| Octal | 240 | 247 | 240 | 4 | 0 | 4 | 43 | 170 | 4 | 100 |
| Binary | 10100000 | 10100111 | 10100000 | 100 | 0 | 100 | 100011 | 1111000 | 100 | 1000000 |
Color Harmonies of #A0A7A0
Complementary color
Monochromatic Colors of #A0A7A0
Black with #A0A7A0
Text Example
Text Example
White with #A0A7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A7A0; }
p { color: rgb(160,167,160); }
H1.HeaderClassName
{
color: #A0A7A0;
}
.AnyTagClassName
{
color: #A0A7A0;
}
</style>
background-color css
<style>
a { background-color: #A0A7A0; }
a { background-color: rgb(160,167,160); }
div.DivClassName
{
background-color: #A0A7A0;
}
.BgClassName
{
background-color: #A0A7A0;
}
</style>
border-color css
<style>
span { border-color: #A0A7A0; }
span { border-color: rgb(160,167,160); }
td.TdClassName
{
border-color: #A0A7A0;
}
.TagClassName
{
border-color: #A0A7A0;
}
</style>