Shades of Mongoose #AC896C
Tints of Mongoose #AC896C
RGB
CMYK
RGB Variations
Color information
#AC896C (or 0xAC896C) is known color: Mongoose. HEX triplet: AC, 89 and 6C. RGB value is (172,137,108). Sum of RGB (Red+Green+Blue) = 172+137+108=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 137 (53.91% from 255 or 32.85% from 417); Blue value is 108 (42.58% from 255 or 25.90% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC896C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC896C is #537693. Grayscale: #909090. Windows color (decimal): -5469844 or 7113132. OLE color: 7113132.
HSL color Cylindrical-coordinate representation of color #AC896C: hue angle of 27.19º 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 #AC896C is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 137 | 108 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.33 |
| HSL | 27.19º | 0.28% | 0.55% | - |
| HSV(B) | 27.19º | 0.37% | 0.67% | - |
| XYZ | 28.67 | 27.74 | 18.03 | - |
| YUV | 144.16 | 107.6 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 137 | 108 | 0 | 0.20 | 0.37 | 0.33 | 27.19 | 0.28 | 0.55 |
| Hex | AC | 89 | 6C | 0 | 14 | 25 | 21 | 1B | 1C | 37 |
| Octal | 254 | 211 | 154 | 0 | 24 | 45 | 41 | 33 | 34 | 67 |
| Binary | 10101100 | 10001001 | 1101100 | 0 | 10100 | 100101 | 100001 | 11011 | 11100 | 110111 |
Color Harmonies of #AC896C
Complementary color
Monochromatic Colors of #AC896C
Black with #AC896C
Text Example
Text Example
White with #AC896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC896C; }
p { color: rgb(172,137,108); }
H1.HeaderClassName
{
color: #AC896C;
}
.AnyTagClassName
{
color: #AC896C;
}
</style>
background-color css
<style>
a { background-color: #AC896C; }
a { background-color: rgb(172,137,108); }
div.DivClassName
{
background-color: #AC896C;
}
.BgClassName
{
background-color: #AC896C;
}
</style>
border-color css
<style>
span { border-color: #AC896C; }
span { border-color: rgb(172,137,108); }
td.TdClassName
{
border-color: #AC896C;
}
.TagClassName
{
border-color: #AC896C;
}
</style>