Shades of Mantle #A0A6A0
Tints of Mantle #A0A6A0
RGB
CMYK
RGB Variations
Color information
#A0A6A0 (or 0xA0A6A0) is known color: Mantle. HEX triplet: A0, A6 and A0. RGB value is (160,166,160). Sum of RGB (Red+Green+Blue) = 160+166+160=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 166 (65.23% from 255 or 34.16% from 486); Blue value is 160 (62.89% from 255 or 32.92% from 486); Max value from RGB is 166 - color contains mainly: green. Hex color #A0A6A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A6A0 is #5F595F. Grayscale: #A3A3A3. Windows color (decimal): -6248800 or 10528416. OLE color: 10528416.
HSL color Cylindrical-coordinate representation of color #A0A6A0: hue angle of 120º degrees, saturation: 0.03, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A0A6A0 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
RGB | 160 | 166 | 160 | - |
CMYK | 0.04 | 0 | 0.04 | 0.35 |
HSL | 120º | 0.03% | 0.64% | - |
HSV(B) | 120º | 0.04% | 0.65% | - |
XYZ | 34.48 | 37.28 | 38.64 | - |
YUV | 163.52 | 126.01 | 125.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 166 | 160 | 0.04 | 0 | 0.04 | 0.35 | 120 | 0.03 | 0.64 |
Hex | A0 | A6 | A0 | 4 | 0 | 4 | 23 | 78 | 3 | 40 |
Octal | 240 | 246 | 240 | 4 | 0 | 4 | 43 | 170 | 3 | 100 |
Binary | 10100000 | 10100110 | 10100000 | 100 | 0 | 100 | 100011 | 1111000 | 11 | 1000000 |
Color Harmonies of #A0A6A0
Complementary color
Monochromatic Colors of #A0A6A0
Black with #A0A6A0
Text Example
Text Example
White with #A0A6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A6A0; }
p { color: rgb(160,166,160); }
H1.HeaderClassName
{
color: #A0A6A0;
}
.AnyTagClassName
{
color: #A0A6A0;
}
</style>
background-color css
<style>
a { background-color: #A0A6A0; }
a { background-color: rgb(160,166,160); }
div.DivClassName
{
background-color: #A0A6A0;
}
.BgClassName
{
background-color: #A0A6A0;
}
</style>
border-color css
<style>
span { border-color: #A0A6A0; }
span { border-color: rgb(160,166,160); }
td.TdClassName
{
border-color: #A0A6A0;
}
.TagClassName
{
border-color: #A0A6A0;
}
</style>