Shades of Mongoose #A49076
Tints of Mongoose #A49076
RGB
CMYK
RGB Variations
Color information
#A49076 (or 0xA49076) is known color: Mongoose. HEX triplet: A4, 90 and 76. RGB value is (164,144,118). Sum of RGB (Red+Green+Blue) = 164+144+118=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 118 (46.48% from 255 or 27.70% from 426); Max value from RGB is 164 - color contains mainly: red. Hex color #A49076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49076 is #5B6F89. Grayscale: #939393. Windows color (decimal): -5992330 or 7770276. OLE color: 7770276.
HSL color Cylindrical-coordinate representation of color #A49076: hue angle of 33.91º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A49076 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 144 | 118 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.36 |
| HSL | 33.91º | 0.2% | 0.55% | - |
| HSV(B) | 33.91º | 0.28% | 0.64% | - |
| XYZ | 28.55 | 29.15 | 21.26 | - |
| YUV | 147.02 | 111.63 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 144 | 118 | 0 | 0.12 | 0.28 | 0.36 | 33.91 | 0.2 | 0.55 |
| Hex | A4 | 90 | 76 | 0 | C | 1C | 24 | 22 | 14 | 37 |
| Octal | 244 | 220 | 166 | 0 | 14 | 34 | 44 | 42 | 24 | 67 |
| Binary | 10100100 | 10010000 | 1110110 | 0 | 1100 | 11100 | 100100 | 100010 | 10100 | 110111 |
Color Harmonies of #A49076
Complementary color
Monochromatic Colors of #A49076
Black with #A49076
Text Example
Text Example
White with #A49076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49076; }
p { color: rgb(164,144,118); }
H1.HeaderClassName
{
color: #A49076;
}
.AnyTagClassName
{
color: #A49076;
}
</style>
background-color css
<style>
a { background-color: #A49076; }
a { background-color: rgb(164,144,118); }
div.DivClassName
{
background-color: #A49076;
}
.BgClassName
{
background-color: #A49076;
}
</style>
border-color css
<style>
span { border-color: #A49076; }
span { border-color: rgb(164,144,118); }
td.TdClassName
{
border-color: #A49076;
}
.TagClassName
{
border-color: #A49076;
}
</style>