Shades of Mongoose #A78E66
Tints of Mongoose #A78E66
RGB
CMYK
RGB Variations
Color information
#A78E66 (or 0xA78E66) is known color: Mongoose. HEX triplet: A7, 8E and 66. RGB value is (167,142,102). Sum of RGB (Red+Green+Blue) = 167+142+102=411 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.63% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 102 (40.23% from 255 or 24.82% from 411); Max value from RGB is 167 - color contains mainly: red. Hex color #A78E66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78E66 is #587199. Grayscale: #919191. Windows color (decimal): -5796250 or 6721191. OLE color: 6721191.
HSL color Cylindrical-coordinate representation of color #A78E66: hue angle of 36.92º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A78E66 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 142 | 102 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.35 |
| HSL | 36.92º | 0.27% | 0.53% | - |
| HSV(B) | 36.92º | 0.39% | 0.65% | - |
| XYZ | 28.01 | 28.52 | 16.6 | - |
| YUV | 144.92 | 103.78 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 142 | 102 | 0 | 0.15 | 0.39 | 0.35 | 36.92 | 0.27 | 0.53 |
| Hex | A7 | 8E | 66 | 0 | F | 27 | 23 | 25 | 1B | 35 |
| Octal | 247 | 216 | 146 | 0 | 17 | 47 | 43 | 45 | 33 | 65 |
| Binary | 10100111 | 10001110 | 1100110 | 0 | 1111 | 100111 | 100011 | 100101 | 11011 | 110101 |
Color Harmonies of #A78E66
Complementary color
Monochromatic Colors of #A78E66
Black with #A78E66
Text Example
Text Example
White with #A78E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78E66; }
p { color: rgb(167,142,102); }
H1.HeaderClassName
{
color: #A78E66;
}
.AnyTagClassName
{
color: #A78E66;
}
</style>
background-color css
<style>
a { background-color: #A78E66; }
a { background-color: rgb(167,142,102); }
div.DivClassName
{
background-color: #A78E66;
}
.BgClassName
{
background-color: #A78E66;
}
</style>
border-color css
<style>
span { border-color: #A78E66; }
span { border-color: rgb(167,142,102); }
td.TdClassName
{
border-color: #A78E66;
}
.TagClassName
{
border-color: #A78E66;
}
</style>