Shades of Mongoose #A49079
Tints of Mongoose #A49079
RGB
CMYK
RGB Variations
Color information
#A49079 (or 0xA49079) is known color: Mongoose. HEX triplet: A4, 90 and 79. RGB value is (164,144,121). Sum of RGB (Red+Green+Blue) = 164+144+121=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 121 (47.66% from 255 or 28.21% from 429); Max value from RGB is 164 - color contains mainly: red. Hex color #A49079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49079 is #5B6F86. Grayscale: #939393. Windows color (decimal): -5992327 or 7966884. OLE color: 7966884.
HSL color Cylindrical-coordinate representation of color #A49079: hue angle of 32.09º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A49079 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 144 | 121 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.36 |
| HSL | 32.09º | 0.19% | 0.56% | - |
| HSV(B) | 32.09º | 0.26% | 0.64% | - |
| XYZ | 28.73 | 29.22 | 22.21 | - |
| YUV | 147.36 | 113.13 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 144 | 121 | 0 | 0.12 | 0.26 | 0.36 | 32.09 | 0.19 | 0.56 |
| Hex | A4 | 90 | 79 | 0 | C | 1A | 24 | 20 | 13 | 38 |
| Octal | 244 | 220 | 171 | 0 | 14 | 32 | 44 | 40 | 23 | 70 |
| Binary | 10100100 | 10010000 | 1111001 | 0 | 1100 | 11010 | 100100 | 100000 | 10011 | 111000 |
Color Harmonies of #A49079
Complementary color
Monochromatic Colors of #A49079
Black with #A49079
Text Example
Text Example
White with #A49079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49079; }
p { color: rgb(164,144,121); }
H1.HeaderClassName
{
color: #A49079;
}
.AnyTagClassName
{
color: #A49079;
}
</style>
background-color css
<style>
a { background-color: #A49079; }
a { background-color: rgb(164,144,121); }
div.DivClassName
{
background-color: #A49079;
}
.BgClassName
{
background-color: #A49079;
}
</style>
border-color css
<style>
span { border-color: #A49079; }
span { border-color: rgb(164,144,121); }
td.TdClassName
{
border-color: #A49079;
}
.TagClassName
{
border-color: #A49079;
}
</style>