Shades of Mongoose #A88E73
Tints of Mongoose #A88E73
RGB
CMYK
RGB Variations
Color information
#A88E73 (or 0xA88E73) is known color: Mongoose. HEX triplet: A8, 8E and 73. RGB value is (168,142,115). Sum of RGB (Red+Green+Blue) = 168+142+115=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 142 (55.86% from 255 or 33.41% from 425); Blue value is 115 (45.31% from 255 or 27.06% from 425); Max value from RGB is 168 - color contains mainly: red. Hex color #A88E73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88E73 is #57718C. Grayscale: #929292. Windows color (decimal): -5730701 or 7573160. OLE color: 7573160.
HSL color Cylindrical-coordinate representation of color #A88E73: hue angle of 30.57º degrees, saturation: 0.23, 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 #A88E73 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 142 | 115 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.34 |
| HSL | 30.57º | 0.23% | 0.55% | - |
| HSV(B) | 30.57º | 0.32% | 0.66% | - |
| XYZ | 28.92 | 28.91 | 20.28 | - |
| YUV | 146.7 | 110.11 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 142 | 115 | 0 | 0.15 | 0.32 | 0.34 | 30.57 | 0.23 | 0.55 |
| Hex | A8 | 8E | 73 | 0 | F | 20 | 22 | 1F | 17 | 37 |
| Octal | 250 | 216 | 163 | 0 | 17 | 40 | 42 | 37 | 27 | 67 |
| Binary | 10101000 | 10001110 | 1110011 | 0 | 1111 | 100000 | 100010 | 11111 | 10111 | 110111 |
Color Harmonies of #A88E73
Complementary color
Monochromatic Colors of #A88E73
Black with #A88E73
Text Example
Text Example
White with #A88E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88E73; }
p { color: rgb(168,142,115); }
H1.HeaderClassName
{
color: #A88E73;
}
.AnyTagClassName
{
color: #A88E73;
}
</style>
background-color css
<style>
a { background-color: #A88E73; }
a { background-color: rgb(168,142,115); }
div.DivClassName
{
background-color: #A88E73;
}
.BgClassName
{
background-color: #A88E73;
}
</style>
border-color css
<style>
span { border-color: #A88E73; }
span { border-color: rgb(168,142,115); }
td.TdClassName
{
border-color: #A88E73;
}
.TagClassName
{
border-color: #A88E73;
}
</style>