Shades of Mongoose #A18A70
Tints of Mongoose #A18A70
RGB
CMYK
RGB Variations
Color information
#A18A70 (or 0xA18A70) is known color: Mongoose. HEX triplet: A1, 8A and 70. RGB value is (161,138,112). Sum of RGB (Red+Green+Blue) = 161+138+112=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 161 - color contains mainly: red. Hex color #A18A70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18A70 is #5E758F. Grayscale: #8E8E8E. Windows color (decimal): -6190480 or 7375521. OLE color: 7375521.
HSL color Cylindrical-coordinate representation of color #A18A70: hue angle of 31.84º degrees, saturation: 0.21, 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 #A18A70 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 138 | 112 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.37 |
| HSL | 31.84º | 0.21% | 0.54% | - |
| HSV(B) | 31.84º | 0.3% | 0.63% | - |
| XYZ | 26.71 | 26.92 | 19.12 | - |
| YUV | 141.91 | 111.12 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 138 | 112 | 0 | 0.14 | 0.30 | 0.37 | 31.84 | 0.21 | 0.54 |
| Hex | A1 | 8A | 70 | 0 | E | 1E | 25 | 20 | 15 | 36 |
| Octal | 241 | 212 | 160 | 0 | 16 | 36 | 45 | 40 | 25 | 66 |
| Binary | 10100001 | 10001010 | 1110000 | 0 | 1110 | 11110 | 100101 | 100000 | 10101 | 110110 |
Color Harmonies of #A18A70
Complementary color
Monochromatic Colors of #A18A70
Black with #A18A70
Text Example
Text Example
White with #A18A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18A70; }
p { color: rgb(161,138,112); }
H1.HeaderClassName
{
color: #A18A70;
}
.AnyTagClassName
{
color: #A18A70;
}
</style>
background-color css
<style>
a { background-color: #A18A70; }
a { background-color: rgb(161,138,112); }
div.DivClassName
{
background-color: #A18A70;
}
.BgClassName
{
background-color: #A18A70;
}
</style>
border-color css
<style>
span { border-color: #A18A70; }
span { border-color: rgb(161,138,112); }
td.TdClassName
{
border-color: #A18A70;
}
.TagClassName
{
border-color: #A18A70;
}
</style>