Shades of Mantle #A1A99F
Tints of Mantle #A1A99F
RGB
CMYK
RGB Variations
Color information
#A1A99F (or 0xA1A99F) is known color: Mantle. HEX triplet: A1, A9 and 9F. RGB value is (161,169,159). Sum of RGB (Red+Green+Blue) = 161+169+159=489 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.92% from 489); Green value is 169 (66.41% from 255 or 34.56% from 489); Blue value is 159 (62.5% from 255 or 32.52% from 489); Max value from RGB is 169 - color contains mainly: green. Hex color #A1A99F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A99F is #5E5660. Grayscale: #A5A5A5. Windows color (decimal): -6182497 or 10463649. OLE color: 10463649.
HSL color Cylindrical-coordinate representation of color #A1A99F: hue angle of 108º degrees, saturation: 0.05, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A1A99F is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 169 | 159 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.34 |
| HSL | 108º | 0.05% | 0.64% | - |
| HSV(B) | 108º | 0.06% | 0.66% | - |
| XYZ | 35.14 | 38.46 | 38.37 | - |
| YUV | 165.47 | 124.35 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 169 | 159 | 0.05 | 0 | 0.06 | 0.34 | 108 | 0.05 | 0.64 |
| Hex | A1 | A9 | 9F | 5 | 0 | 6 | 22 | 6C | 5 | 40 |
| Octal | 241 | 251 | 237 | 5 | 0 | 6 | 42 | 154 | 5 | 100 |
| Binary | 10100001 | 10101001 | 10011111 | 101 | 0 | 110 | 100010 | 1101100 | 101 | 1000000 |
Color Harmonies of #A1A99F
Complementary color
Monochromatic Colors of #A1A99F
Black with #A1A99F
Text Example
Text Example
White with #A1A99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A99F; }
p { color: rgb(161,169,159); }
H1.HeaderClassName
{
color: #A1A99F;
}
.AnyTagClassName
{
color: #A1A99F;
}
</style>
background-color css
<style>
a { background-color: #A1A99F; }
a { background-color: rgb(161,169,159); }
div.DivClassName
{
background-color: #A1A99F;
}
.BgClassName
{
background-color: #A1A99F;
}
</style>
border-color css
<style>
span { border-color: #A1A99F; }
span { border-color: rgb(161,169,159); }
td.TdClassName
{
border-color: #A1A99F;
}
.TagClassName
{
border-color: #A1A99F;
}
</style>