Shades of Mongoose #AC956D
Tints of Mongoose #AC956D
RGB
CMYK
RGB Variations
Color information
#AC956D (or 0xAC956D) is known color: Mongoose. HEX triplet: AC, 95 and 6D. RGB value is (172,149,109). Sum of RGB (Red+Green+Blue) = 172+149+109=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 149 (58.59% from 255 or 34.65% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 172 - color contains mainly: red. Hex color #AC956D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC956D is #536A92. Grayscale: #979797. Windows color (decimal): -5466771 or 7181740. OLE color: 7181740.
HSL color Cylindrical-coordinate representation of color #AC956D: hue angle of 38.1º 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 #AC956D is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 149 | 109 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.33 |
| HSL | 38.1º | 0.28% | 0.55% | - |
| HSV(B) | 38.1º | 0.37% | 0.67% | - |
| XYZ | 30.52 | 31.37 | 18.91 | - |
| YUV | 151.32 | 104.12 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 149 | 109 | 0 | 0.13 | 0.37 | 0.33 | 38.1 | 0.28 | 0.55 |
| Hex | AC | 95 | 6D | 0 | D | 25 | 21 | 26 | 1C | 37 |
| Octal | 254 | 225 | 155 | 0 | 15 | 45 | 41 | 46 | 34 | 67 |
| Binary | 10101100 | 10010101 | 1101101 | 0 | 1101 | 100101 | 100001 | 100110 | 11100 | 110111 |
Color Harmonies of #AC956D
Complementary color
Monochromatic Colors of #AC956D
Black with #AC956D
Text Example
Text Example
White with #AC956D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC956D; }
p { color: rgb(172,149,109); }
H1.HeaderClassName
{
color: #AC956D;
}
.AnyTagClassName
{
color: #AC956D;
}
</style>
background-color css
<style>
a { background-color: #AC956D; }
a { background-color: rgb(172,149,109); }
div.DivClassName
{
background-color: #AC956D;
}
.BgClassName
{
background-color: #AC956D;
}
</style>
border-color css
<style>
span { border-color: #AC956D; }
span { border-color: rgb(172,149,109); }
td.TdClassName
{
border-color: #AC956D;
}
.TagClassName
{
border-color: #AC956D;
}
</style>