Shades of Mongoose #AC9372
Tints of Mongoose #AC9372
RGB
CMYK
RGB Variations
Color information
#AC9372 (or 0xAC9372) is known color: Mongoose. HEX triplet: AC, 93 and 72. RGB value is (172,147,114). Sum of RGB (Red+Green+Blue) = 172+147+114=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 147 (57.81% from 255 or 33.95% from 433); Blue value is 114 (44.92% from 255 or 26.33% from 433); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9372 is #536C8D. Grayscale: #969696. Windows color (decimal): -5467278 or 7508908. OLE color: 7508908.
HSL color Cylindrical-coordinate representation of color #AC9372: hue angle of 34.14º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC9372 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 147 | 114 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.33 |
| HSL | 34.14º | 0.26% | 0.56% | - |
| HSV(B) | 34.14º | 0.34% | 0.67% | - |
| XYZ | 30.48 | 30.85 | 20.27 | - |
| YUV | 150.71 | 107.28 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 147 | 114 | 0 | 0.15 | 0.34 | 0.33 | 34.14 | 0.26 | 0.56 |
| Hex | AC | 93 | 72 | 0 | F | 22 | 21 | 22 | 1A | 38 |
| Octal | 254 | 223 | 162 | 0 | 17 | 42 | 41 | 42 | 32 | 70 |
| Binary | 10101100 | 10010011 | 1110010 | 0 | 1111 | 100010 | 100001 | 100010 | 11010 | 111000 |
Color Harmonies of #AC9372
Complementary color
Monochromatic Colors of #AC9372
Black with #AC9372
Text Example
Text Example
White with #AC9372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9372; }
p { color: rgb(172,147,114); }
H1.HeaderClassName
{
color: #AC9372;
}
.AnyTagClassName
{
color: #AC9372;
}
</style>
background-color css
<style>
a { background-color: #AC9372; }
a { background-color: rgb(172,147,114); }
div.DivClassName
{
background-color: #AC9372;
}
.BgClassName
{
background-color: #AC9372;
}
</style>
border-color css
<style>
span { border-color: #AC9372; }
span { border-color: rgb(172,147,114); }
td.TdClassName
{
border-color: #AC9372;
}
.TagClassName
{
border-color: #AC9372;
}
</style>