Shades of Muddy Waters #AC8549
Tints of Muddy Waters #AC8549
RGB
CMYK
RGB Variations
Color information
#AC8549 (or 0xAC8549) is known color: Muddy Waters. HEX triplet: AC, 85 and 49. RGB value is (172,133,73). Sum of RGB (Red+Green+Blue) = 172+133+73=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 73 (28.91% from 255 or 19.31% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8549 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8549 is #537AB6. Grayscale: #8A8A8A. Windows color (decimal): -5470903 or 4818348. OLE color: 4818348.
HSL color Cylindrical-coordinate representation of color #AC8549: hue angle of 36.36º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC8549 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 133 | 73 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.33 |
| HSL | 36.36º | 0.4% | 0.48% | - |
| HSV(B) | 36.36º | 0.58% | 0.67% | - |
| XYZ | 26.6 | 26.03 | 9.92 | - |
| YUV | 137.82 | 91.42 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 133 | 73 | 0 | 0.23 | 0.58 | 0.33 | 36.36 | 0.4 | 0.48 |
| Hex | AC | 85 | 49 | 0 | 17 | 3A | 21 | 24 | 28 | 30 |
| Octal | 254 | 205 | 111 | 0 | 27 | 72 | 41 | 44 | 50 | 60 |
| Binary | 10101100 | 10000101 | 1001001 | 0 | 10111 | 111010 | 100001 | 100100 | 101000 | 110000 |
Color Harmonies of #AC8549
Complementary color
Monochromatic Colors of #AC8549
Black with #AC8549
Text Example
Text Example
White with #AC8549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8549; }
p { color: rgb(172,133,73); }
H1.HeaderClassName
{
color: #AC8549;
}
.AnyTagClassName
{
color: #AC8549;
}
</style>
background-color css
<style>
a { background-color: #AC8549; }
a { background-color: rgb(172,133,73); }
div.DivClassName
{
background-color: #AC8549;
}
.BgClassName
{
background-color: #AC8549;
}
</style>
border-color css
<style>
span { border-color: #AC8549; }
span { border-color: rgb(172,133,73); }
td.TdClassName
{
border-color: #AC8549;
}
.TagClassName
{
border-color: #AC8549;
}
</style>