Shades of Mongoose #AC956E
Tints of Mongoose #AC956E
RGB
CMYK
RGB Variations
Color information
#AC956E (or 0xAC956E) is known color: Mongoose. HEX triplet: AC, 95 and 6E. RGB value is (172,149,110). Sum of RGB (Red+Green+Blue) = 172+149+110=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 149 (58.59% from 255 or 34.57% from 431); Blue value is 110 (43.36% from 255 or 25.52% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #AC956E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC956E is #536A91. Grayscale: #979797. Windows color (decimal): -5466770 or 7247276. OLE color: 7247276.
HSL color Cylindrical-coordinate representation of color #AC956E: hue angle of 37.74º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AC956E is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 149 | 110 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.33 |
| HSL | 37.74º | 0.27% | 0.55% | - |
| HSV(B) | 37.74º | 0.36% | 0.67% | - |
| XYZ | 30.58 | 31.39 | 19.2 | - |
| YUV | 151.43 | 104.62 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 149 | 110 | 0 | 0.13 | 0.36 | 0.33 | 37.74 | 0.27 | 0.55 |
| Hex | AC | 95 | 6E | 0 | D | 24 | 21 | 26 | 1B | 37 |
| Octal | 254 | 225 | 156 | 0 | 15 | 44 | 41 | 46 | 33 | 67 |
| Binary | 10101100 | 10010101 | 1101110 | 0 | 1101 | 100100 | 100001 | 100110 | 11011 | 110111 |
Color Harmonies of #AC956E
Complementary color
Monochromatic Colors of #AC956E
Black with #AC956E
Text Example
Text Example
White with #AC956E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC956E; }
p { color: rgb(172,149,110); }
H1.HeaderClassName
{
color: #AC956E;
}
.AnyTagClassName
{
color: #AC956E;
}
</style>
background-color css
<style>
a { background-color: #AC956E; }
a { background-color: rgb(172,149,110); }
div.DivClassName
{
background-color: #AC956E;
}
.BgClassName
{
background-color: #AC956E;
}
</style>
border-color css
<style>
span { border-color: #AC956E; }
span { border-color: rgb(172,149,110); }
td.TdClassName
{
border-color: #AC956E;
}
.TagClassName
{
border-color: #AC956E;
}
</style>