Shades of Mongoose #A78870
Tints of Mongoose #A78870
RGB
CMYK
RGB Variations
Color information
#A78870 (or 0xA78870) is known color: Mongoose. HEX triplet: A7, 88 and 70. RGB value is (167,136,112). Sum of RGB (Red+Green+Blue) = 167+136+112=415 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.24% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 167 - color contains mainly: red. Hex color #A78870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78870 is #58778F. Grayscale: #8E8E8E. Windows color (decimal): -5797776 or 7375015. OLE color: 7375015.
HSL color Cylindrical-coordinate representation of color #A78870: hue angle of 26.18º 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 #A78870 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 136 | 112 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.35 |
| HSL | 26.18º | 0.24% | 0.55% | - |
| HSV(B) | 26.18º | 0.33% | 0.65% | - |
| XYZ | 27.67 | 26.99 | 19.08 | - |
| YUV | 142.53 | 110.77 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 136 | 112 | 0 | 0.19 | 0.33 | 0.35 | 26.18 | 0.24 | 0.55 |
| Hex | A7 | 88 | 70 | 0 | 13 | 21 | 23 | 1A | 18 | 37 |
| Octal | 247 | 210 | 160 | 0 | 23 | 41 | 43 | 32 | 30 | 67 |
| Binary | 10100111 | 10001000 | 1110000 | 0 | 10011 | 100001 | 100011 | 11010 | 11000 | 110111 |
Color Harmonies of #A78870
Complementary color
Monochromatic Colors of #A78870
Black with #A78870
Text Example
Text Example
White with #A78870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78870; }
p { color: rgb(167,136,112); }
H1.HeaderClassName
{
color: #A78870;
}
.AnyTagClassName
{
color: #A78870;
}
</style>
background-color css
<style>
a { background-color: #A78870; }
a { background-color: rgb(167,136,112); }
div.DivClassName
{
background-color: #A78870;
}
.BgClassName
{
background-color: #A78870;
}
</style>
border-color css
<style>
span { border-color: #A78870; }
span { border-color: rgb(167,136,112); }
td.TdClassName
{
border-color: #A78870;
}
.TagClassName
{
border-color: #A78870;
}
</style>