Shades of Mongoose #AC9170
Tints of Mongoose #AC9170
RGB
CMYK
RGB Variations
Color information
#AC9170 (or 0xAC9170) is known color: Mongoose. HEX triplet: AC, 91 and 70. RGB value is (172,145,112). Sum of RGB (Red+Green+Blue) = 172+145+112=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9170 is #536E8F. Grayscale: #959595. Windows color (decimal): -5467792 or 7377324. OLE color: 7377324.
HSL color Cylindrical-coordinate representation of color #AC9170: hue angle of 33º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC9170 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 145 | 112 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.33 |
| HSL | 33º | 0.27% | 0.56% | - |
| HSV(B) | 33º | 0.35% | 0.67% | - |
| XYZ | 30.06 | 30.19 | 19.57 | - |
| YUV | 149.31 | 106.95 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 145 | 112 | 0 | 0.16 | 0.35 | 0.33 | 33 | 0.27 | 0.56 |
| Hex | AC | 91 | 70 | 0 | 10 | 23 | 21 | 21 | 1B | 38 |
| Octal | 254 | 221 | 160 | 0 | 20 | 43 | 41 | 41 | 33 | 70 |
| Binary | 10101100 | 10010001 | 1110000 | 0 | 10000 | 100011 | 100001 | 100001 | 11011 | 111000 |
Color Harmonies of #AC9170
Complementary color
Monochromatic Colors of #AC9170
Black with #AC9170
Text Example
Text Example
White with #AC9170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC9170; }
p { color: rgb(172,145,112); }
H1.HeaderClassName
{
color: #AC9170;
}
.AnyTagClassName
{
color: #AC9170;
}
</style>
background-color css
<style>
a { background-color: #AC9170; }
a { background-color: rgb(172,145,112); }
div.DivClassName
{
background-color: #AC9170;
}
.BgClassName
{
background-color: #AC9170;
}
</style>
border-color css
<style>
span { border-color: #AC9170; }
span { border-color: rgb(172,145,112); }
td.TdClassName
{
border-color: #AC9170;
}
.TagClassName
{
border-color: #AC9170;
}
</style>