Shades of Mongoose #A18C76
Tints of Mongoose #A18C76
RGB
CMYK
RGB Variations
Color information
#A18C76 (or 0xA18C76) is known color: Mongoose. HEX triplet: A1, 8C and 76. RGB value is (161,140,118). Sum of RGB (Red+Green+Blue) = 161+140+118=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 118 (46.48% from 255 or 28.16% from 419); Max value from RGB is 161 - color contains mainly: red. Hex color #A18C76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18C76 is #5E7389. Grayscale: #8F8F8F. Windows color (decimal): -6189962 or 7769249. OLE color: 7769249.
HSL color Cylindrical-coordinate representation of color #A18C76: hue angle of 30.7º 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 #A18C76 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 140 | 118 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.37 |
| HSL | 30.7º | 0.19% | 0.55% | - |
| HSV(B) | 30.7º | 0.27% | 0.63% | - |
| XYZ | 27.35 | 27.64 | 21.03 | - |
| YUV | 143.77 | 113.46 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 140 | 118 | 0 | 0.13 | 0.27 | 0.37 | 30.7 | 0.19 | 0.55 |
| Hex | A1 | 8C | 76 | 0 | D | 1B | 25 | 1F | 13 | 37 |
| Octal | 241 | 214 | 166 | 0 | 15 | 33 | 45 | 37 | 23 | 67 |
| Binary | 10100001 | 10001100 | 1110110 | 0 | 1101 | 11011 | 100101 | 11111 | 10011 | 110111 |
Color Harmonies of #A18C76
Complementary color
Monochromatic Colors of #A18C76
Black with #A18C76
Text Example
Text Example
White with #A18C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18C76; }
p { color: rgb(161,140,118); }
H1.HeaderClassName
{
color: #A18C76;
}
.AnyTagClassName
{
color: #A18C76;
}
</style>
background-color css
<style>
a { background-color: #A18C76; }
a { background-color: rgb(161,140,118); }
div.DivClassName
{
background-color: #A18C76;
}
.BgClassName
{
background-color: #A18C76;
}
</style>
border-color css
<style>
span { border-color: #A18C76; }
span { border-color: rgb(161,140,118); }
td.TdClassName
{
border-color: #A18C76;
}
.TagClassName
{
border-color: #A18C76;
}
</style>