Shades of Mongoose #A78F65
Tints of Mongoose #A78F65
RGB
CMYK
RGB Variations
Color information
#A78F65 (or 0xA78F65) is known color: Mongoose. HEX triplet: A7, 8F and 65. RGB value is (167,143,101). Sum of RGB (Red+Green+Blue) = 167+143+101=411 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.63% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 101 (39.84% from 255 or 24.57% from 411); Max value from RGB is 167 - color contains mainly: red. Hex color #A78F65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78F65 is #58709A. Grayscale: #919191. Windows color (decimal): -5795995 or 6655911. OLE color: 6655911.
HSL color Cylindrical-coordinate representation of color #A78F65: hue angle of 38.18º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A78F65 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 143 | 101 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.35 |
| HSL | 38.18º | 0.27% | 0.53% | - |
| HSV(B) | 38.18º | 0.4% | 0.65% | - |
| XYZ | 28.11 | 28.8 | 16.39 | - |
| YUV | 145.39 | 102.95 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 143 | 101 | 0 | 0.14 | 0.40 | 0.35 | 38.18 | 0.27 | 0.53 |
| Hex | A7 | 8F | 65 | 0 | E | 28 | 23 | 26 | 1B | 35 |
| Octal | 247 | 217 | 145 | 0 | 16 | 50 | 43 | 46 | 33 | 65 |
| Binary | 10100111 | 10001111 | 1100101 | 0 | 1110 | 101000 | 100011 | 100110 | 11011 | 110101 |
Color Harmonies of #A78F65
Complementary color
Monochromatic Colors of #A78F65
Black with #A78F65
Text Example
Text Example
White with #A78F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78F65; }
p { color: rgb(167,143,101); }
H1.HeaderClassName
{
color: #A78F65;
}
.AnyTagClassName
{
color: #A78F65;
}
</style>
background-color css
<style>
a { background-color: #A78F65; }
a { background-color: rgb(167,143,101); }
div.DivClassName
{
background-color: #A78F65;
}
.BgClassName
{
background-color: #A78F65;
}
</style>
border-color css
<style>
span { border-color: #A78F65; }
span { border-color: rgb(167,143,101); }
td.TdClassName
{
border-color: #A78F65;
}
.TagClassName
{
border-color: #A78F65;
}
</style>