Shades of Mongoose #A18B76
Tints of Mongoose #A18B76
RGB
CMYK
RGB Variations
Color information
#A18B76 (or 0xA18B76) is known color: Mongoose. HEX triplet: A1, 8B and 76. RGB value is (161,139,118). Sum of RGB (Red+Green+Blue) = 161+139+118=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 118 (46.48% from 255 or 28.23% from 418); Max value from RGB is 161 - color contains mainly: red. Hex color #A18B76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18B76 is #5E7489. Grayscale: #8F8F8F. Windows color (decimal): -6190218 or 7768993. OLE color: 7768993.
HSL color Cylindrical-coordinate representation of color #A18B76: hue angle of 29.3º 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 #A18B76 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 139 | 118 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.37 |
| HSL | 29.3º | 0.19% | 0.55% | - |
| HSV(B) | 29.3º | 0.27% | 0.63% | - |
| XYZ | 27.2 | 27.35 | 20.99 | - |
| YUV | 143.18 | 113.79 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 139 | 118 | 0 | 0.14 | 0.27 | 0.37 | 29.3 | 0.19 | 0.55 |
| Hex | A1 | 8B | 76 | 0 | E | 1B | 25 | 1D | 13 | 37 |
| Octal | 241 | 213 | 166 | 0 | 16 | 33 | 45 | 35 | 23 | 67 |
| Binary | 10100001 | 10001011 | 1110110 | 0 | 1110 | 11011 | 100101 | 11101 | 10011 | 110111 |
Color Harmonies of #A18B76
Complementary color
Monochromatic Colors of #A18B76
Black with #A18B76
Text Example
Text Example
White with #A18B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18B76; }
p { color: rgb(161,139,118); }
H1.HeaderClassName
{
color: #A18B76;
}
.AnyTagClassName
{
color: #A18B76;
}
</style>
background-color css
<style>
a { background-color: #A18B76; }
a { background-color: rgb(161,139,118); }
div.DivClassName
{
background-color: #A18B76;
}
.BgClassName
{
background-color: #A18B76;
}
</style>
border-color css
<style>
span { border-color: #A18B76; }
span { border-color: rgb(161,139,118); }
td.TdClassName
{
border-color: #A18B76;
}
.TagClassName
{
border-color: #A18B76;
}
</style>