Shades of Muddy Waters #AC8446
Tints of Muddy Waters #AC8446
RGB
CMYK
RGB Variations
Color information
#AC8446 (or 0xAC8446) is known color: Muddy Waters. HEX triplet: AC, 84 and 46. RGB value is (172,132,70). Sum of RGB (Red+Green+Blue) = 172+132+70=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 70 (27.73% from 255 or 18.72% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8446 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8446 is #537BB9. Grayscale: #898989. Windows color (decimal): -5471162 or 4621484. OLE color: 4621484.
HSL color Cylindrical-coordinate representation of color #AC8446: hue angle of 36.47º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC8446 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 132 | 70 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.33 |
| HSL | 36.47º | 0.42% | 0.47% | - |
| HSV(B) | 36.47º | 0.59% | 0.67% | - |
| XYZ | 26.37 | 25.72 | 9.37 | - |
| YUV | 136.89 | 90.25 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 132 | 70 | 0 | 0.23 | 0.59 | 0.33 | 36.47 | 0.42 | 0.47 |
| Hex | AC | 84 | 46 | 0 | 17 | 3B | 21 | 24 | 2A | 2F |
| Octal | 254 | 204 | 106 | 0 | 27 | 73 | 41 | 44 | 52 | 57 |
| Binary | 10101100 | 10000100 | 1000110 | 0 | 10111 | 111011 | 100001 | 100100 | 101010 | 101111 |
Color Harmonies of #AC8446
Complementary color
Monochromatic Colors of #AC8446
Black with #AC8446
Text Example
Text Example
White with #AC8446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8446; }
p { color: rgb(172,132,70); }
H1.HeaderClassName
{
color: #AC8446;
}
.AnyTagClassName
{
color: #AC8446;
}
</style>
background-color css
<style>
a { background-color: #AC8446; }
a { background-color: rgb(172,132,70); }
div.DivClassName
{
background-color: #AC8446;
}
.BgClassName
{
background-color: #AC8446;
}
</style>
border-color css
<style>
span { border-color: #AC8446; }
span { border-color: rgb(172,132,70); }
td.TdClassName
{
border-color: #AC8446;
}
.TagClassName
{
border-color: #AC8446;
}
</style>