Shades of Mongoose #AC886D
Tints of Mongoose #AC886D
RGB
CMYK
RGB Variations
Color information
#AC886D (or 0xAC886D) is known color: Mongoose. HEX triplet: AC, 88 and 6D. RGB value is (172,136,109). Sum of RGB (Red+Green+Blue) = 172+136+109=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 136 (53.52% from 255 or 32.61% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC886D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC886D is #537792. Grayscale: #8F8F8F. Windows color (decimal): -5470099 or 7178412. OLE color: 7178412.
HSL color Cylindrical-coordinate representation of color #AC886D: hue angle of 25.71º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC886D is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 136 | 109 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.33 |
| HSL | 25.71º | 0.28% | 0.55% | - |
| HSV(B) | 25.71º | 0.37% | 0.67% | - |
| XYZ | 28.58 | 27.48 | 18.27 | - |
| YUV | 143.69 | 108.43 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 136 | 109 | 0 | 0.21 | 0.37 | 0.33 | 25.71 | 0.28 | 0.55 |
| Hex | AC | 88 | 6D | 0 | 15 | 25 | 21 | 1A | 1C | 37 |
| Octal | 254 | 210 | 155 | 0 | 25 | 45 | 41 | 32 | 34 | 67 |
| Binary | 10101100 | 10001000 | 1101101 | 0 | 10101 | 100101 | 100001 | 11010 | 11100 | 110111 |
Color Harmonies of #AC886D
Complementary color
Monochromatic Colors of #AC886D
Black with #AC886D
Text Example
Text Example
White with #AC886D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC886D; }
p { color: rgb(172,136,109); }
H1.HeaderClassName
{
color: #AC886D;
}
.AnyTagClassName
{
color: #AC886D;
}
</style>
background-color css
<style>
a { background-color: #AC886D; }
a { background-color: rgb(172,136,109); }
div.DivClassName
{
background-color: #AC886D;
}
.BgClassName
{
background-color: #AC886D;
}
</style>
border-color css
<style>
span { border-color: #AC886D; }
span { border-color: rgb(172,136,109); }
td.TdClassName
{
border-color: #AC886D;
}
.TagClassName
{
border-color: #AC886D;
}
</style>