Shades of Mongoose #A79078
Tints of Mongoose #A79078
RGB
CMYK
RGB Variations
Color information
#A79078 (or 0xA79078) is known color: Mongoose. HEX triplet: A7, 90 and 78. RGB value is (167,144,120). Sum of RGB (Red+Green+Blue) = 167+144+120=431 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.75% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 120 (47.27% from 255 or 27.84% from 431); Max value from RGB is 167 - color contains mainly: red. Hex color #A79078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79078 is #586F87. Grayscale: #949494. Windows color (decimal): -5795720 or 7901351. OLE color: 7901351.
HSL color Cylindrical-coordinate representation of color #A79078: hue angle of 30.64º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A79078 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 144 | 120 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.35 |
| HSL | 30.64º | 0.21% | 0.56% | - |
| HSV(B) | 30.64º | 0.28% | 0.65% | - |
| XYZ | 29.3 | 29.52 | 21.92 | - |
| YUV | 148.14 | 112.12 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 144 | 120 | 0 | 0.14 | 0.28 | 0.35 | 30.64 | 0.21 | 0.56 |
| Hex | A7 | 90 | 78 | 0 | E | 1C | 23 | 1F | 15 | 38 |
| Octal | 247 | 220 | 170 | 0 | 16 | 34 | 43 | 37 | 25 | 70 |
| Binary | 10100111 | 10010000 | 1111000 | 0 | 1110 | 11100 | 100011 | 11111 | 10101 | 111000 |
Color Harmonies of #A79078
Complementary color
Monochromatic Colors of #A79078
Black with #A79078
Text Example
Text Example
White with #A79078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79078; }
p { color: rgb(167,144,120); }
H1.HeaderClassName
{
color: #A79078;
}
.AnyTagClassName
{
color: #A79078;
}
</style>
background-color css
<style>
a { background-color: #A79078; }
a { background-color: rgb(167,144,120); }
div.DivClassName
{
background-color: #A79078;
}
.BgClassName
{
background-color: #A79078;
}
</style>
border-color css
<style>
span { border-color: #A79078; }
span { border-color: rgb(167,144,120); }
td.TdClassName
{
border-color: #A79078;
}
.TagClassName
{
border-color: #A79078;
}
</style>