Shades of Mongoose #A78C6E
Tints of Mongoose #A78C6E
RGB
CMYK
RGB Variations
Color information
#A78C6E (or 0xA78C6E) is known color: Mongoose. HEX triplet: A7, 8C and 6E. RGB value is (167,140,110). Sum of RGB (Red+Green+Blue) = 167+140+110=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 110 (43.36% from 255 or 26.38% from 417); Max value from RGB is 167 - color contains mainly: red. Hex color #A78C6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78C6E is #587391. Grayscale: #909090. Windows color (decimal): -5796754 or 7244967. OLE color: 7244967.
HSL color Cylindrical-coordinate representation of color #A78C6E: hue angle of 31.58º 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 #A78C6E is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 140 | 110 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.35 |
| HSL | 31.58º | 0.24% | 0.54% | - |
| HSV(B) | 31.58º | 0.34% | 0.65% | - |
| XYZ | 28.13 | 28.1 | 18.69 | - |
| YUV | 144.65 | 108.45 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 140 | 110 | 0 | 0.16 | 0.34 | 0.35 | 31.58 | 0.24 | 0.54 |
| Hex | A7 | 8C | 6E | 0 | 10 | 22 | 23 | 20 | 18 | 36 |
| Octal | 247 | 214 | 156 | 0 | 20 | 42 | 43 | 40 | 30 | 66 |
| Binary | 10100111 | 10001100 | 1101110 | 0 | 10000 | 100010 | 100011 | 100000 | 11000 | 110110 |
Color Harmonies of #A78C6E
Complementary color
Monochromatic Colors of #A78C6E
Black with #A78C6E
Text Example
Text Example
White with #A78C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78C6E; }
p { color: rgb(167,140,110); }
H1.HeaderClassName
{
color: #A78C6E;
}
.AnyTagClassName
{
color: #A78C6E;
}
</style>
background-color css
<style>
a { background-color: #A78C6E; }
a { background-color: rgb(167,140,110); }
div.DivClassName
{
background-color: #A78C6E;
}
.BgClassName
{
background-color: #A78C6E;
}
</style>
border-color css
<style>
span { border-color: #A78C6E; }
span { border-color: rgb(167,140,110); }
td.TdClassName
{
border-color: #A78C6E;
}
.TagClassName
{
border-color: #A78C6E;
}
</style>