Shades of Mongoose #A58C75
Tints of Mongoose #A58C75
RGB
CMYK
RGB Variations
Color information
#A58C75 (or 0xA58C75) is known color: Mongoose. HEX triplet: A5, 8C and 75. RGB value is (165,140,117). Sum of RGB (Red+Green+Blue) = 165+140+117=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 165 - color contains mainly: red. Hex color #A58C75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58C75 is #5A738A. Grayscale: #909090. Windows color (decimal): -5927819 or 7703717. OLE color: 7703717.
HSL color Cylindrical-coordinate representation of color #A58C75: hue angle of 28.75º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A58C75 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 140 | 117 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.35 |
| HSL | 28.75º | 0.21% | 0.55% | - |
| HSV(B) | 28.75º | 0.29% | 0.65% | - |
| XYZ | 28.11 | 28.04 | 20.76 | - |
| YUV | 144.85 | 112.28 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 140 | 117 | 0 | 0.15 | 0.29 | 0.35 | 28.75 | 0.21 | 0.55 |
| Hex | A5 | 8C | 75 | 0 | F | 1D | 23 | 1D | 15 | 37 |
| Octal | 245 | 214 | 165 | 0 | 17 | 35 | 43 | 35 | 25 | 67 |
| Binary | 10100101 | 10001100 | 1110101 | 0 | 1111 | 11101 | 100011 | 11101 | 10101 | 110111 |
Color Harmonies of #A58C75
Complementary color
Monochromatic Colors of #A58C75
Black with #A58C75
Text Example
Text Example
White with #A58C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58C75; }
p { color: rgb(165,140,117); }
H1.HeaderClassName
{
color: #A58C75;
}
.AnyTagClassName
{
color: #A58C75;
}
</style>
background-color css
<style>
a { background-color: #A58C75; }
a { background-color: rgb(165,140,117); }
div.DivClassName
{
background-color: #A58C75;
}
.BgClassName
{
background-color: #A58C75;
}
</style>
border-color css
<style>
span { border-color: #A58C75; }
span { border-color: rgb(165,140,117); }
td.TdClassName
{
border-color: #A58C75;
}
.TagClassName
{
border-color: #A58C75;
}
</style>