Shades of Mongoose #AC8C6E
Tints of Mongoose #AC8C6E
RGB
CMYK
RGB Variations
Color information
#AC8C6E (or 0xAC8C6E) is known color: Mongoose. HEX triplet: AC, 8C and 6E. RGB value is (172,140,110). Sum of RGB (Red+Green+Blue) = 172+140+110=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 110 (43.36% from 255 or 26.07% from 422); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8C6E is #537391. Grayscale: #929292. Windows color (decimal): -5469074 or 7244972. OLE color: 7244972.
HSL color Cylindrical-coordinate representation of color #AC8C6E: hue angle of 29.03º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AC8C6E is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 140 | 110 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.33 |
| HSL | 29.03º | 0.27% | 0.55% | - |
| HSV(B) | 29.03º | 0.36% | 0.67% | - |
| XYZ | 29.21 | 28.65 | 18.74 | - |
| YUV | 146.15 | 107.6 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 140 | 110 | 0 | 0.19 | 0.36 | 0.33 | 29.03 | 0.27 | 0.55 |
| Hex | AC | 8C | 6E | 0 | 13 | 24 | 21 | 1D | 1B | 37 |
| Octal | 254 | 214 | 156 | 0 | 23 | 44 | 41 | 35 | 33 | 67 |
| Binary | 10101100 | 10001100 | 1101110 | 0 | 10011 | 100100 | 100001 | 11101 | 11011 | 110111 |
Color Harmonies of #AC8C6E
Complementary color
Monochromatic Colors of #AC8C6E
Black with #AC8C6E
Text Example
Text Example
White with #AC8C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8C6E; }
p { color: rgb(172,140,110); }
H1.HeaderClassName
{
color: #AC8C6E;
}
.AnyTagClassName
{
color: #AC8C6E;
}
</style>
background-color css
<style>
a { background-color: #AC8C6E; }
a { background-color: rgb(172,140,110); }
div.DivClassName
{
background-color: #AC8C6E;
}
.BgClassName
{
background-color: #AC8C6E;
}
</style>
border-color css
<style>
span { border-color: #AC8C6E; }
span { border-color: rgb(172,140,110); }
td.TdClassName
{
border-color: #AC8C6E;
}
.TagClassName
{
border-color: #AC8C6E;
}
</style>