Shades of Mongoose #A78D6B
Tints of Mongoose #A78D6B
RGB
CMYK
RGB Variations
Color information
#A78D6B (or 0xA78D6B) is known color: Mongoose. HEX triplet: A7, 8D and 6B. RGB value is (167,141,107). Sum of RGB (Red+Green+Blue) = 167+141+107=415 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.24% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 107 (42.19% from 255 or 25.78% from 415); Max value from RGB is 167 - color contains mainly: red. Hex color #A78D6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78D6B is #587294. Grayscale: #919191. Windows color (decimal): -5796501 or 7048615. OLE color: 7048615.
HSL color Cylindrical-coordinate representation of color #A78D6B: hue angle of 34º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A78D6B is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 141 | 107 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.35 |
| HSL | 34º | 0.25% | 0.54% | - |
| HSV(B) | 34º | 0.36% | 0.65% | - |
| XYZ | 28.12 | 28.33 | 17.9 | - |
| YUV | 144.9 | 106.61 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 141 | 107 | 0 | 0.16 | 0.36 | 0.35 | 34 | 0.25 | 0.54 |
| Hex | A7 | 8D | 6B | 0 | 10 | 24 | 23 | 22 | 19 | 36 |
| Octal | 247 | 215 | 153 | 0 | 20 | 44 | 43 | 42 | 31 | 66 |
| Binary | 10100111 | 10001101 | 1101011 | 0 | 10000 | 100100 | 100011 | 100010 | 11001 | 110110 |
Color Harmonies of #A78D6B
Complementary color
Monochromatic Colors of #A78D6B
Black with #A78D6B
Text Example
Text Example
White with #A78D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78D6B; }
p { color: rgb(167,141,107); }
H1.HeaderClassName
{
color: #A78D6B;
}
.AnyTagClassName
{
color: #A78D6B;
}
</style>
background-color css
<style>
a { background-color: #A78D6B; }
a { background-color: rgb(167,141,107); }
div.DivClassName
{
background-color: #A78D6B;
}
.BgClassName
{
background-color: #A78D6B;
}
</style>
border-color css
<style>
span { border-color: #A78D6B; }
span { border-color: rgb(167,141,107); }
td.TdClassName
{
border-color: #A78D6B;
}
.TagClassName
{
border-color: #A78D6B;
}
</style>