Shades of Mongoose #A78E6E
Tints of Mongoose #A78E6E
RGB
CMYK
RGB Variations
Color information
#A78E6E (or 0xA78E6E) is known color: Mongoose. HEX triplet: A7, 8E and 6E. RGB value is (167,142,110). Sum of RGB (Red+Green+Blue) = 167+142+110=419 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.86% from 419); Green value is 142 (55.86% from 255 or 33.89% from 419); Blue value is 110 (43.36% from 255 or 26.25% from 419); Max value from RGB is 167 - color contains mainly: red. Hex color #A78E6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78E6E is #587191. Grayscale: #919191. Windows color (decimal): -5796242 or 7245479. OLE color: 7245479.
HSL color Cylindrical-coordinate representation of color #A78E6E: hue angle of 33.68º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A78E6E is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 142 | 110 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.35 |
| HSL | 33.68º | 0.24% | 0.54% | - |
| HSV(B) | 33.68º | 0.34% | 0.65% | - |
| XYZ | 28.42 | 28.69 | 18.79 | - |
| YUV | 145.83 | 107.78 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 142 | 110 | 0 | 0.15 | 0.34 | 0.35 | 33.68 | 0.24 | 0.54 |
| Hex | A7 | 8E | 6E | 0 | F | 22 | 23 | 22 | 18 | 36 |
| Octal | 247 | 216 | 156 | 0 | 17 | 42 | 43 | 42 | 30 | 66 |
| Binary | 10100111 | 10001110 | 1101110 | 0 | 1111 | 100010 | 100011 | 100010 | 11000 | 110110 |
Color Harmonies of #A78E6E
Complementary color
Monochromatic Colors of #A78E6E
Black with #A78E6E
Text Example
Text Example
White with #A78E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78E6E; }
p { color: rgb(167,142,110); }
H1.HeaderClassName
{
color: #A78E6E;
}
.AnyTagClassName
{
color: #A78E6E;
}
</style>
background-color css
<style>
a { background-color: #A78E6E; }
a { background-color: rgb(167,142,110); }
div.DivClassName
{
background-color: #A78E6E;
}
.BgClassName
{
background-color: #A78E6E;
}
</style>
border-color css
<style>
span { border-color: #A78E6E; }
span { border-color: rgb(167,142,110); }
td.TdClassName
{
border-color: #A78E6E;
}
.TagClassName
{
border-color: #A78E6E;
}
</style>