Shades of Mongoose #AC946F
Tints of Mongoose #AC946F
RGB
CMYK
RGB Variations
Color information
#AC946F (or 0xAC946F) is known color: Mongoose. HEX triplet: AC, 94 and 6F. RGB value is (172,148,111). Sum of RGB (Red+Green+Blue) = 172+148+111=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 111 (43.75% from 255 or 25.75% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #AC946F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC946F is #536B90. Grayscale: #979797. Windows color (decimal): -5467025 or 7312556. OLE color: 7312556.
HSL color Cylindrical-coordinate representation of color #AC946F: hue angle of 36.39º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC946F is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 148 | 111 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.33 |
| HSL | 36.39º | 0.27% | 0.55% | - |
| HSV(B) | 36.39º | 0.35% | 0.67% | - |
| XYZ | 30.47 | 31.1 | 19.44 | - |
| YUV | 150.96 | 105.45 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 148 | 111 | 0 | 0.14 | 0.35 | 0.33 | 36.39 | 0.27 | 0.55 |
| Hex | AC | 94 | 6F | 0 | E | 23 | 21 | 24 | 1B | 37 |
| Octal | 254 | 224 | 157 | 0 | 16 | 43 | 41 | 44 | 33 | 67 |
| Binary | 10101100 | 10010100 | 1101111 | 0 | 1110 | 100011 | 100001 | 100100 | 11011 | 110111 |
Color Harmonies of #AC946F
Complementary color
Monochromatic Colors of #AC946F
Black with #AC946F
Text Example
Text Example
White with #AC946F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC946F; }
p { color: rgb(172,148,111); }
H1.HeaderClassName
{
color: #AC946F;
}
.AnyTagClassName
{
color: #AC946F;
}
</style>
background-color css
<style>
a { background-color: #AC946F; }
a { background-color: rgb(172,148,111); }
div.DivClassName
{
background-color: #AC946F;
}
.BgClassName
{
background-color: #AC946F;
}
</style>
border-color css
<style>
span { border-color: #AC946F; }
span { border-color: rgb(172,148,111); }
td.TdClassName
{
border-color: #AC946F;
}
.TagClassName
{
border-color: #AC946F;
}
</style>