Shades of Mongoose #A08D76
Tints of Mongoose #A08D76
RGB
CMYK
RGB Variations
Color information
#A08D76 (or 0xA08D76) is known color: Mongoose. HEX triplet: A0, 8D and 76. RGB value is (160,141,118). Sum of RGB (Red+Green+Blue) = 160+141+118=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 118 (46.48% from 255 or 28.16% from 419); Max value from RGB is 160 - color contains mainly: red. Hex color #A08D76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08D76 is #5F7289. Grayscale: #909090. Windows color (decimal): -6255242 or 7769504. OLE color: 7769504.
HSL color Cylindrical-coordinate representation of color #A08D76: hue angle of 32.86º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A08D76 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 141 | 118 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.37 |
| HSL | 32.86º | 0.18% | 0.55% | - |
| HSV(B) | 32.86º | 0.26% | 0.63% | - |
| XYZ | 27.29 | 27.83 | 21.07 | - |
| YUV | 144.06 | 113.29 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 141 | 118 | 0 | 0.12 | 0.26 | 0.37 | 32.86 | 0.18 | 0.55 |
| Hex | A0 | 8D | 76 | 0 | C | 1A | 25 | 21 | 12 | 37 |
| Octal | 240 | 215 | 166 | 0 | 14 | 32 | 45 | 41 | 22 | 67 |
| Binary | 10100000 | 10001101 | 1110110 | 0 | 1100 | 11010 | 100101 | 100001 | 10010 | 110111 |
Color Harmonies of #A08D76
Complementary color
Monochromatic Colors of #A08D76
Black with #A08D76
Text Example
Text Example
White with #A08D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08D76; }
p { color: rgb(160,141,118); }
H1.HeaderClassName
{
color: #A08D76;
}
.AnyTagClassName
{
color: #A08D76;
}
</style>
background-color css
<style>
a { background-color: #A08D76; }
a { background-color: rgb(160,141,118); }
div.DivClassName
{
background-color: #A08D76;
}
.BgClassName
{
background-color: #A08D76;
}
</style>
border-color css
<style>
span { border-color: #A08D76; }
span { border-color: rgb(160,141,118); }
td.TdClassName
{
border-color: #A08D76;
}
.TagClassName
{
border-color: #A08D76;
}
</style>