Shades of Muddy Waters #AC8346
Tints of Muddy Waters #AC8346
RGB
CMYK
RGB Variations
Color information
#AC8346 (or 0xAC8346) is known color: Muddy Waters. HEX triplet: AC, 83 and 46. RGB value is (172,131,70). Sum of RGB (Red+Green+Blue) = 172+131+70=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8346 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8346 is #537CB9. Grayscale: #888888. Windows color (decimal): -5471418 or 4621228. OLE color: 4621228.
HSL color Cylindrical-coordinate representation of color #AC8346: hue angle of 35.88º 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 #AC8346 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 131 | 70 | - |
| CMYK | 0 | 0.24 | 0.59 | 0.33 |
| HSL | 35.88º | 0.42% | 0.47% | - |
| HSV(B) | 35.88º | 0.59% | 0.67% | - |
| XYZ | 26.24 | 25.45 | 9.32 | - |
| YUV | 136.31 | 90.58 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 131 | 70 | 0 | 0.24 | 0.59 | 0.33 | 35.88 | 0.42 | 0.47 |
| Hex | AC | 83 | 46 | 0 | 18 | 3B | 21 | 24 | 2A | 2F |
| Octal | 254 | 203 | 106 | 0 | 30 | 73 | 41 | 44 | 52 | 57 |
| Binary | 10101100 | 10000011 | 1000110 | 0 | 11000 | 111011 | 100001 | 100100 | 101010 | 101111 |
Color Harmonies of #AC8346
Complementary color
Monochromatic Colors of #AC8346
Black with #AC8346
Text Example
Text Example
White with #AC8346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8346; }
p { color: rgb(172,131,70); }
H1.HeaderClassName
{
color: #AC8346;
}
.AnyTagClassName
{
color: #AC8346;
}
</style>
background-color css
<style>
a { background-color: #AC8346; }
a { background-color: rgb(172,131,70); }
div.DivClassName
{
background-color: #AC8346;
}
.BgClassName
{
background-color: #AC8346;
}
</style>
border-color css
<style>
span { border-color: #AC8346; }
span { border-color: rgb(172,131,70); }
td.TdClassName
{
border-color: #AC8346;
}
.TagClassName
{
border-color: #AC8346;
}
</style>