Shades of Mantle #A1A89F
Tints of Mantle #A1A89F
RGB
CMYK
RGB Variations
Color information
#A1A89F (or 0xA1A89F) is known color: Mantle. HEX triplet: A1, A8 and 9F. RGB value is (161,168,159). Sum of RGB (Red+Green+Blue) = 161+168+159=488 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.99% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 159 (62.5% from 255 or 32.58% from 488); Max value from RGB is 168 - color contains mainly: green. Hex color #A1A89F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A89F is #5E5760. Grayscale: #A4A4A4. Windows color (decimal): -6182753 or 10463393. OLE color: 10463393.
HSL color Cylindrical-coordinate representation of color #A1A89F: hue angle of 106.67º degrees, saturation: 0.05, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A1A89F is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 168 | 159 | - |
| CMYK | 0.04 | 0 | 0.05 | 0.34 |
| HSL | 106.67º | 0.05% | 0.64% | - |
| HSV(B) | 106.67º | 0.05% | 0.66% | - |
| XYZ | 34.96 | 38.09 | 38.31 | - |
| YUV | 164.88 | 124.68 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 168 | 159 | 0.04 | 0 | 0.05 | 0.34 | 106.67 | 0.05 | 0.64 |
| Hex | A1 | A8 | 9F | 4 | 0 | 5 | 22 | 6B | 5 | 40 |
| Octal | 241 | 250 | 237 | 4 | 0 | 5 | 42 | 153 | 5 | 100 |
| Binary | 10100001 | 10101000 | 10011111 | 100 | 0 | 101 | 100010 | 1101011 | 101 | 1000000 |
Color Harmonies of #A1A89F
Complementary color
Monochromatic Colors of #A1A89F
Black with #A1A89F
Text Example
Text Example
White with #A1A89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A89F; }
p { color: rgb(161,168,159); }
H1.HeaderClassName
{
color: #A1A89F;
}
.AnyTagClassName
{
color: #A1A89F;
}
</style>
background-color css
<style>
a { background-color: #A1A89F; }
a { background-color: rgb(161,168,159); }
div.DivClassName
{
background-color: #A1A89F;
}
.BgClassName
{
background-color: #A1A89F;
}
</style>
border-color css
<style>
span { border-color: #A1A89F; }
span { border-color: rgb(161,168,159); }
td.TdClassName
{
border-color: #A1A89F;
}
.TagClassName
{
border-color: #A1A89F;
}
</style>