Shades of Mongoose #AC8D69
Tints of Mongoose #AC8D69
RGB
CMYK
RGB Variations
Color information
#AC8D69 (or 0xAC8D69) is known color: Mongoose. HEX triplet: AC, 8D and 69. RGB value is (172,141,105). Sum of RGB (Red+Green+Blue) = 172+141+105=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 105 (41.41% from 255 or 25.12% from 418); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8D69 is #537296. Grayscale: #929292. Windows color (decimal): -5468823 or 6917548. OLE color: 6917548.
HSL color Cylindrical-coordinate representation of color #AC8D69: hue angle of 32.24º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC8D69 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 141 | 105 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.33 |
| HSL | 32.24º | 0.29% | 0.54% | - |
| HSV(B) | 32.24º | 0.39% | 0.67% | - |
| XYZ | 29.09 | 28.84 | 17.4 | - |
| YUV | 146.17 | 104.77 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 141 | 105 | 0 | 0.18 | 0.39 | 0.33 | 32.24 | 0.29 | 0.54 |
| Hex | AC | 8D | 69 | 0 | 12 | 27 | 21 | 20 | 1D | 36 |
| Octal | 254 | 215 | 151 | 0 | 22 | 47 | 41 | 40 | 35 | 66 |
| Binary | 10101100 | 10001101 | 1101001 | 0 | 10010 | 100111 | 100001 | 100000 | 11101 | 110110 |
Color Harmonies of #AC8D69
Complementary color
Monochromatic Colors of #AC8D69
Black with #AC8D69
Text Example
Text Example
White with #AC8D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8D69; }
p { color: rgb(172,141,105); }
H1.HeaderClassName
{
color: #AC8D69;
}
.AnyTagClassName
{
color: #AC8D69;
}
</style>
background-color css
<style>
a { background-color: #AC8D69; }
a { background-color: rgb(172,141,105); }
div.DivClassName
{
background-color: #AC8D69;
}
.BgClassName
{
background-color: #AC8D69;
}
</style>
border-color css
<style>
span { border-color: #AC8D69; }
span { border-color: rgb(172,141,105); }
td.TdClassName
{
border-color: #AC8D69;
}
.TagClassName
{
border-color: #AC8D69;
}
</style>