Shades of Mongoose #A5906D
Tints of Mongoose #A5906D
RGB
CMYK
RGB Variations
Color information
#A5906D (or 0xA5906D) is known color: Mongoose. HEX triplet: A5, 90 and 6D. RGB value is (165,144,109). Sum of RGB (Red+Green+Blue) = 165+144+109=418 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.47% from 418); Green value is 144 (56.64% from 255 or 34.45% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 165 - color contains mainly: red. Hex color #A5906D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5906D is #5A6F92. Grayscale: #929292. Windows color (decimal): -5926803 or 7180453. OLE color: 7180453.
HSL color Cylindrical-coordinate representation of color #A5906D: hue angle of 37.5º 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 #A5906D is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 144 | 109 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.35 |
| HSL | 37.5º | 0.24% | 0.54% | - |
| HSV(B) | 37.5º | 0.34% | 0.65% | - |
| XYZ | 28.25 | 29.05 | 18.59 | - |
| YUV | 146.29 | 106.96 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 144 | 109 | 0 | 0.13 | 0.34 | 0.35 | 37.5 | 0.24 | 0.54 |
| Hex | A5 | 90 | 6D | 0 | D | 22 | 23 | 26 | 18 | 36 |
| Octal | 245 | 220 | 155 | 0 | 15 | 42 | 43 | 46 | 30 | 66 |
| Binary | 10100101 | 10010000 | 1101101 | 0 | 1101 | 100010 | 100011 | 100110 | 11000 | 110110 |
Color Harmonies of #A5906D
Complementary color
Monochromatic Colors of #A5906D
Black with #A5906D
Text Example
Text Example
White with #A5906D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5906D; }
p { color: rgb(165,144,109); }
H1.HeaderClassName
{
color: #A5906D;
}
.AnyTagClassName
{
color: #A5906D;
}
</style>
background-color css
<style>
a { background-color: #A5906D; }
a { background-color: rgb(165,144,109); }
div.DivClassName
{
background-color: #A5906D;
}
.BgClassName
{
background-color: #A5906D;
}
</style>
border-color css
<style>
span { border-color: #A5906D; }
span { border-color: rgb(165,144,109); }
td.TdClassName
{
border-color: #A5906D;
}
.TagClassName
{
border-color: #A5906D;
}
</style>