Shades of Mongoose #A08971
Tints of Mongoose #A08971
RGB
CMYK
RGB Variations
Color information
#A08971 (or 0xA08971) is known color: Mongoose. HEX triplet: A0, 89 and 71. RGB value is (160,137,113). Sum of RGB (Red+Green+Blue) = 160+137+113=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 113 (44.53% from 255 or 27.56% from 410); Max value from RGB is 160 - color contains mainly: red. Hex color #A08971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08971 is #5F768E. Grayscale: #8D8D8D. Windows color (decimal): -6256271 or 7440800. OLE color: 7440800.
HSL color Cylindrical-coordinate representation of color #A08971: hue angle of 30.64º 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 #A08971 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 137 | 113 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.37 |
| HSL | 30.64º | 0.2% | 0.54% | - |
| HSV(B) | 30.64º | 0.29% | 0.63% | - |
| XYZ | 26.42 | 26.56 | 19.36 | - |
| YUV | 141.14 | 112.12 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 137 | 113 | 0 | 0.14 | 0.29 | 0.37 | 30.64 | 0.2 | 0.54 |
| Hex | A0 | 89 | 71 | 0 | E | 1D | 25 | 1F | 14 | 36 |
| Octal | 240 | 211 | 161 | 0 | 16 | 35 | 45 | 37 | 24 | 66 |
| Binary | 10100000 | 10001001 | 1110001 | 0 | 1110 | 11101 | 100101 | 11111 | 10100 | 110110 |
Color Harmonies of #A08971
Complementary color
Monochromatic Colors of #A08971
Black with #A08971
Text Example
Text Example
White with #A08971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08971; }
p { color: rgb(160,137,113); }
H1.HeaderClassName
{
color: #A08971;
}
.AnyTagClassName
{
color: #A08971;
}
</style>
background-color css
<style>
a { background-color: #A08971; }
a { background-color: rgb(160,137,113); }
div.DivClassName
{
background-color: #A08971;
}
.BgClassName
{
background-color: #A08971;
}
</style>
border-color css
<style>
span { border-color: #A08971; }
span { border-color: rgb(160,137,113); }
td.TdClassName
{
border-color: #A08971;
}
.TagClassName
{
border-color: #A08971;
}
</style>