Shades of Muddy Waters #AC884D
Tints of Muddy Waters #AC884D
RGB
CMYK
RGB Variations
Color information
#AC884D (or 0xAC884D) is known color: Muddy Waters. HEX triplet: AC, 88 and 4D. RGB value is (172,136,77). Sum of RGB (Red+Green+Blue) = 172+136+77=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC884D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC884D is #5377B2. Grayscale: #8C8C8C. Windows color (decimal): -5470131 or 5081260. OLE color: 5081260.
HSL color Cylindrical-coordinate representation of color #AC884D: hue angle of 37.26º 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 #AC884D is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 136 | 77 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.33 |
| HSL | 37.26º | 0.38% | 0.49% | - |
| HSV(B) | 37.26º | 0.55% | 0.67% | - |
| XYZ | 27.16 | 26.91 | 10.78 | - |
| YUV | 140.04 | 92.43 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 136 | 77 | 0 | 0.21 | 0.55 | 0.33 | 37.26 | 0.38 | 0.49 |
| Hex | AC | 88 | 4D | 0 | 15 | 37 | 21 | 25 | 26 | 31 |
| Octal | 254 | 210 | 115 | 0 | 25 | 67 | 41 | 45 | 46 | 61 |
| Binary | 10101100 | 10001000 | 1001101 | 0 | 10101 | 110111 | 100001 | 100101 | 100110 | 110001 |
Color Harmonies of #AC884D
Complementary color
Monochromatic Colors of #AC884D
Black with #AC884D
Text Example
Text Example
White with #AC884D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC884D; }
p { color: rgb(172,136,77); }
H1.HeaderClassName
{
color: #AC884D;
}
.AnyTagClassName
{
color: #AC884D;
}
</style>
background-color css
<style>
a { background-color: #AC884D; }
a { background-color: rgb(172,136,77); }
div.DivClassName
{
background-color: #AC884D;
}
.BgClassName
{
background-color: #AC884D;
}
</style>
border-color css
<style>
span { border-color: #AC884D; }
span { border-color: rgb(172,136,77); }
td.TdClassName
{
border-color: #AC884D;
}
.TagClassName
{
border-color: #AC884D;
}
</style>