Shades of Muddy Waters #AC8552
Tints of Muddy Waters #AC8552
RGB
CMYK
RGB Variations
Color information
#AC8552 (or 0xAC8552) is known color: Muddy Waters. HEX triplet: AC, 85 and 52. RGB value is (172,133,82). Sum of RGB (Red+Green+Blue) = 172+133+82=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 82 (32.42% from 255 or 21.19% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8552 is #537AAD. Grayscale: #8B8B8B. Windows color (decimal): -5470894 or 5408172. OLE color: 5408172.
HSL color Cylindrical-coordinate representation of color #AC8552: hue angle of 34º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC8552 is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 133 | 82 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.33 |
| HSL | 34º | 0.35% | 0.5% | - |
| HSV(B) | 34º | 0.52% | 0.67% | - |
| XYZ | 26.92 | 26.15 | 11.61 | - |
| YUV | 138.85 | 95.92 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 133 | 82 | 0 | 0.23 | 0.52 | 0.33 | 34 | 0.35 | 0.5 |
| Hex | AC | 85 | 52 | 0 | 17 | 34 | 21 | 22 | 23 | 32 |
| Octal | 254 | 205 | 122 | 0 | 27 | 64 | 41 | 42 | 43 | 62 |
| Binary | 10101100 | 10000101 | 1010010 | 0 | 10111 | 110100 | 100001 | 100010 | 100011 | 110010 |
Color Harmonies of #AC8552
Complementary color
Monochromatic Colors of #AC8552
Black with #AC8552
Text Example
Text Example
White with #AC8552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8552; }
p { color: rgb(172,133,82); }
H1.HeaderClassName
{
color: #AC8552;
}
.AnyTagClassName
{
color: #AC8552;
}
</style>
background-color css
<style>
a { background-color: #AC8552; }
a { background-color: rgb(172,133,82); }
div.DivClassName
{
background-color: #AC8552;
}
.BgClassName
{
background-color: #AC8552;
}
</style>
border-color css
<style>
span { border-color: #AC8552; }
span { border-color: rgb(172,133,82); }
td.TdClassName
{
border-color: #AC8552;
}
.TagClassName
{
border-color: #AC8552;
}
</style>