Shades of Mantle #A0AA9D
Tints of Mantle #A0AA9D
RGB
CMYK
RGB Variations
Color information
#A0AA9D (or 0xA0AA9D) is known color: Mantle. HEX triplet: A0, AA and 9D. RGB value is (160,170,157). Sum of RGB (Red+Green+Blue) = 160+170+157=487 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.85% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 157 (61.72% from 255 or 32.24% from 487); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AA9D is #5F5562. Grayscale: #A5A5A5. Windows color (decimal): -6247779 or 10332832. OLE color: 10332832.
HSL color Cylindrical-coordinate representation of color #A0AA9D: hue angle of 106.15º degrees, saturation: 0.07, 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 #A0AA9D is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
RGB | 160 | 170 | 157 | - |
CMYK | 0.06 | 0 | 0.08 | 0.33 |
HSL | 106.15º | 0.07% | 0.64% | - |
HSV(B) | 106.15º | 0.08% | 0.67% | - |
XYZ | 34.96 | 38.66 | 37.52 | - |
YUV | 165.53 | 123.19 | 124.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 170 | 157 | 0.06 | 0 | 0.08 | 0.33 | 106.15 | 0.07 | 0.64 |
Hex | A0 | AA | 9D | 6 | 0 | 8 | 21 | 6A | 7 | 40 |
Octal | 240 | 252 | 235 | 6 | 0 | 10 | 41 | 152 | 7 | 100 |
Binary | 10100000 | 10101010 | 10011101 | 110 | 0 | 1000 | 100001 | 1101010 | 111 | 1000000 |
Color Harmonies of #A0AA9D
Complementary color
Monochromatic Colors of #A0AA9D
Black with #A0AA9D
Text Example
Text Example
White with #A0AA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AA9D; }
p { color: rgb(160,170,157); }
H1.HeaderClassName
{
color: #A0AA9D;
}
.AnyTagClassName
{
color: #A0AA9D;
}
</style>
background-color css
<style>
a { background-color: #A0AA9D; }
a { background-color: rgb(160,170,157); }
div.DivClassName
{
background-color: #A0AA9D;
}
.BgClassName
{
background-color: #A0AA9D;
}
</style>
border-color css
<style>
span { border-color: #A0AA9D; }
span { border-color: rgb(160,170,157); }
td.TdClassName
{
border-color: #A0AA9D;
}
.TagClassName
{
border-color: #A0AA9D;
}
</style>