Shades of Mantle #A0AB9E
Tints of Mantle #A0AB9E
RGB
CMYK
RGB Variations
Color information
#A0AB9E (or 0xA0AB9E) is known color: Mantle. HEX triplet: A0, AB and 9E. RGB value is (160,171,158). Sum of RGB (Red+Green+Blue) = 160+171+158=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 158 (62.11% from 255 or 32.31% from 489); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AB9E is #5F5461. Grayscale: #A6A6A6. Windows color (decimal): -6247522 or 10398624. OLE color: 10398624.
HSL color Cylindrical-coordinate representation of color #A0AB9E: hue angle of 110.77º degrees, saturation: 0.07, 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 #A0AB9E is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 171 | 158 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.33 |
| HSL | 110.77º | 0.07% | 0.65% | - |
| HSV(B) | 110.77º | 0.08% | 0.67% | - |
| XYZ | 35.23 | 39.07 | 38.03 | - |
| YUV | 166.23 | 123.36 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 158 | 0.06 | 0 | 0.08 | 0.33 | 110.77 | 0.07 | 0.65 |
| Hex | A0 | AB | 9E | 6 | 0 | 8 | 21 | 6F | 7 | 41 |
| Octal | 240 | 253 | 236 | 6 | 0 | 10 | 41 | 157 | 7 | 101 |
| Binary | 10100000 | 10101011 | 10011110 | 110 | 0 | 1000 | 100001 | 1101111 | 111 | 1000001 |
Color Harmonies of #A0AB9E
Complementary color
Monochromatic Colors of #A0AB9E
Black with #A0AB9E
Text Example
Text Example
White with #A0AB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AB9E; }
p { color: rgb(160,171,158); }
H1.HeaderClassName
{
color: #A0AB9E;
}
.AnyTagClassName
{
color: #A0AB9E;
}
</style>
background-color css
<style>
a { background-color: #A0AB9E; }
a { background-color: rgb(160,171,158); }
div.DivClassName
{
background-color: #A0AB9E;
}
.BgClassName
{
background-color: #A0AB9E;
}
</style>
border-color css
<style>
span { border-color: #A0AB9E; }
span { border-color: rgb(160,171,158); }
td.TdClassName
{
border-color: #A0AB9E;
}
.TagClassName
{
border-color: #A0AB9E;
}
</style>