Shades of Mongoose #AC8E6D
Tints of Mongoose #AC8E6D
RGB
CMYK
RGB Variations
Color information
#AC8E6D (or 0xAC8E6D) is known color: Mongoose. HEX triplet: AC, 8E and 6D. RGB value is (172,142,109). Sum of RGB (Red+Green+Blue) = 172+142+109=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8E6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8E6D is #537192. Grayscale: #939393. Windows color (decimal): -5468563 or 7179948. OLE color: 7179948.
HSL color Cylindrical-coordinate representation of color #AC8E6D: hue angle of 31.43º 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 #AC8E6D is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 142 | 109 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.33 |
| HSL | 31.43º | 0.28% | 0.55% | - |
| HSV(B) | 31.43º | 0.37% | 0.67% | - |
| XYZ | 29.45 | 29.22 | 18.56 | - |
| YUV | 147.21 | 106.44 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 142 | 109 | 0 | 0.17 | 0.37 | 0.33 | 31.43 | 0.28 | 0.55 |
| Hex | AC | 8E | 6D | 0 | 11 | 25 | 21 | 1F | 1C | 37 |
| Octal | 254 | 216 | 155 | 0 | 21 | 45 | 41 | 37 | 34 | 67 |
| Binary | 10101100 | 10001110 | 1101101 | 0 | 10001 | 100101 | 100001 | 11111 | 11100 | 110111 |
Color Harmonies of #AC8E6D
Complementary color
Monochromatic Colors of #AC8E6D
Black with #AC8E6D
Text Example
Text Example
White with #AC8E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8E6D; }
p { color: rgb(172,142,109); }
H1.HeaderClassName
{
color: #AC8E6D;
}
.AnyTagClassName
{
color: #AC8E6D;
}
</style>
background-color css
<style>
a { background-color: #AC8E6D; }
a { background-color: rgb(172,142,109); }
div.DivClassName
{
background-color: #AC8E6D;
}
.BgClassName
{
background-color: #AC8E6D;
}
</style>
border-color css
<style>
span { border-color: #AC8E6D; }
span { border-color: rgb(172,142,109); }
td.TdClassName
{
border-color: #AC8E6D;
}
.TagClassName
{
border-color: #AC8E6D;
}
</style>