Shades of Mongoose #AC956A
Tints of Mongoose #AC956A
RGB
CMYK
RGB Variations
Color information
#AC956A (or 0xAC956A) is known color: Mongoose. HEX triplet: AC, 95 and 6A. RGB value is (172,149,106). Sum of RGB (Red+Green+Blue) = 172+149+106=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 149 (58.59% from 255 or 34.89% from 427); Blue value is 106 (41.80% from 255 or 24.82% from 427); Max value from RGB is 172 - color contains mainly: red. Hex color #AC956A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC956A is #536A95. Grayscale: #979797. Windows color (decimal): -5466774 or 6985132. OLE color: 6985132.
HSL color Cylindrical-coordinate representation of color #AC956A: hue angle of 39.09º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC956A is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 149 | 106 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.33 |
| HSL | 39.09º | 0.28% | 0.55% | - |
| HSV(B) | 39.09º | 0.38% | 0.67% | - |
| XYZ | 30.36 | 31.31 | 18.08 | - |
| YUV | 150.98 | 102.62 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 149 | 106 | 0 | 0.13 | 0.38 | 0.33 | 39.09 | 0.28 | 0.55 |
| Hex | AC | 95 | 6A | 0 | D | 26 | 21 | 27 | 1C | 37 |
| Octal | 254 | 225 | 152 | 0 | 15 | 46 | 41 | 47 | 34 | 67 |
| Binary | 10101100 | 10010101 | 1101010 | 0 | 1101 | 100110 | 100001 | 100111 | 11100 | 110111 |
Color Harmonies of #AC956A
Complementary color
Monochromatic Colors of #AC956A
Black with #AC956A
Text Example
Text Example
White with #AC956A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC956A; }
p { color: rgb(172,149,106); }
H1.HeaderClassName
{
color: #AC956A;
}
.AnyTagClassName
{
color: #AC956A;
}
</style>
background-color css
<style>
a { background-color: #AC956A; }
a { background-color: rgb(172,149,106); }
div.DivClassName
{
background-color: #AC956A;
}
.BgClassName
{
background-color: #AC956A;
}
</style>
border-color css
<style>
span { border-color: #AC956A; }
span { border-color: rgb(172,149,106); }
td.TdClassName
{
border-color: #AC956A;
}
.TagClassName
{
border-color: #AC956A;
}
</style>