Shades of Mongoose #AC8C72
Tints of Mongoose #AC8C72
RGB
CMYK
RGB Variations
Color information
#AC8C72 (or 0xAC8C72) is known color: Mongoose. HEX triplet: AC, 8C and 72. RGB value is (172,140,114). Sum of RGB (Red+Green+Blue) = 172+140+114=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8C72 is #53738D. Grayscale: #929292. Windows color (decimal): -5469070 or 7507116. OLE color: 7507116.
HSL color Cylindrical-coordinate representation of color #AC8C72: hue angle of 26.9º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC8C72 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 140 | 114 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.33 |
| HSL | 26.9º | 0.26% | 0.56% | - |
| HSV(B) | 26.9º | 0.34% | 0.67% | - |
| XYZ | 29.43 | 28.74 | 19.92 | - |
| YUV | 146.6 | 109.6 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 140 | 114 | 0 | 0.19 | 0.34 | 0.33 | 26.9 | 0.26 | 0.56 |
| Hex | AC | 8C | 72 | 0 | 13 | 22 | 21 | 1B | 1A | 38 |
| Octal | 254 | 214 | 162 | 0 | 23 | 42 | 41 | 33 | 32 | 70 |
| Binary | 10101100 | 10001100 | 1110010 | 0 | 10011 | 100010 | 100001 | 11011 | 11010 | 111000 |
Color Harmonies of #AC8C72
Complementary color
Monochromatic Colors of #AC8C72
Black with #AC8C72
Text Example
Text Example
White with #AC8C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8C72; }
p { color: rgb(172,140,114); }
H1.HeaderClassName
{
color: #AC8C72;
}
.AnyTagClassName
{
color: #AC8C72;
}
</style>
background-color css
<style>
a { background-color: #AC8C72; }
a { background-color: rgb(172,140,114); }
div.DivClassName
{
background-color: #AC8C72;
}
.BgClassName
{
background-color: #AC8C72;
}
</style>
border-color css
<style>
span { border-color: #AC8C72; }
span { border-color: rgb(172,140,114); }
td.TdClassName
{
border-color: #AC8C72;
}
.TagClassName
{
border-color: #AC8C72;
}
</style>