Shades of Mongoose #A18970
Tints of Mongoose #A18970
RGB
CMYK
RGB Variations
Color information
#A18970 (or 0xA18970) is known color: Mongoose. HEX triplet: A1, 89 and 70. RGB value is (161,137,112). Sum of RGB (Red+Green+Blue) = 161+137+112=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 161 - color contains mainly: red. Hex color #A18970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18970 is #5E768F. Grayscale: #8D8D8D. Windows color (decimal): -6190736 or 7375265. OLE color: 7375265.
HSL color Cylindrical-coordinate representation of color #A18970: hue angle of 30.61º 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 #A18970 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 137 | 112 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.37 |
| HSL | 30.61º | 0.21% | 0.54% | - |
| HSV(B) | 30.61º | 0.3% | 0.63% | - |
| XYZ | 26.57 | 26.64 | 19.07 | - |
| YUV | 141.33 | 111.45 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 137 | 112 | 0 | 0.15 | 0.30 | 0.37 | 30.61 | 0.21 | 0.54 |
| Hex | A1 | 89 | 70 | 0 | F | 1E | 25 | 1F | 15 | 36 |
| Octal | 241 | 211 | 160 | 0 | 17 | 36 | 45 | 37 | 25 | 66 |
| Binary | 10100001 | 10001001 | 1110000 | 0 | 1111 | 11110 | 100101 | 11111 | 10101 | 110110 |
Color Harmonies of #A18970
Complementary color
Monochromatic Colors of #A18970
Black with #A18970
Text Example
Text Example
White with #A18970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18970; }
p { color: rgb(161,137,112); }
H1.HeaderClassName
{
color: #A18970;
}
.AnyTagClassName
{
color: #A18970;
}
</style>
background-color css
<style>
a { background-color: #A18970; }
a { background-color: rgb(161,137,112); }
div.DivClassName
{
background-color: #A18970;
}
.BgClassName
{
background-color: #A18970;
}
</style>
border-color css
<style>
span { border-color: #A18970; }
span { border-color: rgb(161,137,112); }
td.TdClassName
{
border-color: #A18970;
}
.TagClassName
{
border-color: #A18970;
}
</style>