Shades of Mongoose #AC896D
Tints of Mongoose #AC896D
RGB
CMYK
RGB Variations
Color information
#AC896D (or 0xAC896D) is known color: Mongoose. HEX triplet: AC, 89 and 6D. RGB value is (172,137,109). Sum of RGB (Red+Green+Blue) = 172+137+109=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 137 (53.91% from 255 or 32.78% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 172 - color contains mainly: red. Hex color #AC896D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC896D is #537692. Grayscale: #909090. Windows color (decimal): -5469843 or 7178668. OLE color: 7178668.
HSL color Cylindrical-coordinate representation of color #AC896D: hue angle of 26.67º 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 #AC896D is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 137 | 109 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.33 |
| HSL | 26.67º | 0.28% | 0.55% | - |
| HSV(B) | 26.67º | 0.37% | 0.67% | - |
| XYZ | 28.72 | 27.77 | 18.31 | - |
| YUV | 144.27 | 108.1 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 137 | 109 | 0 | 0.20 | 0.37 | 0.33 | 26.67 | 0.28 | 0.55 |
| Hex | AC | 89 | 6D | 0 | 14 | 25 | 21 | 1B | 1C | 37 |
| Octal | 254 | 211 | 155 | 0 | 24 | 45 | 41 | 33 | 34 | 67 |
| Binary | 10101100 | 10001001 | 1101101 | 0 | 10100 | 100101 | 100001 | 11011 | 11100 | 110111 |
Color Harmonies of #AC896D
Complementary color
Monochromatic Colors of #AC896D
Black with #AC896D
Text Example
Text Example
White with #AC896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC896D; }
p { color: rgb(172,137,109); }
H1.HeaderClassName
{
color: #AC896D;
}
.AnyTagClassName
{
color: #AC896D;
}
</style>
background-color css
<style>
a { background-color: #AC896D; }
a { background-color: rgb(172,137,109); }
div.DivClassName
{
background-color: #AC896D;
}
.BgClassName
{
background-color: #AC896D;
}
</style>
border-color css
<style>
span { border-color: #AC896D; }
span { border-color: rgb(172,137,109); }
td.TdClassName
{
border-color: #AC896D;
}
.TagClassName
{
border-color: #AC896D;
}
</style>