Shades of Mantle #A1A69F
Tints of Mantle #A1A69F
RGB
CMYK
RGB Variations
Color information
#A1A69F (or 0xA1A69F) is known color: Mantle. HEX triplet: A1, A6 and 9F. RGB value is (161,166,159). Sum of RGB (Red+Green+Blue) = 161+166+159=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 166 (65.23% from 255 or 34.16% from 486); Blue value is 159 (62.5% from 255 or 32.72% from 486); Max value from RGB is 166 - color contains mainly: green. Hex color #A1A69F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A69F is #5E5960. Grayscale: #A3A3A3. Windows color (decimal): -6183265 or 10462881. OLE color: 10462881.
HSL color Cylindrical-coordinate representation of color #A1A69F: hue angle of 102.86º degrees, saturation: 0.04, 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 #A1A69F is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 166 | 159 | - |
| CMYK | 0.03 | 0 | 0.04 | 0.35 |
| HSL | 102.86º | 0.04% | 0.64% | - |
| HSV(B) | 102.86º | 0.04% | 0.65% | - |
| XYZ | 34.59 | 37.35 | 38.19 | - |
| YUV | 163.71 | 125.34 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 166 | 159 | 0.03 | 0 | 0.04 | 0.35 | 102.86 | 0.04 | 0.64 |
| Hex | A1 | A6 | 9F | 3 | 0 | 4 | 23 | 67 | 4 | 40 |
| Octal | 241 | 246 | 237 | 3 | 0 | 4 | 43 | 147 | 4 | 100 |
| Binary | 10100001 | 10100110 | 10011111 | 11 | 0 | 100 | 100011 | 1100111 | 100 | 1000000 |
Color Harmonies of #A1A69F
Complementary color
Monochromatic Colors of #A1A69F
Black with #A1A69F
Text Example
Text Example
White with #A1A69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A69F; }
p { color: rgb(161,166,159); }
H1.HeaderClassName
{
color: #A1A69F;
}
.AnyTagClassName
{
color: #A1A69F;
}
</style>
background-color css
<style>
a { background-color: #A1A69F; }
a { background-color: rgb(161,166,159); }
div.DivClassName
{
background-color: #A1A69F;
}
.BgClassName
{
background-color: #A1A69F;
}
</style>
border-color css
<style>
span { border-color: #A1A69F; }
span { border-color: rgb(161,166,159); }
td.TdClassName
{
border-color: #A1A69F;
}
.TagClassName
{
border-color: #A1A69F;
}
</style>