Shades of Mantle #A1A99E
Tints of Mantle #A1A99E
RGB
CMYK
RGB Variations
Color information
#A1A99E (or 0xA1A99E) is known color: Mantle. HEX triplet: A1, A9 and 9E. RGB value is (161,169,158). Sum of RGB (Red+Green+Blue) = 161+169+158=488 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.99% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 158 (62.11% from 255 or 32.38% from 488); Max value from RGB is 169 - color contains mainly: green. Hex color #A1A99E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A99E is #5E5661. Grayscale: #A5A5A5. Windows color (decimal): -6182498 or 10398113. OLE color: 10398113.
HSL color Cylindrical-coordinate representation of color #A1A99E: hue angle of 103.64º degrees, saturation: 0.06, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A1A99E is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 169 | 158 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.34 |
| HSL | 103.64º | 0.06% | 0.64% | - |
| HSV(B) | 103.64º | 0.07% | 0.66% | - |
| XYZ | 35.06 | 38.42 | 37.92 | - |
| YUV | 165.35 | 123.85 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 169 | 158 | 0.05 | 0 | 0.07 | 0.34 | 103.64 | 0.06 | 0.64 |
| Hex | A1 | A9 | 9E | 5 | 0 | 7 | 22 | 68 | 6 | 40 |
| Octal | 241 | 251 | 236 | 5 | 0 | 7 | 42 | 150 | 6 | 100 |
| Binary | 10100001 | 10101001 | 10011110 | 101 | 0 | 111 | 100010 | 1101000 | 110 | 1000000 |
Color Harmonies of #A1A99E
Complementary color
Monochromatic Colors of #A1A99E
Black with #A1A99E
Text Example
Text Example
White with #A1A99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A99E; }
p { color: rgb(161,169,158); }
H1.HeaderClassName
{
color: #A1A99E;
}
.AnyTagClassName
{
color: #A1A99E;
}
</style>
background-color css
<style>
a { background-color: #A1A99E; }
a { background-color: rgb(161,169,158); }
div.DivClassName
{
background-color: #A1A99E;
}
.BgClassName
{
background-color: #A1A99E;
}
</style>
border-color css
<style>
span { border-color: #A1A99E; }
span { border-color: rgb(161,169,158); }
td.TdClassName
{
border-color: #A1A99E;
}
.TagClassName
{
border-color: #A1A99E;
}
</style>