Shades of Muddy Waters #AC834D
Tints of Muddy Waters #AC834D
RGB
CMYK
RGB Variations
Color information
#AC834D (or 0xAC834D) is known color: Muddy Waters. HEX triplet: AC, 83 and 4D. RGB value is (172,131,77). Sum of RGB (Red+Green+Blue) = 172+131+77=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC834D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC834D is #537CB2. Grayscale: #898989. Windows color (decimal): -5471411 or 5079980. OLE color: 5079980.
HSL color Cylindrical-coordinate representation of color #AC834D: hue angle of 34.11º 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 #AC834D is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 131 | 77 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.33 |
| HSL | 34.11º | 0.38% | 0.49% | - |
| HSV(B) | 34.11º | 0.55% | 0.67% | - |
| XYZ | 26.47 | 25.54 | 10.56 | - |
| YUV | 137.1 | 94.08 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 131 | 77 | 0 | 0.24 | 0.55 | 0.33 | 34.11 | 0.38 | 0.49 |
| Hex | AC | 83 | 4D | 0 | 18 | 37 | 21 | 22 | 26 | 31 |
| Octal | 254 | 203 | 115 | 0 | 30 | 67 | 41 | 42 | 46 | 61 |
| Binary | 10101100 | 10000011 | 1001101 | 0 | 11000 | 110111 | 100001 | 100010 | 100110 | 110001 |
Color Harmonies of #AC834D
Complementary color
Monochromatic Colors of #AC834D
Black with #AC834D
Text Example
Text Example
White with #AC834D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC834D; }
p { color: rgb(172,131,77); }
H1.HeaderClassName
{
color: #AC834D;
}
.AnyTagClassName
{
color: #AC834D;
}
</style>
background-color css
<style>
a { background-color: #AC834D; }
a { background-color: rgb(172,131,77); }
div.DivClassName
{
background-color: #AC834D;
}
.BgClassName
{
background-color: #AC834D;
}
</style>
border-color css
<style>
span { border-color: #AC834D; }
span { border-color: rgb(172,131,77); }
td.TdClassName
{
border-color: #AC834D;
}
.TagClassName
{
border-color: #AC834D;
}
</style>