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