Shades of Mongoose #A18B71
Tints of Mongoose #A18B71
RGB
CMYK
RGB Variations
Color information
#A18B71 (or 0xA18B71) is known color: Mongoose. HEX triplet: A1, 8B and 71. RGB value is (161,139,113). Sum of RGB (Red+Green+Blue) = 161+139+113=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 113 (44.53% from 255 or 27.36% from 413); Max value from RGB is 161 - color contains mainly: red. Hex color #A18B71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18B71 is #5E748E. Grayscale: #8E8E8E. Windows color (decimal): -6190223 or 7441313. OLE color: 7441313.
HSL color Cylindrical-coordinate representation of color #A18B71: hue angle of 32.5º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A18B71 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 139 | 113 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.37 |
| HSL | 32.5º | 0.2% | 0.54% | - |
| HSV(B) | 32.5º | 0.3% | 0.63% | - |
| XYZ | 26.91 | 27.23 | 19.46 | - |
| YUV | 142.61 | 111.29 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 139 | 113 | 0 | 0.14 | 0.30 | 0.37 | 32.5 | 0.2 | 0.54 |
| Hex | A1 | 8B | 71 | 0 | E | 1E | 25 | 20 | 14 | 36 |
| Octal | 241 | 213 | 161 | 0 | 16 | 36 | 45 | 40 | 24 | 66 |
| Binary | 10100001 | 10001011 | 1110001 | 0 | 1110 | 11110 | 100101 | 100000 | 10100 | 110110 |
Color Harmonies of #A18B71
Complementary color
Monochromatic Colors of #A18B71
Black with #A18B71
Text Example
Text Example
White with #A18B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18B71; }
p { color: rgb(161,139,113); }
H1.HeaderClassName
{
color: #A18B71;
}
.AnyTagClassName
{
color: #A18B71;
}
</style>
background-color css
<style>
a { background-color: #A18B71; }
a { background-color: rgb(161,139,113); }
div.DivClassName
{
background-color: #A18B71;
}
.BgClassName
{
background-color: #A18B71;
}
</style>
border-color css
<style>
span { border-color: #A18B71; }
span { border-color: rgb(161,139,113); }
td.TdClassName
{
border-color: #A18B71;
}
.TagClassName
{
border-color: #A18B71;
}
</style>