Shades of Mongoose #A88D72
Tints of Mongoose #A88D72
RGB
CMYK
RGB Variations
Color information
#A88D72 (or 0xA88D72) is known color: Mongoose. HEX triplet: A8, 8D and 72. RGB value is (168,141,114). Sum of RGB (Red+Green+Blue) = 168+141+114=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 168 - color contains mainly: red. Hex color #A88D72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88D72 is #57728D. Grayscale: #929292. Windows color (decimal): -5730958 or 7507368. OLE color: 7507368.
HSL color Cylindrical-coordinate representation of color #A88D72: hue angle of 30º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A88D72 is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 141 | 114 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.34 |
| HSL | 30º | 0.24% | 0.55% | - |
| HSV(B) | 30º | 0.32% | 0.66% | - |
| XYZ | 28.71 | 28.59 | 19.92 | - |
| YUV | 146 | 109.95 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 141 | 114 | 0 | 0.16 | 0.32 | 0.34 | 30 | 0.24 | 0.55 |
| Hex | A8 | 8D | 72 | 0 | 10 | 20 | 22 | 1E | 18 | 37 |
| Octal | 250 | 215 | 162 | 0 | 20 | 40 | 42 | 36 | 30 | 67 |
| Binary | 10101000 | 10001101 | 1110010 | 0 | 10000 | 100000 | 100010 | 11110 | 11000 | 110111 |
Color Harmonies of #A88D72
Complementary color
Monochromatic Colors of #A88D72
Black with #A88D72
Text Example
Text Example
White with #A88D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88D72; }
p { color: rgb(168,141,114); }
H1.HeaderClassName
{
color: #A88D72;
}
.AnyTagClassName
{
color: #A88D72;
}
</style>
background-color css
<style>
a { background-color: #A88D72; }
a { background-color: rgb(168,141,114); }
div.DivClassName
{
background-color: #A88D72;
}
.BgClassName
{
background-color: #A88D72;
}
</style>
border-color css
<style>
span { border-color: #A88D72; }
span { border-color: rgb(168,141,114); }
td.TdClassName
{
border-color: #A88D72;
}
.TagClassName
{
border-color: #A88D72;
}
</style>