Shades of Mongoose #A18D76
Tints of Mongoose #A18D76
RGB
CMYK
RGB Variations
Color information
#A18D76 (or 0xA18D76) is known color: Mongoose. HEX triplet: A1, 8D and 76. RGB value is (161,141,118). Sum of RGB (Red+Green+Blue) = 161+141+118=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 161 - color contains mainly: red. Hex color #A18D76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18D76 is #5E7289. Grayscale: #909090. Windows color (decimal): -6189706 or 7769505. OLE color: 7769505.
HSL color Cylindrical-coordinate representation of color #A18D76: hue angle of 32.09º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A18D76 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 141 | 118 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.37 |
| HSL | 32.09º | 0.19% | 0.55% | - |
| HSV(B) | 32.09º | 0.27% | 0.63% | - |
| XYZ | 27.49 | 27.93 | 21.08 | - |
| YUV | 144.36 | 113.13 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 141 | 118 | 0 | 0.12 | 0.27 | 0.37 | 32.09 | 0.19 | 0.55 |
| Hex | A1 | 8D | 76 | 0 | C | 1B | 25 | 20 | 13 | 37 |
| Octal | 241 | 215 | 166 | 0 | 14 | 33 | 45 | 40 | 23 | 67 |
| Binary | 10100001 | 10001101 | 1110110 | 0 | 1100 | 11011 | 100101 | 100000 | 10011 | 110111 |
Color Harmonies of #A18D76
Complementary color
Monochromatic Colors of #A18D76
Black with #A18D76
Text Example
Text Example
White with #A18D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18D76; }
p { color: rgb(161,141,118); }
H1.HeaderClassName
{
color: #A18D76;
}
.AnyTagClassName
{
color: #A18D76;
}
</style>
background-color css
<style>
a { background-color: #A18D76; }
a { background-color: rgb(161,141,118); }
div.DivClassName
{
background-color: #A18D76;
}
.BgClassName
{
background-color: #A18D76;
}
</style>
border-color css
<style>
span { border-color: #A18D76; }
span { border-color: rgb(161,141,118); }
td.TdClassName
{
border-color: #A18D76;
}
.TagClassName
{
border-color: #A18D76;
}
</style>