Shades of Mongoose #A78E6A
Tints of Mongoose #A78E6A
RGB
CMYK
RGB Variations
Color information
#A78E6A (or 0xA78E6A) is known color: Mongoose. HEX triplet: A7, 8E and 6A. RGB value is (167,142,106). Sum of RGB (Red+Green+Blue) = 167+142+106=415 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.24% from 415); Green value is 142 (55.86% from 255 or 34.22% from 415); Blue value is 106 (41.80% from 255 or 25.54% from 415); Max value from RGB is 167 - color contains mainly: red. Hex color #A78E6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78E6A is #587195. Grayscale: #919191. Windows color (decimal): -5796246 or 6983335. OLE color: 6983335.
HSL color Cylindrical-coordinate representation of color #A78E6A: hue angle of 35.41º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A78E6A is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 142 | 106 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.35 |
| HSL | 35.41º | 0.26% | 0.54% | - |
| HSV(B) | 35.41º | 0.37% | 0.65% | - |
| XYZ | 28.21 | 28.6 | 17.67 | - |
| YUV | 145.37 | 105.78 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 142 | 106 | 0 | 0.15 | 0.37 | 0.35 | 35.41 | 0.26 | 0.54 |
| Hex | A7 | 8E | 6A | 0 | F | 25 | 23 | 23 | 1A | 36 |
| Octal | 247 | 216 | 152 | 0 | 17 | 45 | 43 | 43 | 32 | 66 |
| Binary | 10100111 | 10001110 | 1101010 | 0 | 1111 | 100101 | 100011 | 100011 | 11010 | 110110 |
Color Harmonies of #A78E6A
Complementary color
Monochromatic Colors of #A78E6A
Black with #A78E6A
Text Example
Text Example
White with #A78E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78E6A; }
p { color: rgb(167,142,106); }
H1.HeaderClassName
{
color: #A78E6A;
}
.AnyTagClassName
{
color: #A78E6A;
}
</style>
background-color css
<style>
a { background-color: #A78E6A; }
a { background-color: rgb(167,142,106); }
div.DivClassName
{
background-color: #A78E6A;
}
.BgClassName
{
background-color: #A78E6A;
}
</style>
border-color css
<style>
span { border-color: #A78E6A; }
span { border-color: rgb(167,142,106); }
td.TdClassName
{
border-color: #A78E6A;
}
.TagClassName
{
border-color: #A78E6A;
}
</style>