Shades of Mongoose #AC9171
Tints of Mongoose #AC9171
RGB
CMYK
RGB Variations
Color information
#AC9171 (or 0xAC9171) is known color: Mongoose. HEX triplet: AC, 91 and 71. RGB value is (172,145,113). Sum of RGB (Red+Green+Blue) = 172+145+113=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 145 (57.03% from 255 or 33.72% from 430); Blue value is 113 (44.53% from 255 or 26.28% from 430); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9171 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9171 is #536E8E. Grayscale: #959595. Windows color (decimal): -5467791 or 7442860. OLE color: 7442860.
HSL color Cylindrical-coordinate representation of color #AC9171: hue angle of 32.54º 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 #AC9171 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 145 | 113 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.33 |
| HSL | 32.54º | 0.26% | 0.56% | - |
| HSV(B) | 32.54º | 0.34% | 0.67% | - |
| XYZ | 30.12 | 30.21 | 19.87 | - |
| YUV | 149.43 | 107.45 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 145 | 113 | 0 | 0.16 | 0.34 | 0.33 | 32.54 | 0.26 | 0.56 |
| Hex | AC | 91 | 71 | 0 | 10 | 22 | 21 | 21 | 1A | 38 |
| Octal | 254 | 221 | 161 | 0 | 20 | 42 | 41 | 41 | 32 | 70 |
| Binary | 10101100 | 10010001 | 1110001 | 0 | 10000 | 100010 | 100001 | 100001 | 11010 | 111000 |
Color Harmonies of #AC9171
Complementary color
Monochromatic Colors of #AC9171
Black with #AC9171
Text Example
Text Example
White with #AC9171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9171; }
p { color: rgb(172,145,113); }
H1.HeaderClassName
{
color: #AC9171;
}
.AnyTagClassName
{
color: #AC9171;
}
</style>
background-color css
<style>
a { background-color: #AC9171; }
a { background-color: rgb(172,145,113); }
div.DivClassName
{
background-color: #AC9171;
}
.BgClassName
{
background-color: #AC9171;
}
</style>
border-color css
<style>
span { border-color: #AC9171; }
span { border-color: rgb(172,145,113); }
td.TdClassName
{
border-color: #AC9171;
}
.TagClassName
{
border-color: #AC9171;
}
</style>