Shades of Mongoose #AC896A
Tints of Mongoose #AC896A
RGB
CMYK
RGB Variations
Color information
#AC896A (or 0xAC896A) is known color: Mongoose. HEX triplet: AC, 89 and 6A. RGB value is (172,137,106). Sum of RGB (Red+Green+Blue) = 172+137+106=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 106 (41.80% from 255 or 25.54% from 415); Max value from RGB is 172 - color contains mainly: red. Hex color #AC896A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC896A is #537695. Grayscale: #909090. Windows color (decimal): -5469846 or 6982060. OLE color: 6982060.
HSL color Cylindrical-coordinate representation of color #AC896A: hue angle of 28.18º 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 #AC896A is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 137 | 106 | - |
| CMYK | 0 | 0.20 | 0.38 | 0.33 |
| HSL | 28.18º | 0.28% | 0.55% | - |
| HSV(B) | 28.18º | 0.38% | 0.67% | - |
| XYZ | 28.56 | 27.7 | 17.48 | - |
| YUV | 143.93 | 106.6 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 137 | 106 | 0 | 0.20 | 0.38 | 0.33 | 28.18 | 0.28 | 0.55 |
| Hex | AC | 89 | 6A | 0 | 14 | 26 | 21 | 1C | 1C | 37 |
| Octal | 254 | 211 | 152 | 0 | 24 | 46 | 41 | 34 | 34 | 67 |
| Binary | 10101100 | 10001001 | 1101010 | 0 | 10100 | 100110 | 100001 | 11100 | 11100 | 110111 |
Color Harmonies of #AC896A
Complementary color
Monochromatic Colors of #AC896A
Black with #AC896A
Text Example
Text Example
White with #AC896A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC896A; }
p { color: rgb(172,137,106); }
H1.HeaderClassName
{
color: #AC896A;
}
.AnyTagClassName
{
color: #AC896A;
}
</style>
background-color css
<style>
a { background-color: #AC896A; }
a { background-color: rgb(172,137,106); }
div.DivClassName
{
background-color: #AC896A;
}
.BgClassName
{
background-color: #AC896A;
}
</style>
border-color css
<style>
span { border-color: #AC896A; }
span { border-color: rgb(172,137,106); }
td.TdClassName
{
border-color: #AC896A;
}
.TagClassName
{
border-color: #AC896A;
}
</style>