Shades of Mongoose #AC8D6D
Tints of Mongoose #AC8D6D
RGB
CMYK
RGB Variations
Color information
#AC8D6D (or 0xAC8D6D) is known color: Mongoose. HEX triplet: AC, 8D and 6D. RGB value is (172,141,109). Sum of RGB (Red+Green+Blue) = 172+141+109=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 141 (55.47% from 255 or 33.41% from 422); Blue value is 109 (42.97% from 255 or 25.83% from 422); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8D6D is #537292. Grayscale: #929292. Windows color (decimal): -5468819 or 7179692. OLE color: 7179692.
HSL color Cylindrical-coordinate representation of color #AC8D6D: hue angle of 30.48º 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 #AC8D6D is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 141 | 109 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.33 |
| HSL | 30.48º | 0.28% | 0.55% | - |
| HSV(B) | 30.48º | 0.37% | 0.67% | - |
| XYZ | 29.3 | 28.92 | 18.51 | - |
| YUV | 146.62 | 106.77 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 141 | 109 | 0 | 0.18 | 0.37 | 0.33 | 30.48 | 0.28 | 0.55 |
| Hex | AC | 8D | 6D | 0 | 12 | 25 | 21 | 1E | 1C | 37 |
| Octal | 254 | 215 | 155 | 0 | 22 | 45 | 41 | 36 | 34 | 67 |
| Binary | 10101100 | 10001101 | 1101101 | 0 | 10010 | 100101 | 100001 | 11110 | 11100 | 110111 |
Color Harmonies of #AC8D6D
Complementary color
Monochromatic Colors of #AC8D6D
Black with #AC8D6D
Text Example
Text Example
White with #AC8D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8D6D; }
p { color: rgb(172,141,109); }
H1.HeaderClassName
{
color: #AC8D6D;
}
.AnyTagClassName
{
color: #AC8D6D;
}
</style>
background-color css
<style>
a { background-color: #AC8D6D; }
a { background-color: rgb(172,141,109); }
div.DivClassName
{
background-color: #AC8D6D;
}
.BgClassName
{
background-color: #AC8D6D;
}
</style>
border-color css
<style>
span { border-color: #AC8D6D; }
span { border-color: rgb(172,141,109); }
td.TdClassName
{
border-color: #AC8D6D;
}
.TagClassName
{
border-color: #AC8D6D;
}
</style>