Shades of Mongoose #A58B72
Tints of Mongoose #A58B72
RGB
CMYK
RGB Variations
Color information
#A58B72 (or 0xA58B72) is known color: Mongoose. HEX triplet: A5, 8B and 72. RGB value is (165,139,114). Sum of RGB (Red+Green+Blue) = 165+139+114=418 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.47% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 114 (44.92% from 255 or 27.27% from 418); Max value from RGB is 165 - color contains mainly: red. Hex color #A58B72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58B72 is #5A748D. Grayscale: #909090. Windows color (decimal): -5928078 or 7506853. OLE color: 7506853.
HSL color Cylindrical-coordinate representation of color #A58B72: hue angle of 29.41º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A58B72 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 139 | 114 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.35 |
| HSL | 29.41º | 0.22% | 0.55% | - |
| HSV(B) | 29.41º | 0.31% | 0.65% | - |
| XYZ | 27.79 | 27.68 | 19.8 | - |
| YUV | 143.92 | 111.11 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 139 | 114 | 0 | 0.16 | 0.31 | 0.35 | 29.41 | 0.22 | 0.55 |
| Hex | A5 | 8B | 72 | 0 | 10 | 1F | 23 | 1D | 16 | 37 |
| Octal | 245 | 213 | 162 | 0 | 20 | 37 | 43 | 35 | 26 | 67 |
| Binary | 10100101 | 10001011 | 1110010 | 0 | 10000 | 11111 | 100011 | 11101 | 10110 | 110111 |
Color Harmonies of #A58B72
Complementary color
Monochromatic Colors of #A58B72
Black with #A58B72
Text Example
Text Example
White with #A58B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58B72; }
p { color: rgb(165,139,114); }
H1.HeaderClassName
{
color: #A58B72;
}
.AnyTagClassName
{
color: #A58B72;
}
</style>
background-color css
<style>
a { background-color: #A58B72; }
a { background-color: rgb(165,139,114); }
div.DivClassName
{
background-color: #A58B72;
}
.BgClassName
{
background-color: #A58B72;
}
</style>
border-color css
<style>
span { border-color: #A58B72; }
span { border-color: rgb(165,139,114); }
td.TdClassName
{
border-color: #A58B72;
}
.TagClassName
{
border-color: #A58B72;
}
</style>