Shades of Mongoose #AC8F6D
Tints of Mongoose #AC8F6D
RGB
CMYK
RGB Variations
Color information
#AC8F6D (or 0xAC8F6D) is known color: Mongoose. HEX triplet: AC, 8F and 6D. RGB value is (172,143,109). Sum of RGB (Red+Green+Blue) = 172+143+109=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 109 (42.97% from 255 or 25.71% from 424); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8F6D is #537092. Grayscale: #939393. Windows color (decimal): -5468307 or 7180204. OLE color: 7180204.
HSL color Cylindrical-coordinate representation of color #AC8F6D: hue angle of 32.38º 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 #AC8F6D is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 143 | 109 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.33 |
| HSL | 32.38º | 0.28% | 0.55% | - |
| HSV(B) | 32.38º | 0.37% | 0.67% | - |
| XYZ | 29.6 | 29.52 | 18.61 | - |
| YUV | 147.8 | 106.11 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 143 | 109 | 0 | 0.17 | 0.37 | 0.33 | 32.38 | 0.28 | 0.55 |
| Hex | AC | 8F | 6D | 0 | 11 | 25 | 21 | 20 | 1C | 37 |
| Octal | 254 | 217 | 155 | 0 | 21 | 45 | 41 | 40 | 34 | 67 |
| Binary | 10101100 | 10001111 | 1101101 | 0 | 10001 | 100101 | 100001 | 100000 | 11100 | 110111 |
Color Harmonies of #AC8F6D
Complementary color
Monochromatic Colors of #AC8F6D
Black with #AC8F6D
Text Example
Text Example
White with #AC8F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8F6D; }
p { color: rgb(172,143,109); }
H1.HeaderClassName
{
color: #AC8F6D;
}
.AnyTagClassName
{
color: #AC8F6D;
}
</style>
background-color css
<style>
a { background-color: #AC8F6D; }
a { background-color: rgb(172,143,109); }
div.DivClassName
{
background-color: #AC8F6D;
}
.BgClassName
{
background-color: #AC8F6D;
}
</style>
border-color css
<style>
span { border-color: #AC8F6D; }
span { border-color: rgb(172,143,109); }
td.TdClassName
{
border-color: #AC8F6D;
}
.TagClassName
{
border-color: #AC8F6D;
}
</style>