Shades of Muddy Waters #AC844C
Tints of Muddy Waters #AC844C
RGB
CMYK
RGB Variations
Color information
#AC844C (or 0xAC844C) is known color: Muddy Waters. HEX triplet: AC, 84 and 4C. RGB value is (172,132,76). Sum of RGB (Red+Green+Blue) = 172+132+76=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 76 (30.08% from 255 or 20% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC844C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC844C is #537BB3. Grayscale: #898989. Windows color (decimal): -5471156 or 5014700. OLE color: 5014700.
HSL color Cylindrical-coordinate representation of color #AC844C: hue angle of 35º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC844C is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 132 | 76 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.33 |
| HSL | 35º | 0.39% | 0.49% | - |
| HSV(B) | 35º | 0.56% | 0.67% | - |
| XYZ | 26.57 | 25.79 | 10.42 | - |
| YUV | 137.58 | 93.25 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 132 | 76 | 0 | 0.23 | 0.56 | 0.33 | 35 | 0.39 | 0.49 |
| Hex | AC | 84 | 4C | 0 | 17 | 38 | 21 | 23 | 27 | 31 |
| Octal | 254 | 204 | 114 | 0 | 27 | 70 | 41 | 43 | 47 | 61 |
| Binary | 10101100 | 10000100 | 1001100 | 0 | 10111 | 111000 | 100001 | 100011 | 100111 | 110001 |
Color Harmonies of #AC844C
Complementary color
Monochromatic Colors of #AC844C
Black with #AC844C
Text Example
Text Example
White with #AC844C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC844C; }
p { color: rgb(172,132,76); }
H1.HeaderClassName
{
color: #AC844C;
}
.AnyTagClassName
{
color: #AC844C;
}
</style>
background-color css
<style>
a { background-color: #AC844C; }
a { background-color: rgb(172,132,76); }
div.DivClassName
{
background-color: #AC844C;
}
.BgClassName
{
background-color: #AC844C;
}
</style>
border-color css
<style>
span { border-color: #AC844C; }
span { border-color: rgb(172,132,76); }
td.TdClassName
{
border-color: #AC844C;
}
.TagClassName
{
border-color: #AC844C;
}
</style>