Shades of Mongoose #A78B70
Tints of Mongoose #A78B70
RGB
CMYK
RGB Variations
Color information
#A78B70 (or 0xA78B70) is known color: Mongoose. HEX triplet: A7, 8B and 70. RGB value is (167,139,112). Sum of RGB (Red+Green+Blue) = 167+139+112=418 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.95% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 167 - color contains mainly: red. Hex color #A78B70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78B70 is #58748F. Grayscale: #909090. Windows color (decimal): -5797008 or 7375783. OLE color: 7375783.
HSL color Cylindrical-coordinate representation of color #A78B70: hue angle of 29.45º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A78B70 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 139 | 112 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.35 |
| HSL | 29.45º | 0.24% | 0.55% | - |
| HSV(B) | 29.45º | 0.33% | 0.65% | - |
| XYZ | 28.09 | 27.85 | 19.22 | - |
| YUV | 144.29 | 109.78 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 139 | 112 | 0 | 0.17 | 0.33 | 0.35 | 29.45 | 0.24 | 0.55 |
| Hex | A7 | 8B | 70 | 0 | 11 | 21 | 23 | 1D | 18 | 37 |
| Octal | 247 | 213 | 160 | 0 | 21 | 41 | 43 | 35 | 30 | 67 |
| Binary | 10100111 | 10001011 | 1110000 | 0 | 10001 | 100001 | 100011 | 11101 | 11000 | 110111 |
Color Harmonies of #A78B70
Complementary color
Monochromatic Colors of #A78B70
Black with #A78B70
Text Example
Text Example
White with #A78B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78B70; }
p { color: rgb(167,139,112); }
H1.HeaderClassName
{
color: #A78B70;
}
.AnyTagClassName
{
color: #A78B70;
}
</style>
background-color css
<style>
a { background-color: #A78B70; }
a { background-color: rgb(167,139,112); }
div.DivClassName
{
background-color: #A78B70;
}
.BgClassName
{
background-color: #A78B70;
}
</style>
border-color css
<style>
span { border-color: #A78B70; }
span { border-color: rgb(167,139,112); }
td.TdClassName
{
border-color: #A78B70;
}
.TagClassName
{
border-color: #A78B70;
}
</style>