Shades of Mongoose #AC8C67
Tints of Mongoose #AC8C67
RGB
CMYK
RGB Variations
Color information
#AC8C67 (or 0xAC8C67) is known color: Mongoose. HEX triplet: AC, 8C and 67. RGB value is (172,140,103). Sum of RGB (Red+Green+Blue) = 172+140+103=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 103 (40.62% from 255 or 24.82% from 415); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8C67 is #537398. Grayscale: #919191. Windows color (decimal): -5469081 or 6786220. OLE color: 6786220.
HSL color Cylindrical-coordinate representation of color #AC8C67: hue angle of 32.17º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC8C67 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 140 | 103 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.33 |
| HSL | 32.17º | 0.29% | 0.54% | - |
| HSV(B) | 32.17º | 0.4% | 0.67% | - |
| XYZ | 28.84 | 28.51 | 16.81 | - |
| YUV | 145.35 | 104.1 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 140 | 103 | 0 | 0.19 | 0.40 | 0.33 | 32.17 | 0.29 | 0.54 |
| Hex | AC | 8C | 67 | 0 | 13 | 28 | 21 | 20 | 1D | 36 |
| Octal | 254 | 214 | 147 | 0 | 23 | 50 | 41 | 40 | 35 | 66 |
| Binary | 10101100 | 10001100 | 1100111 | 0 | 10011 | 101000 | 100001 | 100000 | 11101 | 110110 |
Color Harmonies of #AC8C67
Complementary color
Monochromatic Colors of #AC8C67
Black with #AC8C67
Text Example
Text Example
White with #AC8C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8C67; }
p { color: rgb(172,140,103); }
H1.HeaderClassName
{
color: #AC8C67;
}
.AnyTagClassName
{
color: #AC8C67;
}
</style>
background-color css
<style>
a { background-color: #AC8C67; }
a { background-color: rgb(172,140,103); }
div.DivClassName
{
background-color: #AC8C67;
}
.BgClassName
{
background-color: #AC8C67;
}
</style>
border-color css
<style>
span { border-color: #AC8C67; }
span { border-color: rgb(172,140,103); }
td.TdClassName
{
border-color: #AC8C67;
}
.TagClassName
{
border-color: #AC8C67;
}
</style>