Shades of Mongoose #A58E6E
Tints of Mongoose #A58E6E
RGB
CMYK
RGB Variations
Color information
#A58E6E (or 0xA58E6E) is known color: Mongoose. HEX triplet: A5, 8E and 6E. RGB value is (165,142,110). Sum of RGB (Red+Green+Blue) = 165+142+110=417 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.57% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 110 (43.36% from 255 or 26.38% from 417); Max value from RGB is 165 - color contains mainly: red. Hex color #A58E6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58E6E is #5A7191. Grayscale: #919191. Windows color (decimal): -5927314 or 7245477. OLE color: 7245477.
HSL color Cylindrical-coordinate representation of color #A58E6E: hue angle of 34.91º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A58E6E is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 142 | 110 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.35 |
| HSL | 34.91º | 0.23% | 0.54% | - |
| HSV(B) | 34.91º | 0.33% | 0.65% | - |
| XYZ | 28 | 28.47 | 18.77 | - |
| YUV | 145.23 | 108.12 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 142 | 110 | 0 | 0.14 | 0.33 | 0.35 | 34.91 | 0.23 | 0.54 |
| Hex | A5 | 8E | 6E | 0 | E | 21 | 23 | 23 | 17 | 36 |
| Octal | 245 | 216 | 156 | 0 | 16 | 41 | 43 | 43 | 27 | 66 |
| Binary | 10100101 | 10001110 | 1101110 | 0 | 1110 | 100001 | 100011 | 100011 | 10111 | 110110 |
Color Harmonies of #A58E6E
Complementary color
Monochromatic Colors of #A58E6E
Black with #A58E6E
Text Example
Text Example
White with #A58E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58E6E; }
p { color: rgb(165,142,110); }
H1.HeaderClassName
{
color: #A58E6E;
}
.AnyTagClassName
{
color: #A58E6E;
}
</style>
background-color css
<style>
a { background-color: #A58E6E; }
a { background-color: rgb(165,142,110); }
div.DivClassName
{
background-color: #A58E6E;
}
.BgClassName
{
background-color: #A58E6E;
}
</style>
border-color css
<style>
span { border-color: #A58E6E; }
span { border-color: rgb(165,142,110); }
td.TdClassName
{
border-color: #A58E6E;
}
.TagClassName
{
border-color: #A58E6E;
}
</style>