Shades of Mongoose #A58D73
Tints of Mongoose #A58D73
RGB
CMYK
RGB Variations
Color information
#A58D73 (or 0xA58D73) is known color: Mongoose. HEX triplet: A5, 8D and 73. RGB value is (165,141,115). Sum of RGB (Red+Green+Blue) = 165+141+115=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 165 - color contains mainly: red. Hex color #A58D73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58D73 is #5A728C. Grayscale: #919191. Windows color (decimal): -5927565 or 7572901. OLE color: 7572901.
HSL color Cylindrical-coordinate representation of color #A58D73: hue angle of 31.2º 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 #A58D73 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 141 | 115 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.35 |
| HSL | 31.2º | 0.22% | 0.55% | - |
| HSV(B) | 31.2º | 0.3% | 0.65% | - |
| XYZ | 28.14 | 28.29 | 20.2 | - |
| YUV | 145.21 | 110.95 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 141 | 115 | 0 | 0.15 | 0.30 | 0.35 | 31.2 | 0.22 | 0.55 |
| Hex | A5 | 8D | 73 | 0 | F | 1E | 23 | 1F | 16 | 37 |
| Octal | 245 | 215 | 163 | 0 | 17 | 36 | 43 | 37 | 26 | 67 |
| Binary | 10100101 | 10001101 | 1110011 | 0 | 1111 | 11110 | 100011 | 11111 | 10110 | 110111 |
Color Harmonies of #A58D73
Complementary color
Monochromatic Colors of #A58D73
Black with #A58D73
Text Example
Text Example
White with #A58D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58D73; }
p { color: rgb(165,141,115); }
H1.HeaderClassName
{
color: #A58D73;
}
.AnyTagClassName
{
color: #A58D73;
}
</style>
background-color css
<style>
a { background-color: #A58D73; }
a { background-color: rgb(165,141,115); }
div.DivClassName
{
background-color: #A58D73;
}
.BgClassName
{
background-color: #A58D73;
}
</style>
border-color css
<style>
span { border-color: #A58D73; }
span { border-color: rgb(165,141,115); }
td.TdClassName
{
border-color: #A58D73;
}
.TagClassName
{
border-color: #A58D73;
}
</style>