Shades of Mongoose #A58B71
Tints of Mongoose #A58B71
RGB
CMYK
RGB Variations
Color information
#A58B71 (or 0xA58B71) is known color: Mongoose. HEX triplet: A5, 8B and 71. RGB value is (165,139,113). Sum of RGB (Red+Green+Blue) = 165+139+113=417 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.57% from 417); Green value is 139 (54.69% from 255 or 33.33% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 165 - color contains mainly: red. Hex color #A58B71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58B71 is #5A748E. Grayscale: #8F8F8F. Windows color (decimal): -5928079 or 7441317. OLE color: 7441317.
HSL color Cylindrical-coordinate representation of color #A58B71: hue angle of 30º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A58B71 is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 139 | 113 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.35 |
| HSL | 30º | 0.22% | 0.55% | - |
| HSV(B) | 30º | 0.32% | 0.65% | - |
| XYZ | 27.73 | 27.66 | 19.5 | - |
| YUV | 143.81 | 110.61 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 139 | 113 | 0 | 0.16 | 0.32 | 0.35 | 30 | 0.22 | 0.55 |
| Hex | A5 | 8B | 71 | 0 | 10 | 20 | 23 | 1E | 16 | 37 |
| Octal | 245 | 213 | 161 | 0 | 20 | 40 | 43 | 36 | 26 | 67 |
| Binary | 10100101 | 10001011 | 1110001 | 0 | 10000 | 100000 | 100011 | 11110 | 10110 | 110111 |
Color Harmonies of #A58B71
Complementary color
Monochromatic Colors of #A58B71
Black with #A58B71
Text Example
Text Example
White with #A58B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58B71; }
p { color: rgb(165,139,113); }
H1.HeaderClassName
{
color: #A58B71;
}
.AnyTagClassName
{
color: #A58B71;
}
</style>
background-color css
<style>
a { background-color: #A58B71; }
a { background-color: rgb(165,139,113); }
div.DivClassName
{
background-color: #A58B71;
}
.BgClassName
{
background-color: #A58B71;
}
</style>
border-color css
<style>
span { border-color: #A58B71; }
span { border-color: rgb(165,139,113); }
td.TdClassName
{
border-color: #A58B71;
}
.TagClassName
{
border-color: #A58B71;
}
</style>