Shades of Mantle #A0AB9F
Tints of Mantle #A0AB9F
RGB
CMYK
RGB Variations
Color information
#A0AB9F (or 0xA0AB9F) is known color: Mantle. HEX triplet: A0, AB and 9F. RGB value is (160,171,159). Sum of RGB (Red+Green+Blue) = 160+171+159=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 159 (62.5% from 255 or 32.45% from 490); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AB9F is #5F5460. Grayscale: #A6A6A6. Windows color (decimal): -6247521 or 10464160. OLE color: 10464160.
HSL color Cylindrical-coordinate representation of color #A0AB9F: hue angle of 115º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A0AB9F is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
RGB | 160 | 171 | 159 | - |
CMYK | 0.06 | 0 | 0.07 | 0.33 |
HSL | 115º | 0.07% | 0.65% | - |
HSV(B) | 115º | 0.07% | 0.67% | - |
XYZ | 35.32 | 39.1 | 38.49 | - |
YUV | 166.34 | 123.86 | 123.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 171 | 159 | 0.06 | 0 | 0.07 | 0.33 | 115 | 0.07 | 0.65 |
Hex | A0 | AB | 9F | 6 | 0 | 7 | 21 | 73 | 7 | 41 |
Octal | 240 | 253 | 237 | 6 | 0 | 7 | 41 | 163 | 7 | 101 |
Binary | 10100000 | 10101011 | 10011111 | 110 | 0 | 111 | 100001 | 1110011 | 111 | 1000001 |
Color Harmonies of #A0AB9F
Complementary color
Monochromatic Colors of #A0AB9F
Black with #A0AB9F
Text Example
Text Example
White with #A0AB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AB9F; }
p { color: rgb(160,171,159); }
H1.HeaderClassName
{
color: #A0AB9F;
}
.AnyTagClassName
{
color: #A0AB9F;
}
</style>
background-color css
<style>
a { background-color: #A0AB9F; }
a { background-color: rgb(160,171,159); }
div.DivClassName
{
background-color: #A0AB9F;
}
.BgClassName
{
background-color: #A0AB9F;
}
</style>
border-color css
<style>
span { border-color: #A0AB9F; }
span { border-color: rgb(160,171,159); }
td.TdClassName
{
border-color: #A0AB9F;
}
.TagClassName
{
border-color: #A0AB9F;
}
</style>