Shades of Mantle #A0AB9D
Tints of Mantle #A0AB9D
RGB
CMYK
RGB Variations
Color information
#A0AB9D (or 0xA0AB9D) is known color: Mantle. HEX triplet: A0, AB and 9D. RGB value is (160,171,157). Sum of RGB (Red+Green+Blue) = 160+171+157=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 157 (61.72% from 255 or 32.17% from 488); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AB9D is #5F5462. Grayscale: #A6A6A6. Windows color (decimal): -6247523 or 10333088. OLE color: 10333088.
HSL color Cylindrical-coordinate representation of color #A0AB9D: hue angle of 107.14º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A0AB9D is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 171 | 157 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.33 |
| HSL | 107.14º | 0.08% | 0.64% | - |
| HSV(B) | 107.14º | 0.08% | 0.67% | - |
| XYZ | 35.15 | 39.03 | 37.58 | - |
| YUV | 166.12 | 122.86 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 157 | 0.06 | 0 | 0.08 | 0.33 | 107.14 | 0.08 | 0.64 |
| Hex | A0 | AB | 9D | 6 | 0 | 8 | 21 | 6B | 8 | 40 |
| Octal | 240 | 253 | 235 | 6 | 0 | 10 | 41 | 153 | 10 | 100 |
| Binary | 10100000 | 10101011 | 10011101 | 110 | 0 | 1000 | 100001 | 1101011 | 1000 | 1000000 |
Color Harmonies of #A0AB9D
Complementary color
Monochromatic Colors of #A0AB9D
Black with #A0AB9D
Text Example
Text Example
White with #A0AB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AB9D; }
p { color: rgb(160,171,157); }
H1.HeaderClassName
{
color: #A0AB9D;
}
.AnyTagClassName
{
color: #A0AB9D;
}
</style>
background-color css
<style>
a { background-color: #A0AB9D; }
a { background-color: rgb(160,171,157); }
div.DivClassName
{
background-color: #A0AB9D;
}
.BgClassName
{
background-color: #A0AB9D;
}
</style>
border-color css
<style>
span { border-color: #A0AB9D; }
span { border-color: rgb(160,171,157); }
td.TdClassName
{
border-color: #A0AB9D;
}
.TagClassName
{
border-color: #A0AB9D;
}
</style>