Shades of Mongoose #A08B73
Tints of Mongoose #A08B73
RGB
CMYK
RGB Variations
Color information
#A08B73 (or 0xA08B73) is known color: Mongoose. HEX triplet: A0, 8B and 73. RGB value is (160,139,115). Sum of RGB (Red+Green+Blue) = 160+139+115=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 115 (45.31% from 255 or 27.78% from 414); Max value from RGB is 160 - color contains mainly: red. Hex color #A08B73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08B73 is #5F748C. Grayscale: #8E8E8E. Windows color (decimal): -6255757 or 7572384. OLE color: 7572384.
HSL color Cylindrical-coordinate representation of color #A08B73: hue angle of 32º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A08B73 is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 139 | 115 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.37 |
| HSL | 32º | 0.19% | 0.54% | - |
| HSV(B) | 32º | 0.28% | 0.63% | - |
| XYZ | 26.82 | 27.18 | 20.05 | - |
| YUV | 142.54 | 112.46 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 139 | 115 | 0 | 0.13 | 0.28 | 0.37 | 32 | 0.19 | 0.54 |
| Hex | A0 | 8B | 73 | 0 | D | 1C | 25 | 20 | 13 | 36 |
| Octal | 240 | 213 | 163 | 0 | 15 | 34 | 45 | 40 | 23 | 66 |
| Binary | 10100000 | 10001011 | 1110011 | 0 | 1101 | 11100 | 100101 | 100000 | 10011 | 110110 |
Color Harmonies of #A08B73
Complementary color
Monochromatic Colors of #A08B73
Black with #A08B73
Text Example
Text Example
White with #A08B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08B73; }
p { color: rgb(160,139,115); }
H1.HeaderClassName
{
color: #A08B73;
}
.AnyTagClassName
{
color: #A08B73;
}
</style>
background-color css
<style>
a { background-color: #A08B73; }
a { background-color: rgb(160,139,115); }
div.DivClassName
{
background-color: #A08B73;
}
.BgClassName
{
background-color: #A08B73;
}
</style>
border-color css
<style>
span { border-color: #A08B73; }
span { border-color: rgb(160,139,115); }
td.TdClassName
{
border-color: #A08B73;
}
.TagClassName
{
border-color: #A08B73;
}
</style>