Shades of Mongoose #A79067
Tints of Mongoose #A79067
RGB
CMYK
RGB Variations
Color information
#A79067 (or 0xA79067) is known color: Mongoose. HEX triplet: A7, 90 and 67. RGB value is (167,144,103). Sum of RGB (Red+Green+Blue) = 167+144+103=414 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.34% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 103 (40.62% from 255 or 24.88% from 414); Max value from RGB is 167 - color contains mainly: red. Hex color #A79067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79067 is #586F98. Grayscale: #929292. Windows color (decimal): -5795737 or 6787239. OLE color: 6787239.
HSL color Cylindrical-coordinate representation of color #A79067: hue angle of 38.44º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A79067 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 144 | 103 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.35 |
| HSL | 38.44º | 0.27% | 0.53% | - |
| HSV(B) | 38.44º | 0.38% | 0.65% | - |
| XYZ | 28.36 | 29.14 | 16.96 | - |
| YUV | 146.2 | 103.62 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 144 | 103 | 0 | 0.14 | 0.38 | 0.35 | 38.44 | 0.27 | 0.53 |
| Hex | A7 | 90 | 67 | 0 | E | 26 | 23 | 26 | 1B | 35 |
| Octal | 247 | 220 | 147 | 0 | 16 | 46 | 43 | 46 | 33 | 65 |
| Binary | 10100111 | 10010000 | 1100111 | 0 | 1110 | 100110 | 100011 | 100110 | 11011 | 110101 |
Color Harmonies of #A79067
Complementary color
Monochromatic Colors of #A79067
Black with #A79067
Text Example
Text Example
White with #A79067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79067; }
p { color: rgb(167,144,103); }
H1.HeaderClassName
{
color: #A79067;
}
.AnyTagClassName
{
color: #A79067;
}
</style>
background-color css
<style>
a { background-color: #A79067; }
a { background-color: rgb(167,144,103); }
div.DivClassName
{
background-color: #A79067;
}
.BgClassName
{
background-color: #A79067;
}
</style>
border-color css
<style>
span { border-color: #A79067; }
span { border-color: rgb(167,144,103); }
td.TdClassName
{
border-color: #A79067;
}
.TagClassName
{
border-color: #A79067;
}
</style>