Shades of Muddy Waters #AC844D
Tints of Muddy Waters #AC844D
RGB
CMYK
RGB Variations
Color information
#AC844D (or 0xAC844D) is known color: Muddy Waters. HEX triplet: AC, 84 and 4D. RGB value is (172,132,77). Sum of RGB (Red+Green+Blue) = 172+132+77=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC844D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC844D is #537BB2. Grayscale: #898989. Windows color (decimal): -5471155 or 5080236. OLE color: 5080236.
HSL color Cylindrical-coordinate representation of color #AC844D: hue angle of 34.74º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC844D is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 132 | 77 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.33 |
| HSL | 34.74º | 0.38% | 0.49% | - |
| HSV(B) | 34.74º | 0.55% | 0.67% | - |
| XYZ | 26.6 | 25.81 | 10.6 | - |
| YUV | 137.69 | 93.75 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 132 | 77 | 0 | 0.23 | 0.55 | 0.33 | 34.74 | 0.38 | 0.49 |
| Hex | AC | 84 | 4D | 0 | 17 | 37 | 21 | 23 | 26 | 31 |
| Octal | 254 | 204 | 115 | 0 | 27 | 67 | 41 | 43 | 46 | 61 |
| Binary | 10101100 | 10000100 | 1001101 | 0 | 10111 | 110111 | 100001 | 100011 | 100110 | 110001 |
Color Harmonies of #AC844D
Complementary color
Monochromatic Colors of #AC844D
Black with #AC844D
Text Example
Text Example
White with #AC844D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC844D; }
p { color: rgb(172,132,77); }
H1.HeaderClassName
{
color: #AC844D;
}
.AnyTagClassName
{
color: #AC844D;
}
</style>
background-color css
<style>
a { background-color: #AC844D; }
a { background-color: rgb(172,132,77); }
div.DivClassName
{
background-color: #AC844D;
}
.BgClassName
{
background-color: #AC844D;
}
</style>
border-color css
<style>
span { border-color: #AC844D; }
span { border-color: rgb(172,132,77); }
td.TdClassName
{
border-color: #AC844D;
}
.TagClassName
{
border-color: #AC844D;
}
</style>