Shades of Mongoose #AC8D73
Tints of Mongoose #AC8D73
RGB
CMYK
RGB Variations
Color information
#AC8D73 (or 0xAC8D73) is known color: Mongoose. HEX triplet: AC, 8D and 73. RGB value is (172,141,115). Sum of RGB (Red+Green+Blue) = 172+141+115=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 115 (45.31% from 255 or 26.87% from 428); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8D73 is #53728C. Grayscale: #939393. Windows color (decimal): -5468813 or 7572908. OLE color: 7572908.
HSL color Cylindrical-coordinate representation of color #AC8D73: hue angle of 27.37º 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 #AC8D73 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 141 | 115 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.33 |
| HSL | 27.37º | 0.26% | 0.56% | - |
| HSV(B) | 27.37º | 0.33% | 0.67% | - |
| XYZ | 29.63 | 29.06 | 20.27 | - |
| YUV | 147.31 | 109.77 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 141 | 115 | 0 | 0.18 | 0.33 | 0.33 | 27.37 | 0.26 | 0.56 |
| Hex | AC | 8D | 73 | 0 | 12 | 21 | 21 | 1B | 1A | 38 |
| Octal | 254 | 215 | 163 | 0 | 22 | 41 | 41 | 33 | 32 | 70 |
| Binary | 10101100 | 10001101 | 1110011 | 0 | 10010 | 100001 | 100001 | 11011 | 11010 | 111000 |
Color Harmonies of #AC8D73
Complementary color
Monochromatic Colors of #AC8D73
Black with #AC8D73
Text Example
Text Example
White with #AC8D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8D73; }
p { color: rgb(172,141,115); }
H1.HeaderClassName
{
color: #AC8D73;
}
.AnyTagClassName
{
color: #AC8D73;
}
</style>
background-color css
<style>
a { background-color: #AC8D73; }
a { background-color: rgb(172,141,115); }
div.DivClassName
{
background-color: #AC8D73;
}
.BgClassName
{
background-color: #AC8D73;
}
</style>
border-color css
<style>
span { border-color: #AC8D73; }
span { border-color: rgb(172,141,115); }
td.TdClassName
{
border-color: #AC8D73;
}
.TagClassName
{
border-color: #AC8D73;
}
</style>