Shades of Mongoose #A58A6D
Tints of Mongoose #A58A6D
RGB
CMYK
RGB Variations
Color information
#A58A6D (or 0xA58A6D) is known color: Mongoose. HEX triplet: A5, 8A and 6D. RGB value is (165,138,109). Sum of RGB (Red+Green+Blue) = 165+138+109=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 165 - color contains mainly: red. Hex color #A58A6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58A6D is #5A7592. Grayscale: #8E8E8E. Windows color (decimal): -5928339 or 7178917. OLE color: 7178917.
HSL color Cylindrical-coordinate representation of color #A58A6D: hue angle of 31.07º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A58A6D is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 138 | 109 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.35 |
| HSL | 31.07º | 0.24% | 0.54% | - |
| HSV(B) | 31.07º | 0.34% | 0.65% | - |
| XYZ | 27.37 | 27.28 | 18.29 | - |
| YUV | 142.77 | 108.95 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 138 | 109 | 0 | 0.16 | 0.34 | 0.35 | 31.07 | 0.24 | 0.54 |
| Hex | A5 | 8A | 6D | 0 | 10 | 22 | 23 | 1F | 18 | 36 |
| Octal | 245 | 212 | 155 | 0 | 20 | 42 | 43 | 37 | 30 | 66 |
| Binary | 10100101 | 10001010 | 1101101 | 0 | 10000 | 100010 | 100011 | 11111 | 11000 | 110110 |
Color Harmonies of #A58A6D
Complementary color
Monochromatic Colors of #A58A6D
Black with #A58A6D
Text Example
Text Example
White with #A58A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58A6D; }
p { color: rgb(165,138,109); }
H1.HeaderClassName
{
color: #A58A6D;
}
.AnyTagClassName
{
color: #A58A6D;
}
</style>
background-color css
<style>
a { background-color: #A58A6D; }
a { background-color: rgb(165,138,109); }
div.DivClassName
{
background-color: #A58A6D;
}
.BgClassName
{
background-color: #A58A6D;
}
</style>
border-color css
<style>
span { border-color: #A58A6D; }
span { border-color: rgb(165,138,109); }
td.TdClassName
{
border-color: #A58A6D;
}
.TagClassName
{
border-color: #A58A6D;
}
</style>