Shades of Mongoose #AC8A6E
Tints of Mongoose #AC8A6E
RGB
CMYK
RGB Variations
Color information
#AC8A6E (or 0xAC8A6E) is known color: Mongoose. HEX triplet: AC, 8A and 6E. RGB value is (172,138,110). Sum of RGB (Red+Green+Blue) = 172+138+110=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 110 (43.36% from 255 or 26.19% from 420); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8A6E is #537591. Grayscale: #919191. Windows color (decimal): -5469586 or 7244460. OLE color: 7244460.
HSL color Cylindrical-coordinate representation of color #AC8A6E: hue angle of 27.1º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AC8A6E is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 138 | 110 | - |
| CMYK | 0 | 0.20 | 0.36 | 0.33 |
| HSL | 27.1º | 0.27% | 0.55% | - |
| HSV(B) | 27.1º | 0.36% | 0.67% | - |
| XYZ | 28.92 | 28.07 | 18.65 | - |
| YUV | 144.97 | 108.26 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 138 | 110 | 0 | 0.20 | 0.36 | 0.33 | 27.1 | 0.27 | 0.55 |
| Hex | AC | 8A | 6E | 0 | 14 | 24 | 21 | 1B | 1B | 37 |
| Octal | 254 | 212 | 156 | 0 | 24 | 44 | 41 | 33 | 33 | 67 |
| Binary | 10101100 | 10001010 | 1101110 | 0 | 10100 | 100100 | 100001 | 11011 | 11011 | 110111 |
Color Harmonies of #AC8A6E
Complementary color
Monochromatic Colors of #AC8A6E
Black with #AC8A6E
Text Example
Text Example
White with #AC8A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8A6E; }
p { color: rgb(172,138,110); }
H1.HeaderClassName
{
color: #AC8A6E;
}
.AnyTagClassName
{
color: #AC8A6E;
}
</style>
background-color css
<style>
a { background-color: #AC8A6E; }
a { background-color: rgb(172,138,110); }
div.DivClassName
{
background-color: #AC8A6E;
}
.BgClassName
{
background-color: #AC8A6E;
}
</style>
border-color css
<style>
span { border-color: #AC8A6E; }
span { border-color: rgb(172,138,110); }
td.TdClassName
{
border-color: #AC8A6E;
}
.TagClassName
{
border-color: #AC8A6E;
}
</style>