Shades of Mongoose #A58772
Tints of Mongoose #A58772
RGB
CMYK
RGB Variations
Color information
#A58772 (or 0xA58772) is known color: Mongoose. HEX triplet: A5, 87 and 72. RGB value is (165,135,114). Sum of RGB (Red+Green+Blue) = 165+135+114=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 135 (53.12% from 255 or 32.61% from 414); Blue value is 114 (44.92% from 255 or 27.54% from 414); Max value from RGB is 165 - color contains mainly: red. Hex color #A58772 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58772 is #5A788D. Grayscale: #8D8D8D. Windows color (decimal): -5929102 or 7505829. OLE color: 7505829.
HSL color Cylindrical-coordinate representation of color #A58772: hue angle of 24.71º 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 #A58772 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 135 | 114 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.35 |
| HSL | 24.71º | 0.22% | 0.55% | - |
| HSV(B) | 24.71º | 0.31% | 0.65% | - |
| XYZ | 27.22 | 26.54 | 19.61 | - |
| YUV | 141.58 | 112.44 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 135 | 114 | 0 | 0.18 | 0.31 | 0.35 | 24.71 | 0.22 | 0.55 |
| Hex | A5 | 87 | 72 | 0 | 12 | 1F | 23 | 19 | 16 | 37 |
| Octal | 245 | 207 | 162 | 0 | 22 | 37 | 43 | 31 | 26 | 67 |
| Binary | 10100101 | 10000111 | 1110010 | 0 | 10010 | 11111 | 100011 | 11001 | 10110 | 110111 |
Color Harmonies of #A58772
Complementary color
Monochromatic Colors of #A58772
Black with #A58772
Text Example
Text Example
White with #A58772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58772; }
p { color: rgb(165,135,114); }
H1.HeaderClassName
{
color: #A58772;
}
.AnyTagClassName
{
color: #A58772;
}
</style>
background-color css
<style>
a { background-color: #A58772; }
a { background-color: rgb(165,135,114); }
div.DivClassName
{
background-color: #A58772;
}
.BgClassName
{
background-color: #A58772;
}
</style>
border-color css
<style>
span { border-color: #A58772; }
span { border-color: rgb(165,135,114); }
td.TdClassName
{
border-color: #A58772;
}
.TagClassName
{
border-color: #A58772;
}
</style>