Shades of Mongoose #A88E66
Tints of Mongoose #A88E66
RGB
CMYK
RGB Variations
Color information
#A88E66 (or 0xA88E66) is known color: Mongoose. HEX triplet: A8, 8E and 66. RGB value is (168,142,102). Sum of RGB (Red+Green+Blue) = 168+142+102=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 142 (55.86% from 255 or 34.47% from 412); Blue value is 102 (40.23% from 255 or 24.76% from 412); Max value from RGB is 168 - color contains mainly: red. Hex color #A88E66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88E66 is #577199. Grayscale: #919191. Windows color (decimal): -5730714 or 6721192. OLE color: 6721192.
HSL color Cylindrical-coordinate representation of color #A88E66: hue angle of 36.36º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A88E66 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 142 | 102 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.34 |
| HSL | 36.36º | 0.28% | 0.53% | - |
| HSV(B) | 36.36º | 0.39% | 0.66% | - |
| XYZ | 28.22 | 28.63 | 16.61 | - |
| YUV | 145.21 | 103.61 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 142 | 102 | 0 | 0.15 | 0.39 | 0.34 | 36.36 | 0.28 | 0.53 |
| Hex | A8 | 8E | 66 | 0 | F | 27 | 22 | 24 | 1C | 35 |
| Octal | 250 | 216 | 146 | 0 | 17 | 47 | 42 | 44 | 34 | 65 |
| Binary | 10101000 | 10001110 | 1100110 | 0 | 1111 | 100111 | 100010 | 100100 | 11100 | 110101 |
Color Harmonies of #A88E66
Complementary color
Monochromatic Colors of #A88E66
Black with #A88E66
Text Example
Text Example
White with #A88E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88E66; }
p { color: rgb(168,142,102); }
H1.HeaderClassName
{
color: #A88E66;
}
.AnyTagClassName
{
color: #A88E66;
}
</style>
background-color css
<style>
a { background-color: #A88E66; }
a { background-color: rgb(168,142,102); }
div.DivClassName
{
background-color: #A88E66;
}
.BgClassName
{
background-color: #A88E66;
}
</style>
border-color css
<style>
span { border-color: #A88E66; }
span { border-color: rgb(168,142,102); }
td.TdClassName
{
border-color: #A88E66;
}
.TagClassName
{
border-color: #A88E66;
}
</style>