Shades of Mongoose #AC8C70
Tints of Mongoose #AC8C70
RGB
CMYK
RGB Variations
Color information
#AC8C70 (or 0xAC8C70) is known color: Mongoose. HEX triplet: AC, 8C and 70. RGB value is (172,140,112). Sum of RGB (Red+Green+Blue) = 172+140+112=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8C70 is #53738F. Grayscale: #929292. Windows color (decimal): -5469072 or 7376044. OLE color: 7376044.
HSL color Cylindrical-coordinate representation of color #AC8C70: hue angle of 28º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC8C70 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 140 | 112 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.33 |
| HSL | 28º | 0.27% | 0.56% | - |
| HSV(B) | 28º | 0.35% | 0.67% | - |
| XYZ | 29.32 | 28.7 | 19.32 | - |
| YUV | 146.38 | 108.6 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 140 | 112 | 0 | 0.19 | 0.35 | 0.33 | 28 | 0.27 | 0.56 |
| Hex | AC | 8C | 70 | 0 | 13 | 23 | 21 | 1C | 1B | 38 |
| Octal | 254 | 214 | 160 | 0 | 23 | 43 | 41 | 34 | 33 | 70 |
| Binary | 10101100 | 10001100 | 1110000 | 0 | 10011 | 100011 | 100001 | 11100 | 11011 | 111000 |
Color Harmonies of #AC8C70
Complementary color
Monochromatic Colors of #AC8C70
Black with #AC8C70
Text Example
Text Example
White with #AC8C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8C70; }
p { color: rgb(172,140,112); }
H1.HeaderClassName
{
color: #AC8C70;
}
.AnyTagClassName
{
color: #AC8C70;
}
</style>
background-color css
<style>
a { background-color: #AC8C70; }
a { background-color: rgb(172,140,112); }
div.DivClassName
{
background-color: #AC8C70;
}
.BgClassName
{
background-color: #AC8C70;
}
</style>
border-color css
<style>
span { border-color: #AC8C70; }
span { border-color: rgb(172,140,112); }
td.TdClassName
{
border-color: #AC8C70;
}
.TagClassName
{
border-color: #AC8C70;
}
</style>