Shades of Muddy Waters #AC844A
Tints of Muddy Waters #AC844A
RGB
CMYK
RGB Variations
Color information
#AC844A (or 0xAC844A) is known color: Muddy Waters. HEX triplet: AC, 84 and 4A. RGB value is (172,132,74). Sum of RGB (Red+Green+Blue) = 172+132+74=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC844A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC844A is #537BB5. Grayscale: #898989. Windows color (decimal): -5471158 or 4883628. OLE color: 4883628.
HSL color Cylindrical-coordinate representation of color #AC844A: hue angle of 35.51º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC844A is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 132 | 74 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.33 |
| HSL | 35.51º | 0.4% | 0.48% | - |
| HSV(B) | 35.51º | 0.57% | 0.67% | - |
| XYZ | 26.5 | 25.77 | 10.06 | - |
| YUV | 137.35 | 92.25 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 132 | 74 | 0 | 0.23 | 0.57 | 0.33 | 35.51 | 0.4 | 0.48 |
| Hex | AC | 84 | 4A | 0 | 17 | 39 | 21 | 24 | 28 | 30 |
| Octal | 254 | 204 | 112 | 0 | 27 | 71 | 41 | 44 | 50 | 60 |
| Binary | 10101100 | 10000100 | 1001010 | 0 | 10111 | 111001 | 100001 | 100100 | 101000 | 110000 |
Color Harmonies of #AC844A
Complementary color
Monochromatic Colors of #AC844A
Black with #AC844A
Text Example
Text Example
White with #AC844A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC844A; }
p { color: rgb(172,132,74); }
H1.HeaderClassName
{
color: #AC844A;
}
.AnyTagClassName
{
color: #AC844A;
}
</style>
background-color css
<style>
a { background-color: #AC844A; }
a { background-color: rgb(172,132,74); }
div.DivClassName
{
background-color: #AC844A;
}
.BgClassName
{
background-color: #AC844A;
}
</style>
border-color css
<style>
span { border-color: #AC844A; }
span { border-color: rgb(172,132,74); }
td.TdClassName
{
border-color: #AC844A;
}
.TagClassName
{
border-color: #AC844A;
}
</style>