Shades of Mongoose #A88C76
Tints of Mongoose #A88C76
RGB
CMYK
RGB Variations
Color information
#A88C76 (or 0xA88C76) is known color: Mongoose. HEX triplet: A8, 8C and 76. RGB value is (168,140,118). Sum of RGB (Red+Green+Blue) = 168+140+118=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 118 (46.48% from 255 or 27.70% from 426); Max value from RGB is 168 - color contains mainly: red. Hex color #A88C76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88C76 is #577389. Grayscale: #919191. Windows color (decimal): -5731210 or 7769256. OLE color: 7769256.
HSL color Cylindrical-coordinate representation of color #A88C76: hue angle of 26.4º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A88C76 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 140 | 118 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.34 |
| HSL | 26.4º | 0.22% | 0.56% | - |
| HSV(B) | 26.4º | 0.3% | 0.66% | - |
| XYZ | 28.8 | 28.39 | 21.1 | - |
| YUV | 145.86 | 112.28 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 140 | 118 | 0 | 0.17 | 0.30 | 0.34 | 26.4 | 0.22 | 0.56 |
| Hex | A8 | 8C | 76 | 0 | 11 | 1E | 22 | 1A | 16 | 38 |
| Octal | 250 | 214 | 166 | 0 | 21 | 36 | 42 | 32 | 26 | 70 |
| Binary | 10101000 | 10001100 | 1110110 | 0 | 10001 | 11110 | 100010 | 11010 | 10110 | 111000 |
Color Harmonies of #A88C76
Complementary color
Monochromatic Colors of #A88C76
Black with #A88C76
Text Example
Text Example
White with #A88C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88C76; }
p { color: rgb(168,140,118); }
H1.HeaderClassName
{
color: #A88C76;
}
.AnyTagClassName
{
color: #A88C76;
}
</style>
background-color css
<style>
a { background-color: #A88C76; }
a { background-color: rgb(168,140,118); }
div.DivClassName
{
background-color: #A88C76;
}
.BgClassName
{
background-color: #A88C76;
}
</style>
border-color css
<style>
span { border-color: #A88C76; }
span { border-color: rgb(168,140,118); }
td.TdClassName
{
border-color: #A88C76;
}
.TagClassName
{
border-color: #A88C76;
}
</style>