Shades of Mongoose #AC8C69
Tints of Mongoose #AC8C69
RGB
CMYK
RGB Variations
Color information
#AC8C69 (or 0xAC8C69) is known color: Mongoose. HEX triplet: AC, 8C and 69. RGB value is (172,140,105). Sum of RGB (Red+Green+Blue) = 172+140+105=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 105 (41.41% from 255 or 25.18% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8C69 is #537396. Grayscale: #919191. Windows color (decimal): -5469079 or 6917292. OLE color: 6917292.
HSL color Cylindrical-coordinate representation of color #AC8C69: hue angle of 31.34º 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 #AC8C69 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 140 | 105 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.33 |
| HSL | 31.34º | 0.29% | 0.54% | - |
| HSV(B) | 31.34º | 0.39% | 0.67% | - |
| XYZ | 28.94 | 28.55 | 17.35 | - |
| YUV | 145.58 | 105.1 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 140 | 105 | 0 | 0.19 | 0.39 | 0.33 | 31.34 | 0.29 | 0.54 |
| Hex | AC | 8C | 69 | 0 | 13 | 27 | 21 | 1F | 1D | 36 |
| Octal | 254 | 214 | 151 | 0 | 23 | 47 | 41 | 37 | 35 | 66 |
| Binary | 10101100 | 10001100 | 1101001 | 0 | 10011 | 100111 | 100001 | 11111 | 11101 | 110110 |
Color Harmonies of #AC8C69
Complementary color
Monochromatic Colors of #AC8C69
Black with #AC8C69
Text Example
Text Example
White with #AC8C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8C69; }
p { color: rgb(172,140,105); }
H1.HeaderClassName
{
color: #AC8C69;
}
.AnyTagClassName
{
color: #AC8C69;
}
</style>
background-color css
<style>
a { background-color: #AC8C69; }
a { background-color: rgb(172,140,105); }
div.DivClassName
{
background-color: #AC8C69;
}
.BgClassName
{
background-color: #AC8C69;
}
</style>
border-color css
<style>
span { border-color: #AC8C69; }
span { border-color: rgb(172,140,105); }
td.TdClassName
{
border-color: #AC8C69;
}
.TagClassName
{
border-color: #AC8C69;
}
</style>