Shades of Mongoose #A88D73
Tints of Mongoose #A88D73
RGB
CMYK
RGB Variations
Color information
#A88D73 (or 0xA88D73) is known color: Mongoose. HEX triplet: A8, 8D and 73. RGB value is (168,141,115). Sum of RGB (Red+Green+Blue) = 168+141+115=424 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.62% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 115 (45.31% from 255 or 27.12% from 424); Max value from RGB is 168 - color contains mainly: red. Hex color #A88D73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88D73 is #57728C. Grayscale: #929292. Windows color (decimal): -5730957 or 7572904. OLE color: 7572904.
HSL color Cylindrical-coordinate representation of color #A88D73: hue angle of 29.43º 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 #A88D73 is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 141 | 115 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.34 |
| HSL | 29.43º | 0.23% | 0.55% | - |
| HSV(B) | 29.43º | 0.32% | 0.66% | - |
| XYZ | 28.77 | 28.61 | 20.23 | - |
| YUV | 146.11 | 110.45 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 141 | 115 | 0 | 0.16 | 0.32 | 0.34 | 29.43 | 0.23 | 0.55 |
| Hex | A8 | 8D | 73 | 0 | 10 | 20 | 22 | 1D | 17 | 37 |
| Octal | 250 | 215 | 163 | 0 | 20 | 40 | 42 | 35 | 27 | 67 |
| Binary | 10101000 | 10001101 | 1110011 | 0 | 10000 | 100000 | 100010 | 11101 | 10111 | 110111 |
Color Harmonies of #A88D73
Complementary color
Monochromatic Colors of #A88D73
Black with #A88D73
Text Example
Text Example
White with #A88D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88D73; }
p { color: rgb(168,141,115); }
H1.HeaderClassName
{
color: #A88D73;
}
.AnyTagClassName
{
color: #A88D73;
}
</style>
background-color css
<style>
a { background-color: #A88D73; }
a { background-color: rgb(168,141,115); }
div.DivClassName
{
background-color: #A88D73;
}
.BgClassName
{
background-color: #A88D73;
}
</style>
border-color css
<style>
span { border-color: #A88D73; }
span { border-color: rgb(168,141,115); }
td.TdClassName
{
border-color: #A88D73;
}
.TagClassName
{
border-color: #A88D73;
}
</style>