Shades of Mantle #A0A99B
Tints of Mantle #A0A99B
RGB
CMYK
RGB Variations
Color information
#A0A99B (or 0xA0A99B) is known color: Mantle. HEX triplet: A0, A9 and 9B. RGB value is (160,169,155). Sum of RGB (Red+Green+Blue) = 160+169+155=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 169 (66.41% from 255 or 34.92% from 484); Blue value is 155 (60.94% from 255 or 32.02% from 484); Max value from RGB is 169 - color contains mainly: green. Hex color #A0A99B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A99B is #5F5664. Grayscale: #A4A4A4. Windows color (decimal): -6248037 or 10201504. OLE color: 10201504.
HSL color Cylindrical-coordinate representation of color #A0A99B: hue angle of 98.57º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A0A99B is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 160 | 169 | 155 | - |
| CMYK | 0.05 | 0 | 0.08 | 0.34 |
| HSL | 98.57º | 0.08% | 0.64% | - |
| HSV(B) | 98.57º | 0.08% | 0.66% | - |
| XYZ | 34.6 | 38.22 | 36.56 | - |
| YUV | 164.71 | 122.52 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 169 | 155 | 0.05 | 0 | 0.08 | 0.34 | 98.57 | 0.08 | 0.64 |
| Hex | A0 | A9 | 9B | 5 | 0 | 8 | 22 | 63 | 8 | 40 |
| Octal | 240 | 251 | 233 | 5 | 0 | 10 | 42 | 143 | 10 | 100 |
| Binary | 10100000 | 10101001 | 10011011 | 101 | 0 | 1000 | 100010 | 1100011 | 1000 | 1000000 |
Color Harmonies of #A0A99B
Complementary color
Monochromatic Colors of #A0A99B
Black with #A0A99B
Text Example
Text Example
White with #A0A99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A99B; }
p { color: rgb(160,169,155); }
H1.HeaderClassName
{
color: #A0A99B;
}
.AnyTagClassName
{
color: #A0A99B;
}
</style>
background-color css
<style>
a { background-color: #A0A99B; }
a { background-color: rgb(160,169,155); }
div.DivClassName
{
background-color: #A0A99B;
}
.BgClassName
{
background-color: #A0A99B;
}
</style>
border-color css
<style>
span { border-color: #A0A99B; }
span { border-color: rgb(160,169,155); }
td.TdClassName
{
border-color: #A0A99B;
}
.TagClassName
{
border-color: #A0A99B;
}
</style>