Shades of Mongoose #AC9572
Tints of Mongoose #AC9572
RGB
CMYK
RGB Variations
Color information
#AC9572 (or 0xAC9572) is known color: Mongoose. HEX triplet: AC, 95 and 72. RGB value is (172,149,114). Sum of RGB (Red+Green+Blue) = 172+149+114=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 149 (58.59% from 255 or 34.25% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9572 is #536A8D. Grayscale: #989898. Windows color (decimal): -5466766 or 7509420. OLE color: 7509420.
HSL color Cylindrical-coordinate representation of color #AC9572: hue angle of 36.21º 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 #AC9572 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 149 | 114 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.33 |
| HSL | 36.21º | 0.26% | 0.56% | - |
| HSV(B) | 36.21º | 0.34% | 0.67% | - |
| XYZ | 30.8 | 31.48 | 20.37 | - |
| YUV | 151.89 | 106.62 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 149 | 114 | 0 | 0.13 | 0.34 | 0.33 | 36.21 | 0.26 | 0.56 |
| Hex | AC | 95 | 72 | 0 | D | 22 | 21 | 24 | 1A | 38 |
| Octal | 254 | 225 | 162 | 0 | 15 | 42 | 41 | 44 | 32 | 70 |
| Binary | 10101100 | 10010101 | 1110010 | 0 | 1101 | 100010 | 100001 | 100100 | 11010 | 111000 |
Color Harmonies of #AC9572
Complementary color
Monochromatic Colors of #AC9572
Black with #AC9572
Text Example
Text Example
White with #AC9572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9572; }
p { color: rgb(172,149,114); }
H1.HeaderClassName
{
color: #AC9572;
}
.AnyTagClassName
{
color: #AC9572;
}
</style>
background-color css
<style>
a { background-color: #AC9572; }
a { background-color: rgb(172,149,114); }
div.DivClassName
{
background-color: #AC9572;
}
.BgClassName
{
background-color: #AC9572;
}
</style>
border-color css
<style>
span { border-color: #AC9572; }
span { border-color: rgb(172,149,114); }
td.TdClassName
{
border-color: #AC9572;
}
.TagClassName
{
border-color: #AC9572;
}
</style>