Shades of Mongoose #A78770
Tints of Mongoose #A78770
RGB
CMYK
RGB Variations
Color information
#A78770 (or 0xA78770) is known color: Mongoose. HEX triplet: A7, 87 and 70. RGB value is (167,135,112). Sum of RGB (Red+Green+Blue) = 167+135+112=414 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.34% from 414); Green value is 135 (53.12% from 255 or 32.61% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 167 - color contains mainly: red. Hex color #A78770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78770 is #58788F. Grayscale: #8E8E8E. Windows color (decimal): -5798032 or 7374759. OLE color: 7374759.
HSL color Cylindrical-coordinate representation of color #A78770: hue angle of 25.09º 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 #A78770 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 135 | 112 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.35 |
| HSL | 25.09º | 0.24% | 0.55% | - |
| HSV(B) | 25.09º | 0.33% | 0.65% | - |
| XYZ | 27.52 | 26.71 | 19.03 | - |
| YUV | 141.95 | 111.1 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 135 | 112 | 0 | 0.19 | 0.33 | 0.35 | 25.09 | 0.24 | 0.55 |
| Hex | A7 | 87 | 70 | 0 | 13 | 21 | 23 | 19 | 18 | 37 |
| Octal | 247 | 207 | 160 | 0 | 23 | 41 | 43 | 31 | 30 | 67 |
| Binary | 10100111 | 10000111 | 1110000 | 0 | 10011 | 100001 | 100011 | 11001 | 11000 | 110111 |
Color Harmonies of #A78770
Complementary color
Monochromatic Colors of #A78770
Black with #A78770
Text Example
Text Example
White with #A78770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78770; }
p { color: rgb(167,135,112); }
H1.HeaderClassName
{
color: #A78770;
}
.AnyTagClassName
{
color: #A78770;
}
</style>
background-color css
<style>
a { background-color: #A78770; }
a { background-color: rgb(167,135,112); }
div.DivClassName
{
background-color: #A78770;
}
.BgClassName
{
background-color: #A78770;
}
</style>
border-color css
<style>
span { border-color: #A78770; }
span { border-color: rgb(167,135,112); }
td.TdClassName
{
border-color: #A78770;
}
.TagClassName
{
border-color: #A78770;
}
</style>