Shades of Mantle #A1AB9E
Tints of Mantle #A1AB9E
RGB
CMYK
RGB Variations
Color information
#A1AB9E (or 0xA1AB9E) is known color: Mantle. HEX triplet: A1, AB and 9E. RGB value is (161,171,158). Sum of RGB (Red+Green+Blue) = 161+171+158=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 158 (62.11% from 255 or 32.24% from 490); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AB9E is #5E5461. Grayscale: #A6A6A6. Windows color (decimal): -6181986 or 10398625. OLE color: 10398625.
HSL color Cylindrical-coordinate representation of color #A1AB9E: hue angle of 106.15º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A1AB9E is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 171 | 158 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.33 |
| HSL | 106.15º | 0.07% | 0.65% | - |
| HSV(B) | 106.15º | 0.08% | 0.67% | - |
| XYZ | 35.43 | 39.17 | 38.04 | - |
| YUV | 166.53 | 123.19 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 171 | 158 | 0.06 | 0 | 0.08 | 0.33 | 106.15 | 0.07 | 0.65 |
| Hex | A1 | AB | 9E | 6 | 0 | 8 | 21 | 6A | 7 | 41 |
| Octal | 241 | 253 | 236 | 6 | 0 | 10 | 41 | 152 | 7 | 101 |
| Binary | 10100001 | 10101011 | 10011110 | 110 | 0 | 1000 | 100001 | 1101010 | 111 | 1000001 |
Color Harmonies of #A1AB9E
Complementary color
Monochromatic Colors of #A1AB9E
Black with #A1AB9E
Text Example
Text Example
White with #A1AB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AB9E; }
p { color: rgb(161,171,158); }
H1.HeaderClassName
{
color: #A1AB9E;
}
.AnyTagClassName
{
color: #A1AB9E;
}
</style>
background-color css
<style>
a { background-color: #A1AB9E; }
a { background-color: rgb(161,171,158); }
div.DivClassName
{
background-color: #A1AB9E;
}
.BgClassName
{
background-color: #A1AB9E;
}
</style>
border-color css
<style>
span { border-color: #A1AB9E; }
span { border-color: rgb(161,171,158); }
td.TdClassName
{
border-color: #A1AB9E;
}
.TagClassName
{
border-color: #A1AB9E;
}
</style>