Shades of Muddy Waters #AC8356
Tints of Muddy Waters #AC8356
RGB
CMYK
RGB Variations
Color information
#AC8356 (or 0xAC8356) is known color: Muddy Waters. HEX triplet: AC, 83 and 56. RGB value is (172,131,86). Sum of RGB (Red+Green+Blue) = 172+131+86=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 86 (33.98% from 255 or 22.11% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8356 is #537CA9. Grayscale: #8A8A8A. Windows color (decimal): -5471402 or 5669804. OLE color: 5669804.
HSL color Cylindrical-coordinate representation of color #AC8356: hue angle of 31.4º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC8356 is Cyan = 0, Magento = 0.24, Yellow = 0.5 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 131 | 86 | - |
| CMYK | 0 | 0.24 | 0.5 | 0.33 |
| HSL | 31.4º | 0.34% | 0.51% | - |
| HSV(B) | 31.4º | 0.5% | 0.67% | - |
| XYZ | 26.81 | 25.68 | 12.35 | - |
| YUV | 138.13 | 98.58 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 131 | 86 | 0 | 0.24 | 0.5 | 0.33 | 31.4 | 0.34 | 0.51 |
| Hex | AC | 83 | 56 | 0 | 18 | 32 | 21 | 1F | 22 | 33 |
| Octal | 254 | 203 | 126 | 0 | 30 | 62 | 41 | 37 | 42 | 63 |
| Binary | 10101100 | 10000011 | 1010110 | 0 | 11000 | 110010 | 100001 | 11111 | 100010 | 110011 |
Color Harmonies of #AC8356
Complementary color
Monochromatic Colors of #AC8356
Black with #AC8356
Text Example
Text Example
White with #AC8356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8356; }
p { color: rgb(172,131,86); }
H1.HeaderClassName
{
color: #AC8356;
}
.AnyTagClassName
{
color: #AC8356;
}
</style>
background-color css
<style>
a { background-color: #AC8356; }
a { background-color: rgb(172,131,86); }
div.DivClassName
{
background-color: #AC8356;
}
.BgClassName
{
background-color: #AC8356;
}
</style>
border-color css
<style>
span { border-color: #AC8356; }
span { border-color: rgb(172,131,86); }
td.TdClassName
{
border-color: #AC8356;
}
.TagClassName
{
border-color: #AC8356;
}
</style>