Shades of Mantle #A0AD9D
Tints of Mantle #A0AD9D
RGB
CMYK
RGB Variations
Color information
#A0AD9D (or 0xA0AD9D) is known color: Mantle. HEX triplet: A0, AD and 9D. RGB value is (160,173,157). Sum of RGB (Red+Green+Blue) = 160+173+157=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 157 (61.72% from 255 or 32.04% from 490); Max value from RGB is 173 - color contains mainly: green. Hex color #A0AD9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AD9D is #5F5262. Grayscale: #A7A7A7. Windows color (decimal): -6247011 or 10333600. OLE color: 10333600.
HSL color Cylindrical-coordinate representation of color #A0AD9D: hue angle of 108.75º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A0AD9D is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 173 | 157 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.32 |
| HSL | 108.75º | 0.09% | 0.65% | - |
| HSV(B) | 108.75º | 0.09% | 0.68% | - |
| XYZ | 35.53 | 39.8 | 37.71 | - |
| YUV | 167.29 | 122.19 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 173 | 157 | 0.08 | 0 | 0.09 | 0.32 | 108.75 | 0.09 | 0.65 |
| Hex | A0 | AD | 9D | 8 | 0 | 9 | 20 | 6D | 9 | 41 |
| Octal | 240 | 255 | 235 | 10 | 0 | 11 | 40 | 155 | 11 | 101 |
| Binary | 10100000 | 10101101 | 10011101 | 1000 | 0 | 1001 | 100000 | 1101101 | 1001 | 1000001 |
Color Harmonies of #A0AD9D
Complementary color
Monochromatic Colors of #A0AD9D
Black with #A0AD9D
Text Example
Text Example
White with #A0AD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AD9D; }
p { color: rgb(160,173,157); }
H1.HeaderClassName
{
color: #A0AD9D;
}
.AnyTagClassName
{
color: #A0AD9D;
}
</style>
background-color css
<style>
a { background-color: #A0AD9D; }
a { background-color: rgb(160,173,157); }
div.DivClassName
{
background-color: #A0AD9D;
}
.BgClassName
{
background-color: #A0AD9D;
}
</style>
border-color css
<style>
span { border-color: #A0AD9D; }
span { border-color: rgb(160,173,157); }
td.TdClassName
{
border-color: #A0AD9D;
}
.TagClassName
{
border-color: #A0AD9D;
}
</style>