Shades of Mongoose #AC916D
Tints of Mongoose #AC916D
RGB
CMYK
RGB Variations
Color information
#AC916D (or 0xAC916D) is known color: Mongoose. HEX triplet: AC, 91 and 6D. RGB value is (172,145,109). Sum of RGB (Red+Green+Blue) = 172+145+109=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 145 (57.03% from 255 or 34.04% from 426); Blue value is 109 (42.97% from 255 or 25.59% from 426); Max value from RGB is 172 - color contains mainly: red. Hex color #AC916D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC916D is #536E92. Grayscale: #959595. Windows color (decimal): -5467795 or 7180716. OLE color: 7180716.
HSL color Cylindrical-coordinate representation of color #AC916D: hue angle of 34.29º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC916D is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 145 | 109 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.33 |
| HSL | 34.29º | 0.28% | 0.55% | - |
| HSV(B) | 34.29º | 0.37% | 0.67% | - |
| XYZ | 29.9 | 30.13 | 18.71 | - |
| YUV | 148.97 | 105.45 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 145 | 109 | 0 | 0.16 | 0.37 | 0.33 | 34.29 | 0.28 | 0.55 |
| Hex | AC | 91 | 6D | 0 | 10 | 25 | 21 | 22 | 1C | 37 |
| Octal | 254 | 221 | 155 | 0 | 20 | 45 | 41 | 42 | 34 | 67 |
| Binary | 10101100 | 10010001 | 1101101 | 0 | 10000 | 100101 | 100001 | 100010 | 11100 | 110111 |
Color Harmonies of #AC916D
Complementary color
Monochromatic Colors of #AC916D
Black with #AC916D
Text Example
Text Example
White with #AC916D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC916D; }
p { color: rgb(172,145,109); }
H1.HeaderClassName
{
color: #AC916D;
}
.AnyTagClassName
{
color: #AC916D;
}
</style>
background-color css
<style>
a { background-color: #AC916D; }
a { background-color: rgb(172,145,109); }
div.DivClassName
{
background-color: #AC916D;
}
.BgClassName
{
background-color: #AC916D;
}
</style>
border-color css
<style>
span { border-color: #AC916D; }
span { border-color: rgb(172,145,109); }
td.TdClassName
{
border-color: #AC916D;
}
.TagClassName
{
border-color: #AC916D;
}
</style>