Shades of Mongoose #AC8C73
Tints of Mongoose #AC8C73
RGB
CMYK
RGB Variations
Color information
#AC8C73 (or 0xAC8C73) is known color: Mongoose. HEX triplet: AC, 8C and 73. RGB value is (172,140,115). Sum of RGB (Red+Green+Blue) = 172+140+115=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 115 (45.31% from 255 or 26.93% from 427); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8C73 is #53738C. Grayscale: #929292. Windows color (decimal): -5469069 or 7572652. OLE color: 7572652.
HSL color Cylindrical-coordinate representation of color #AC8C73: hue angle of 26.32º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC8C73 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 140 | 115 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.33 |
| HSL | 26.32º | 0.26% | 0.56% | - |
| HSV(B) | 26.32º | 0.33% | 0.67% | - |
| XYZ | 29.49 | 28.76 | 20.22 | - |
| YUV | 146.72 | 110.1 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 140 | 115 | 0 | 0.19 | 0.33 | 0.33 | 26.32 | 0.26 | 0.56 |
| Hex | AC | 8C | 73 | 0 | 13 | 21 | 21 | 1A | 1A | 38 |
| Octal | 254 | 214 | 163 | 0 | 23 | 41 | 41 | 32 | 32 | 70 |
| Binary | 10101100 | 10001100 | 1110011 | 0 | 10011 | 100001 | 100001 | 11010 | 11010 | 111000 |
Color Harmonies of #AC8C73
Complementary color
Monochromatic Colors of #AC8C73
Black with #AC8C73
Text Example
Text Example
White with #AC8C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8C73; }
p { color: rgb(172,140,115); }
H1.HeaderClassName
{
color: #AC8C73;
}
.AnyTagClassName
{
color: #AC8C73;
}
</style>
background-color css
<style>
a { background-color: #AC8C73; }
a { background-color: rgb(172,140,115); }
div.DivClassName
{
background-color: #AC8C73;
}
.BgClassName
{
background-color: #AC8C73;
}
</style>
border-color css
<style>
span { border-color: #AC8C73; }
span { border-color: rgb(172,140,115); }
td.TdClassName
{
border-color: #AC8C73;
}
.TagClassName
{
border-color: #AC8C73;
}
</style>