Shades of Mongoose #A88C73
Tints of Mongoose #A88C73
RGB
CMYK
RGB Variations
Color information
#A88C73 (or 0xA88C73) is known color: Mongoose. HEX triplet: A8, 8C and 73. RGB value is (168,140,115). Sum of RGB (Red+Green+Blue) = 168+140+115=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 168 - color contains mainly: red. Hex color #A88C73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88C73 is #57738C. Grayscale: #919191. Windows color (decimal): -5731213 or 7572648. OLE color: 7572648.
HSL color Cylindrical-coordinate representation of color #A88C73: hue angle of 28.3º 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 #A88C73 is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 140 | 115 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.34 |
| HSL | 28.3º | 0.23% | 0.55% | - |
| HSV(B) | 28.3º | 0.32% | 0.66% | - |
| XYZ | 28.62 | 28.32 | 20.18 | - |
| YUV | 145.52 | 110.78 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 140 | 115 | 0 | 0.17 | 0.32 | 0.34 | 28.3 | 0.23 | 0.55 |
| Hex | A8 | 8C | 73 | 0 | 11 | 20 | 22 | 1C | 17 | 37 |
| Octal | 250 | 214 | 163 | 0 | 21 | 40 | 42 | 34 | 27 | 67 |
| Binary | 10101000 | 10001100 | 1110011 | 0 | 10001 | 100000 | 100010 | 11100 | 10111 | 110111 |
Color Harmonies of #A88C73
Complementary color
Monochromatic Colors of #A88C73
Black with #A88C73
Text Example
Text Example
White with #A88C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88C73; }
p { color: rgb(168,140,115); }
H1.HeaderClassName
{
color: #A88C73;
}
.AnyTagClassName
{
color: #A88C73;
}
</style>
background-color css
<style>
a { background-color: #A88C73; }
a { background-color: rgb(168,140,115); }
div.DivClassName
{
background-color: #A88C73;
}
.BgClassName
{
background-color: #A88C73;
}
</style>
border-color css
<style>
span { border-color: #A88C73; }
span { border-color: rgb(168,140,115); }
td.TdClassName
{
border-color: #A88C73;
}
.TagClassName
{
border-color: #A88C73;
}
</style>