Shades of Mantle #A0AC9E
Tints of Mantle #A0AC9E
RGB
CMYK
RGB Variations
Color information
#A0AC9E (or 0xA0AC9E) is known color: Mantle. HEX triplet: A0, AC and 9E. RGB value is (160,172,158). Sum of RGB (Red+Green+Blue) = 160+172+158=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 158 (62.11% from 255 or 32.24% from 490); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AC9E is #5F5361. Grayscale: #A6A6A6. Windows color (decimal): -6247266 or 10398880. OLE color: 10398880.
HSL color Cylindrical-coordinate representation of color #A0AC9E: hue angle of 111.43º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A0AC9E is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 172 | 158 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.33 |
| HSL | 111.43º | 0.08% | 0.65% | - |
| HSV(B) | 111.43º | 0.08% | 0.67% | - |
| XYZ | 35.42 | 39.45 | 38.09 | - |
| YUV | 166.82 | 123.02 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 172 | 158 | 0.07 | 0 | 0.08 | 0.33 | 111.43 | 0.08 | 0.65 |
| Hex | A0 | AC | 9E | 7 | 0 | 8 | 21 | 6F | 8 | 41 |
| Octal | 240 | 254 | 236 | 7 | 0 | 10 | 41 | 157 | 10 | 101 |
| Binary | 10100000 | 10101100 | 10011110 | 111 | 0 | 1000 | 100001 | 1101111 | 1000 | 1000001 |
Color Harmonies of #A0AC9E
Complementary color
Monochromatic Colors of #A0AC9E
Black with #A0AC9E
Text Example
Text Example
White with #A0AC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AC9E; }
p { color: rgb(160,172,158); }
H1.HeaderClassName
{
color: #A0AC9E;
}
.AnyTagClassName
{
color: #A0AC9E;
}
</style>
background-color css
<style>
a { background-color: #A0AC9E; }
a { background-color: rgb(160,172,158); }
div.DivClassName
{
background-color: #A0AC9E;
}
.BgClassName
{
background-color: #A0AC9E;
}
</style>
border-color css
<style>
span { border-color: #A0AC9E; }
span { border-color: rgb(160,172,158); }
td.TdClassName
{
border-color: #A0AC9E;
}
.TagClassName
{
border-color: #A0AC9E;
}
</style>