Shades of Mongoose #A58E73
Tints of Mongoose #A58E73
RGB
CMYK
RGB Variations
Color information
#A58E73 (or 0xA58E73) is known color: Mongoose. HEX triplet: A5, 8E and 73. RGB value is (165,142,115). Sum of RGB (Red+Green+Blue) = 165+142+115=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 142 (55.86% from 255 or 33.65% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 165 - color contains mainly: red. Hex color #A58E73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58E73 is #5A718C. Grayscale: #919191. Windows color (decimal): -5927309 or 7573157. OLE color: 7573157.
HSL color Cylindrical-coordinate representation of color #A58E73: hue angle of 32.4º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A58E73 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 142 | 115 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.35 |
| HSL | 32.4º | 0.22% | 0.55% | - |
| HSV(B) | 32.4º | 0.3% | 0.65% | - |
| XYZ | 28.28 | 28.58 | 20.25 | - |
| YUV | 145.8 | 110.62 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 142 | 115 | 0 | 0.14 | 0.30 | 0.35 | 32.4 | 0.22 | 0.55 |
| Hex | A5 | 8E | 73 | 0 | E | 1E | 23 | 20 | 16 | 37 |
| Octal | 245 | 216 | 163 | 0 | 16 | 36 | 43 | 40 | 26 | 67 |
| Binary | 10100101 | 10001110 | 1110011 | 0 | 1110 | 11110 | 100011 | 100000 | 10110 | 110111 |
Color Harmonies of #A58E73
Complementary color
Monochromatic Colors of #A58E73
Black with #A58E73
Text Example
Text Example
White with #A58E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58E73; }
p { color: rgb(165,142,115); }
H1.HeaderClassName
{
color: #A58E73;
}
.AnyTagClassName
{
color: #A58E73;
}
</style>
background-color css
<style>
a { background-color: #A58E73; }
a { background-color: rgb(165,142,115); }
div.DivClassName
{
background-color: #A58E73;
}
.BgClassName
{
background-color: #A58E73;
}
</style>
border-color css
<style>
span { border-color: #A58E73; }
span { border-color: rgb(165,142,115); }
td.TdClassName
{
border-color: #A58E73;
}
.TagClassName
{
border-color: #A58E73;
}
</style>