Shades of Mongoose #A78970
Tints of Mongoose #A78970
RGB
CMYK
RGB Variations
Color information
#A78970 (or 0xA78970) is known color: Mongoose. HEX triplet: A7, 89 and 70. RGB value is (167,137,112). Sum of RGB (Red+Green+Blue) = 167+137+112=416 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.14% from 416); Green value is 137 (53.91% from 255 or 32.93% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 167 - color contains mainly: red. Hex color #A78970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78970 is #58768F. Grayscale: #8F8F8F. Windows color (decimal): -5797520 or 7375271. OLE color: 7375271.
HSL color Cylindrical-coordinate representation of color #A78970: hue angle of 27.27º 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 #A78970 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 137 | 112 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.35 |
| HSL | 27.27º | 0.24% | 0.55% | - |
| HSV(B) | 27.27º | 0.33% | 0.65% | - |
| XYZ | 27.81 | 27.28 | 19.13 | - |
| YUV | 143.12 | 110.44 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 137 | 112 | 0 | 0.18 | 0.33 | 0.35 | 27.27 | 0.24 | 0.55 |
| Hex | A7 | 89 | 70 | 0 | 12 | 21 | 23 | 1B | 18 | 37 |
| Octal | 247 | 211 | 160 | 0 | 22 | 41 | 43 | 33 | 30 | 67 |
| Binary | 10100111 | 10001001 | 1110000 | 0 | 10010 | 100001 | 100011 | 11011 | 11000 | 110111 |
Color Harmonies of #A78970
Complementary color
Monochromatic Colors of #A78970
Black with #A78970
Text Example
Text Example
White with #A78970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78970; }
p { color: rgb(167,137,112); }
H1.HeaderClassName
{
color: #A78970;
}
.AnyTagClassName
{
color: #A78970;
}
</style>
background-color css
<style>
a { background-color: #A78970; }
a { background-color: rgb(167,137,112); }
div.DivClassName
{
background-color: #A78970;
}
.BgClassName
{
background-color: #A78970;
}
</style>
border-color css
<style>
span { border-color: #A78970; }
span { border-color: rgb(167,137,112); }
td.TdClassName
{
border-color: #A78970;
}
.TagClassName
{
border-color: #A78970;
}
</style>