Shades of Mongoose #AC8E73
Tints of Mongoose #AC8E73
RGB
CMYK
RGB Variations
Color information
#AC8E73 (or 0xAC8E73) is known color: Mongoose. HEX triplet: AC, 8E and 73. RGB value is (172,142,115). Sum of RGB (Red+Green+Blue) = 172+142+115=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8E73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8E73 is #53718C. Grayscale: #949494. Windows color (decimal): -5468557 or 7573164. OLE color: 7573164.
HSL color Cylindrical-coordinate representation of color #AC8E73: hue angle of 28.42º 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 #AC8E73 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 142 | 115 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.33 |
| HSL | 28.42º | 0.26% | 0.56% | - |
| HSV(B) | 28.42º | 0.33% | 0.67% | - |
| XYZ | 29.78 | 29.35 | 20.32 | - |
| YUV | 147.89 | 109.44 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 142 | 115 | 0 | 0.17 | 0.33 | 0.33 | 28.42 | 0.26 | 0.56 |
| Hex | AC | 8E | 73 | 0 | 11 | 21 | 21 | 1C | 1A | 38 |
| Octal | 254 | 216 | 163 | 0 | 21 | 41 | 41 | 34 | 32 | 70 |
| Binary | 10101100 | 10001110 | 1110011 | 0 | 10001 | 100001 | 100001 | 11100 | 11010 | 111000 |
Color Harmonies of #AC8E73
Complementary color
Monochromatic Colors of #AC8E73
Black with #AC8E73
Text Example
Text Example
White with #AC8E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8E73; }
p { color: rgb(172,142,115); }
H1.HeaderClassName
{
color: #AC8E73;
}
.AnyTagClassName
{
color: #AC8E73;
}
</style>
background-color css
<style>
a { background-color: #AC8E73; }
a { background-color: rgb(172,142,115); }
div.DivClassName
{
background-color: #AC8E73;
}
.BgClassName
{
background-color: #AC8E73;
}
</style>
border-color css
<style>
span { border-color: #AC8E73; }
span { border-color: rgb(172,142,115); }
td.TdClassName
{
border-color: #AC8E73;
}
.TagClassName
{
border-color: #AC8E73;
}
</style>