Shades of Mongoose #A18972
Tints of Mongoose #A18972
RGB
CMYK
RGB Variations
Color information
#A18972 (or 0xA18972) is known color: Mongoose. HEX triplet: A1, 89 and 72. RGB value is (161,137,114). Sum of RGB (Red+Green+Blue) = 161+137+114=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 137 (53.91% from 255 or 33.25% from 412); Blue value is 114 (44.92% from 255 or 27.67% from 412); Max value from RGB is 161 - color contains mainly: red. Hex color #A18972 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18972 is #5E768D. Grayscale: #8D8D8D. Windows color (decimal): -6190734 or 7506337. OLE color: 7506337.
HSL color Cylindrical-coordinate representation of color #A18972: hue angle of 29.36º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A18972 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 137 | 114 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.37 |
| HSL | 29.36º | 0.2% | 0.54% | - |
| HSV(B) | 29.36º | 0.29% | 0.63% | - |
| XYZ | 26.68 | 26.68 | 19.66 | - |
| YUV | 141.55 | 112.45 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 137 | 114 | 0 | 0.15 | 0.29 | 0.37 | 29.36 | 0.2 | 0.54 |
| Hex | A1 | 89 | 72 | 0 | F | 1D | 25 | 1D | 14 | 36 |
| Octal | 241 | 211 | 162 | 0 | 17 | 35 | 45 | 35 | 24 | 66 |
| Binary | 10100001 | 10001001 | 1110010 | 0 | 1111 | 11101 | 100101 | 11101 | 10100 | 110110 |
Color Harmonies of #A18972
Complementary color
Monochromatic Colors of #A18972
Black with #A18972
Text Example
Text Example
White with #A18972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18972; }
p { color: rgb(161,137,114); }
H1.HeaderClassName
{
color: #A18972;
}
.AnyTagClassName
{
color: #A18972;
}
</style>
background-color css
<style>
a { background-color: #A18972; }
a { background-color: rgb(161,137,114); }
div.DivClassName
{
background-color: #A18972;
}
.BgClassName
{
background-color: #A18972;
}
</style>
border-color css
<style>
span { border-color: #A18972; }
span { border-color: rgb(161,137,114); }
td.TdClassName
{
border-color: #A18972;
}
.TagClassName
{
border-color: #A18972;
}
</style>