Shades of Mongoose #AC946D
Tints of Mongoose #AC946D
RGB
CMYK
RGB Variations
Color information
#AC946D (or 0xAC946D) is known color: Mongoose. HEX triplet: AC, 94 and 6D. RGB value is (172,148,109). Sum of RGB (Red+Green+Blue) = 172+148+109=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 172 - color contains mainly: red. Hex color #AC946D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC946D is #536B92. Grayscale: #969696. Windows color (decimal): -5467027 or 7181484. OLE color: 7181484.
HSL color Cylindrical-coordinate representation of color #AC946D: hue angle of 37.14º 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 #AC946D is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 148 | 109 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.33 |
| HSL | 37.14º | 0.28% | 0.55% | - |
| HSV(B) | 37.14º | 0.37% | 0.67% | - |
| XYZ | 30.36 | 31.05 | 18.86 | - |
| YUV | 150.73 | 104.45 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 148 | 109 | 0 | 0.14 | 0.37 | 0.33 | 37.14 | 0.28 | 0.55 |
| Hex | AC | 94 | 6D | 0 | E | 25 | 21 | 25 | 1C | 37 |
| Octal | 254 | 224 | 155 | 0 | 16 | 45 | 41 | 45 | 34 | 67 |
| Binary | 10101100 | 10010100 | 1101101 | 0 | 1110 | 100101 | 100001 | 100101 | 11100 | 110111 |
Color Harmonies of #AC946D
Complementary color
Monochromatic Colors of #AC946D
Black with #AC946D
Text Example
Text Example
White with #AC946D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC946D; }
p { color: rgb(172,148,109); }
H1.HeaderClassName
{
color: #AC946D;
}
.AnyTagClassName
{
color: #AC946D;
}
</style>
background-color css
<style>
a { background-color: #AC946D; }
a { background-color: rgb(172,148,109); }
div.DivClassName
{
background-color: #AC946D;
}
.BgClassName
{
background-color: #AC946D;
}
</style>
border-color css
<style>
span { border-color: #AC946D; }
span { border-color: rgb(172,148,109); }
td.TdClassName
{
border-color: #AC946D;
}
.TagClassName
{
border-color: #AC946D;
}
</style>