Shades of Muddy Waters #AC8355
Tints of Muddy Waters #AC8355
RGB
CMYK
RGB Variations
Color information
#AC8355 (or 0xAC8355) is known color: Muddy Waters. HEX triplet: AC, 83 and 55. RGB value is (172,131,85). Sum of RGB (Red+Green+Blue) = 172+131+85=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 85 (33.59% from 255 or 21.91% from 388); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8355 is #537CAA. Grayscale: #8A8A8A. Windows color (decimal): -5471403 or 5604268. OLE color: 5604268.
HSL color Cylindrical-coordinate representation of color #AC8355: hue angle of 31.72º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC8355 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 131 | 85 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.33 |
| HSL | 31.72º | 0.34% | 0.5% | - |
| HSV(B) | 31.72º | 0.51% | 0.67% | - |
| XYZ | 26.77 | 25.66 | 12.14 | - |
| YUV | 138.02 | 98.08 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 131 | 85 | 0 | 0.24 | 0.51 | 0.33 | 31.72 | 0.34 | 0.5 |
| Hex | AC | 83 | 55 | 0 | 18 | 33 | 21 | 20 | 22 | 32 |
| Octal | 254 | 203 | 125 | 0 | 30 | 63 | 41 | 40 | 42 | 62 |
| Binary | 10101100 | 10000011 | 1010101 | 0 | 11000 | 110011 | 100001 | 100000 | 100010 | 110010 |
Color Harmonies of #AC8355
Complementary color
Monochromatic Colors of #AC8355
Black with #AC8355
Text Example
Text Example
White with #AC8355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8355; }
p { color: rgb(172,131,85); }
H1.HeaderClassName
{
color: #AC8355;
}
.AnyTagClassName
{
color: #AC8355;
}
</style>
background-color css
<style>
a { background-color: #AC8355; }
a { background-color: rgb(172,131,85); }
div.DivClassName
{
background-color: #AC8355;
}
.BgClassName
{
background-color: #AC8355;
}
</style>
border-color css
<style>
span { border-color: #AC8355; }
span { border-color: rgb(172,131,85); }
td.TdClassName
{
border-color: #AC8355;
}
.TagClassName
{
border-color: #AC8355;
}
</style>