Shades of Mongoose #AC896B
Tints of Mongoose #AC896B
RGB
CMYK
RGB Variations
Color information
#AC896B (or 0xAC896B) is known color: Mongoose. HEX triplet: AC, 89 and 6B. RGB value is (172,137,107). Sum of RGB (Red+Green+Blue) = 172+137+107=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 137 (53.91% from 255 or 32.93% from 416); Blue value is 107 (42.19% from 255 or 25.72% from 416); Max value from RGB is 172 - color contains mainly: red. Hex color #AC896B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC896B is #537694. Grayscale: #909090. Windows color (decimal): -5469845 or 7047596. OLE color: 7047596.
HSL color Cylindrical-coordinate representation of color #AC896B: hue angle of 27.69º 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 #AC896B is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 137 | 107 | - |
| CMYK | 0 | 0.20 | 0.38 | 0.33 |
| HSL | 27.69º | 0.28% | 0.55% | - |
| HSV(B) | 27.69º | 0.38% | 0.67% | - |
| XYZ | 28.61 | 27.72 | 17.75 | - |
| YUV | 144.05 | 107.1 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 137 | 107 | 0 | 0.20 | 0.38 | 0.33 | 27.69 | 0.28 | 0.55 |
| Hex | AC | 89 | 6B | 0 | 14 | 26 | 21 | 1C | 1C | 37 |
| Octal | 254 | 211 | 153 | 0 | 24 | 46 | 41 | 34 | 34 | 67 |
| Binary | 10101100 | 10001001 | 1101011 | 0 | 10100 | 100110 | 100001 | 11100 | 11100 | 110111 |
Color Harmonies of #AC896B
Complementary color
Monochromatic Colors of #AC896B
Black with #AC896B
Text Example
Text Example
White with #AC896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC896B; }
p { color: rgb(172,137,107); }
H1.HeaderClassName
{
color: #AC896B;
}
.AnyTagClassName
{
color: #AC896B;
}
</style>
background-color css
<style>
a { background-color: #AC896B; }
a { background-color: rgb(172,137,107); }
div.DivClassName
{
background-color: #AC896B;
}
.BgClassName
{
background-color: #AC896B;
}
</style>
border-color css
<style>
span { border-color: #AC896B; }
span { border-color: rgb(172,137,107); }
td.TdClassName
{
border-color: #AC896B;
}
.TagClassName
{
border-color: #AC896B;
}
</style>