Shades of Mantle #A1A79F
Tints of Mantle #A1A79F
RGB
CMYK
RGB Variations
Color information
#A1A79F (or 0xA1A79F) is known color: Mantle. HEX triplet: A1, A7 and 9F. RGB value is (161,167,159). Sum of RGB (Red+Green+Blue) = 161+167+159=487 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.06% from 487); Green value is 167 (65.62% from 255 or 34.29% from 487); Blue value is 159 (62.5% from 255 or 32.65% from 487); Max value from RGB is 167 - color contains mainly: green. Hex color #A1A79F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A79F is #5E5860. Grayscale: #A4A4A4. Windows color (decimal): -6183009 or 10463137. OLE color: 10463137.
HSL color Cylindrical-coordinate representation of color #A1A79F: hue angle of 105º degrees, saturation: 0.04, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A1A79F is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 167 | 159 | - |
| CMYK | 0.04 | 0 | 0.05 | 0.35 |
| HSL | 105º | 0.04% | 0.64% | - |
| HSV(B) | 105º | 0.05% | 0.65% | - |
| XYZ | 34.77 | 37.72 | 38.25 | - |
| YUV | 164.29 | 125.01 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 167 | 159 | 0.04 | 0 | 0.05 | 0.35 | 105 | 0.04 | 0.64 |
| Hex | A1 | A7 | 9F | 4 | 0 | 5 | 23 | 69 | 4 | 40 |
| Octal | 241 | 247 | 237 | 4 | 0 | 5 | 43 | 151 | 4 | 100 |
| Binary | 10100001 | 10100111 | 10011111 | 100 | 0 | 101 | 100011 | 1101001 | 100 | 1000000 |
Color Harmonies of #A1A79F
Complementary color
Monochromatic Colors of #A1A79F
Black with #A1A79F
Text Example
Text Example
White with #A1A79F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A79F; }
p { color: rgb(161,167,159); }
H1.HeaderClassName
{
color: #A1A79F;
}
.AnyTagClassName
{
color: #A1A79F;
}
</style>
background-color css
<style>
a { background-color: #A1A79F; }
a { background-color: rgb(161,167,159); }
div.DivClassName
{
background-color: #A1A79F;
}
.BgClassName
{
background-color: #A1A79F;
}
</style>
border-color css
<style>
span { border-color: #A1A79F; }
span { border-color: rgb(161,167,159); }
td.TdClassName
{
border-color: #A1A79F;
}
.TagClassName
{
border-color: #A1A79F;
}
</style>