Shades of Mongoose #AC8D67
Tints of Mongoose #AC8D67
RGB
CMYK
RGB Variations
Color information
#AC8D67 (or 0xAC8D67) is known color: Mongoose. HEX triplet: AC, 8D and 67. RGB value is (172,141,103). Sum of RGB (Red+Green+Blue) = 172+141+103=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 103 (40.62% from 255 or 24.76% from 416); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8D67 is #537298. Grayscale: #929292. Windows color (decimal): -5468825 or 6786476. OLE color: 6786476.
HSL color Cylindrical-coordinate representation of color #AC8D67: hue angle of 33.04º 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 #AC8D67 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 141 | 103 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.33 |
| HSL | 33.04º | 0.29% | 0.54% | - |
| HSV(B) | 33.04º | 0.4% | 0.67% | - |
| XYZ | 28.99 | 28.8 | 16.86 | - |
| YUV | 145.94 | 103.77 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 141 | 103 | 0 | 0.18 | 0.40 | 0.33 | 33.04 | 0.29 | 0.54 |
| Hex | AC | 8D | 67 | 0 | 12 | 28 | 21 | 21 | 1D | 36 |
| Octal | 254 | 215 | 147 | 0 | 22 | 50 | 41 | 41 | 35 | 66 |
| Binary | 10101100 | 10001101 | 1100111 | 0 | 10010 | 101000 | 100001 | 100001 | 11101 | 110110 |
Color Harmonies of #AC8D67
Complementary color
Monochromatic Colors of #AC8D67
Black with #AC8D67
Text Example
Text Example
White with #AC8D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8D67; }
p { color: rgb(172,141,103); }
H1.HeaderClassName
{
color: #AC8D67;
}
.AnyTagClassName
{
color: #AC8D67;
}
</style>
background-color css
<style>
a { background-color: #AC8D67; }
a { background-color: rgb(172,141,103); }
div.DivClassName
{
background-color: #AC8D67;
}
.BgClassName
{
background-color: #AC8D67;
}
</style>
border-color css
<style>
span { border-color: #AC8D67; }
span { border-color: rgb(172,141,103); }
td.TdClassName
{
border-color: #AC8D67;
}
.TagClassName
{
border-color: #AC8D67;
}
</style>