Shades of Mongoose #A58E6B
Tints of Mongoose #A58E6B
RGB
CMYK
RGB Variations
Color information
#A58E6B (or 0xA58E6B) is known color: Mongoose. HEX triplet: A5, 8E and 6B. RGB value is (165,142,107). Sum of RGB (Red+Green+Blue) = 165+142+107=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 107 (42.19% from 255 or 25.85% from 414); Max value from RGB is 165 - color contains mainly: red. Hex color #A58E6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58E6B is #5A7194. Grayscale: #919191. Windows color (decimal): -5927317 or 7048869. OLE color: 7048869.
HSL color Cylindrical-coordinate representation of color #A58E6B: hue angle of 36.21º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A58E6B is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 142 | 107 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.35 |
| HSL | 36.21º | 0.24% | 0.53% | - |
| HSV(B) | 36.21º | 0.35% | 0.65% | - |
| XYZ | 27.84 | 28.41 | 17.93 | - |
| YUV | 144.89 | 106.62 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 142 | 107 | 0 | 0.14 | 0.35 | 0.35 | 36.21 | 0.24 | 0.53 |
| Hex | A5 | 8E | 6B | 0 | E | 23 | 23 | 24 | 18 | 35 |
| Octal | 245 | 216 | 153 | 0 | 16 | 43 | 43 | 44 | 30 | 65 |
| Binary | 10100101 | 10001110 | 1101011 | 0 | 1110 | 100011 | 100011 | 100100 | 11000 | 110101 |
Color Harmonies of #A58E6B
Complementary color
Monochromatic Colors of #A58E6B
Black with #A58E6B
Text Example
Text Example
White with #A58E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58E6B; }
p { color: rgb(165,142,107); }
H1.HeaderClassName
{
color: #A58E6B;
}
.AnyTagClassName
{
color: #A58E6B;
}
</style>
background-color css
<style>
a { background-color: #A58E6B; }
a { background-color: rgb(165,142,107); }
div.DivClassName
{
background-color: #A58E6B;
}
.BgClassName
{
background-color: #A58E6B;
}
</style>
border-color css
<style>
span { border-color: #A58E6B; }
span { border-color: rgb(165,142,107); }
td.TdClassName
{
border-color: #A58E6B;
}
.TagClassName
{
border-color: #A58E6B;
}
</style>