Shades of Mongoose #AC8873
Tints of Mongoose #AC8873
RGB
CMYK
RGB Variations
Color information
#AC8873 (or 0xAC8873) is known color: Mongoose. HEX triplet: AC, 88 and 73. RGB value is (172,136,115). Sum of RGB (Red+Green+Blue) = 172+136+115=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 136 (53.52% from 255 or 32.15% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8873 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8873 is #53778C. Grayscale: #909090. Windows color (decimal): -5470093 or 7571628. OLE color: 7571628.
HSL color Cylindrical-coordinate representation of color #AC8873: hue angle of 22.11º 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 #AC8873 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 136 | 115 | - |
| CMYK | 0 | 0.21 | 0.33 | 0.33 |
| HSL | 22.11º | 0.26% | 0.56% | - |
| HSV(B) | 22.11º | 0.33% | 0.67% | - |
| XYZ | 28.91 | 27.62 | 20.03 | - |
| YUV | 144.37 | 111.43 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 136 | 115 | 0 | 0.21 | 0.33 | 0.33 | 22.11 | 0.26 | 0.56 |
| Hex | AC | 88 | 73 | 0 | 15 | 21 | 21 | 16 | 1A | 38 |
| Octal | 254 | 210 | 163 | 0 | 25 | 41 | 41 | 26 | 32 | 70 |
| Binary | 10101100 | 10001000 | 1110011 | 0 | 10101 | 100001 | 100001 | 10110 | 11010 | 111000 |
Color Harmonies of #AC8873
Complementary color
Monochromatic Colors of #AC8873
Black with #AC8873
Text Example
Text Example
White with #AC8873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8873; }
p { color: rgb(172,136,115); }
H1.HeaderClassName
{
color: #AC8873;
}
.AnyTagClassName
{
color: #AC8873;
}
</style>
background-color css
<style>
a { background-color: #AC8873; }
a { background-color: rgb(172,136,115); }
div.DivClassName
{
background-color: #AC8873;
}
.BgClassName
{
background-color: #AC8873;
}
</style>
border-color css
<style>
span { border-color: #AC8873; }
span { border-color: rgb(172,136,115); }
td.TdClassName
{
border-color: #AC8873;
}
.TagClassName
{
border-color: #AC8873;
}
</style>