Shades of Mongoose #A49078
Tints of Mongoose #A49078
RGB
CMYK
RGB Variations
Color information
#A49078 (or 0xA49078) is known color: Mongoose. HEX triplet: A4, 90 and 78. RGB value is (164,144,120). Sum of RGB (Red+Green+Blue) = 164+144+120=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 120 (47.27% from 255 or 28.04% from 428); Max value from RGB is 164 - color contains mainly: red. Hex color #A49078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49078 is #5B6F87. Grayscale: #939393. Windows color (decimal): -5992328 or 7901348. OLE color: 7901348.
HSL color Cylindrical-coordinate representation of color #A49078: hue angle of 32.73º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A49078 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 144 | 120 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.36 |
| HSL | 32.73º | 0.19% | 0.56% | - |
| HSV(B) | 32.73º | 0.27% | 0.64% | - |
| XYZ | 28.67 | 29.2 | 21.89 | - |
| YUV | 147.24 | 112.63 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 144 | 120 | 0 | 0.12 | 0.27 | 0.36 | 32.73 | 0.19 | 0.56 |
| Hex | A4 | 90 | 78 | 0 | C | 1B | 24 | 21 | 13 | 38 |
| Octal | 244 | 220 | 170 | 0 | 14 | 33 | 44 | 41 | 23 | 70 |
| Binary | 10100100 | 10010000 | 1111000 | 0 | 1100 | 11011 | 100100 | 100001 | 10011 | 111000 |
Color Harmonies of #A49078
Complementary color
Monochromatic Colors of #A49078
Black with #A49078
Text Example
Text Example
White with #A49078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49078; }
p { color: rgb(164,144,120); }
H1.HeaderClassName
{
color: #A49078;
}
.AnyTagClassName
{
color: #A49078;
}
</style>
background-color css
<style>
a { background-color: #A49078; }
a { background-color: rgb(164,144,120); }
div.DivClassName
{
background-color: #A49078;
}
.BgClassName
{
background-color: #A49078;
}
</style>
border-color css
<style>
span { border-color: #A49078; }
span { border-color: rgb(164,144,120); }
td.TdClassName
{
border-color: #A49078;
}
.TagClassName
{
border-color: #A49078;
}
</style>