Shades of Mantle #A0AC9D
Tints of Mantle #A0AC9D
RGB
CMYK
RGB Variations
Color information
#A0AC9D (or 0xA0AC9D) is known color: Mantle. HEX triplet: A0, AC and 9D. RGB value is (160,172,157). Sum of RGB (Red+Green+Blue) = 160+172+157=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 157 (61.72% from 255 or 32.11% from 489); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AC9D is #5F5362. Grayscale: #A6A6A6. Windows color (decimal): -6247267 or 10333344. OLE color: 10333344.
HSL color Cylindrical-coordinate representation of color #A0AC9D: hue angle of 108º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A0AC9D is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 172 | 157 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.33 |
| HSL | 108º | 0.08% | 0.65% | - |
| HSV(B) | 108º | 0.09% | 0.67% | - |
| XYZ | 35.34 | 39.41 | 37.64 | - |
| YUV | 166.7 | 122.52 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 172 | 157 | 0.07 | 0 | 0.09 | 0.33 | 108 | 0.08 | 0.65 |
| Hex | A0 | AC | 9D | 7 | 0 | 9 | 21 | 6C | 8 | 41 |
| Octal | 240 | 254 | 235 | 7 | 0 | 11 | 41 | 154 | 10 | 101 |
| Binary | 10100000 | 10101100 | 10011101 | 111 | 0 | 1001 | 100001 | 1101100 | 1000 | 1000001 |
Color Harmonies of #A0AC9D
Complementary color
Monochromatic Colors of #A0AC9D
Black with #A0AC9D
Text Example
Text Example
White with #A0AC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AC9D; }
p { color: rgb(160,172,157); }
H1.HeaderClassName
{
color: #A0AC9D;
}
.AnyTagClassName
{
color: #A0AC9D;
}
</style>
background-color css
<style>
a { background-color: #A0AC9D; }
a { background-color: rgb(160,172,157); }
div.DivClassName
{
background-color: #A0AC9D;
}
.BgClassName
{
background-color: #A0AC9D;
}
</style>
border-color css
<style>
span { border-color: #A0AC9D; }
span { border-color: rgb(160,172,157); }
td.TdClassName
{
border-color: #A0AC9D;
}
.TagClassName
{
border-color: #A0AC9D;
}
</style>