Shades of Mongoose #A88D6B
Tints of Mongoose #A88D6B
RGB
CMYK
RGB Variations
Color information
#A88D6B (or 0xA88D6B) is known color: Mongoose. HEX triplet: A8, 8D and 6B. RGB value is (168,141,107). Sum of RGB (Red+Green+Blue) = 168+141+107=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 107 (42.19% from 255 or 25.72% from 416); Max value from RGB is 168 - color contains mainly: red. Hex color #A88D6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88D6B is #577294. Grayscale: #919191. Windows color (decimal): -5730965 or 7048616. OLE color: 7048616.
HSL color Cylindrical-coordinate representation of color #A88D6B: hue angle of 33.44º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A88D6B is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 141 | 107 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.34 |
| HSL | 33.44º | 0.26% | 0.54% | - |
| HSV(B) | 33.44º | 0.36% | 0.66% | - |
| XYZ | 28.33 | 28.44 | 17.91 | - |
| YUV | 145.2 | 106.45 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 141 | 107 | 0 | 0.16 | 0.36 | 0.34 | 33.44 | 0.26 | 0.54 |
| Hex | A8 | 8D | 6B | 0 | 10 | 24 | 22 | 21 | 1A | 36 |
| Octal | 250 | 215 | 153 | 0 | 20 | 44 | 42 | 41 | 32 | 66 |
| Binary | 10101000 | 10001101 | 1101011 | 0 | 10000 | 100100 | 100010 | 100001 | 11010 | 110110 |
Color Harmonies of #A88D6B
Complementary color
Monochromatic Colors of #A88D6B
Black with #A88D6B
Text Example
Text Example
White with #A88D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88D6B; }
p { color: rgb(168,141,107); }
H1.HeaderClassName
{
color: #A88D6B;
}
.AnyTagClassName
{
color: #A88D6B;
}
</style>
background-color css
<style>
a { background-color: #A88D6B; }
a { background-color: rgb(168,141,107); }
div.DivClassName
{
background-color: #A88D6B;
}
.BgClassName
{
background-color: #A88D6B;
}
</style>
border-color css
<style>
span { border-color: #A88D6B; }
span { border-color: rgb(168,141,107); }
td.TdClassName
{
border-color: #A88D6B;
}
.TagClassName
{
border-color: #A88D6B;
}
</style>