Shades of Mongoose #A78A6B
Tints of Mongoose #A78A6B
RGB
CMYK
RGB Variations
Color information
#A78A6B (or 0xA78A6B) is known color: Mongoose. HEX triplet: A7, 8A and 6B. RGB value is (167,138,107). Sum of RGB (Red+Green+Blue) = 167+138+107=412 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.53% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 107 (42.19% from 255 or 25.97% from 412); Max value from RGB is 167 - color contains mainly: red. Hex color #A78A6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78A6B is #587594. Grayscale: #8F8F8F. Windows color (decimal): -5797269 or 7047847. OLE color: 7047847.
HSL color Cylindrical-coordinate representation of color #A78A6B: hue angle of 31º 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 #A78A6B is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 138 | 107 | - |
| CMYK | 0 | 0.17 | 0.36 | 0.35 |
| HSL | 31º | 0.25% | 0.54% | - |
| HSV(B) | 31º | 0.36% | 0.65% | - |
| XYZ | 27.68 | 27.45 | 17.75 | - |
| YUV | 143.14 | 107.61 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 138 | 107 | 0 | 0.17 | 0.36 | 0.35 | 31 | 0.25 | 0.54 |
| Hex | A7 | 8A | 6B | 0 | 11 | 24 | 23 | 1F | 19 | 36 |
| Octal | 247 | 212 | 153 | 0 | 21 | 44 | 43 | 37 | 31 | 66 |
| Binary | 10100111 | 10001010 | 1101011 | 0 | 10001 | 100100 | 100011 | 11111 | 11001 | 110110 |
Color Harmonies of #A78A6B
Complementary color
Monochromatic Colors of #A78A6B
Black with #A78A6B
Text Example
Text Example
White with #A78A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78A6B; }
p { color: rgb(167,138,107); }
H1.HeaderClassName
{
color: #A78A6B;
}
.AnyTagClassName
{
color: #A78A6B;
}
</style>
background-color css
<style>
a { background-color: #A78A6B; }
a { background-color: rgb(167,138,107); }
div.DivClassName
{
background-color: #A78A6B;
}
.BgClassName
{
background-color: #A78A6B;
}
</style>
border-color css
<style>
span { border-color: #A78A6B; }
span { border-color: rgb(167,138,107); }
td.TdClassName
{
border-color: #A78A6B;
}
.TagClassName
{
border-color: #A78A6B;
}
</style>