Shades of Mantle #A0ADA0
Tints of Mantle #A0ADA0
RGB
CMYK
RGB Variations
Color information
#A0ADA0 (or 0xA0ADA0) is known color: Mantle. HEX triplet: A0, AD and A0. RGB value is (160,173,160). Sum of RGB (Red+Green+Blue) = 160+173+160=493 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.45% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 160 (62.89% from 255 or 32.45% from 493); Max value from RGB is 173 - color contains mainly: green. Hex color #A0ADA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0ADA0 is #5F525F. Grayscale: #A7A7A7. Windows color (decimal): -6247008 or 10530208. OLE color: 10530208.
HSL color Cylindrical-coordinate representation of color #A0ADA0: hue angle of 120º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A0ADA0 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
RGB | 160 | 173 | 160 | - |
CMYK | 0.08 | 0 | 0.08 | 0.32 |
HSL | 120º | 0.07% | 0.65% | - |
HSV(B) | 120º | 0.08% | 0.68% | - |
XYZ | 35.79 | 39.9 | 39.07 | - |
YUV | 167.63 | 123.69 | 122.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 173 | 160 | 0.08 | 0 | 0.08 | 0.32 | 120 | 0.07 | 0.65 |
Hex | A0 | AD | A0 | 8 | 0 | 8 | 20 | 78 | 7 | 41 |
Octal | 240 | 255 | 240 | 10 | 0 | 10 | 40 | 170 | 7 | 101 |
Binary | 10100000 | 10101101 | 10100000 | 1000 | 0 | 1000 | 100000 | 1111000 | 111 | 1000001 |
Color Harmonies of #A0ADA0
Complementary color
Monochromatic Colors of #A0ADA0
Black with #A0ADA0
Text Example
Text Example
White with #A0ADA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ADA0; }
p { color: rgb(160,173,160); }
H1.HeaderClassName
{
color: #A0ADA0;
}
.AnyTagClassName
{
color: #A0ADA0;
}
</style>
background-color css
<style>
a { background-color: #A0ADA0; }
a { background-color: rgb(160,173,160); }
div.DivClassName
{
background-color: #A0ADA0;
}
.BgClassName
{
background-color: #A0ADA0;
}
</style>
border-color css
<style>
span { border-color: #A0ADA0; }
span { border-color: rgb(160,173,160); }
td.TdClassName
{
border-color: #A0ADA0;
}
.TagClassName
{
border-color: #A0ADA0;
}
</style>