Shades of Muddy Waters #AC8551
Tints of Muddy Waters #AC8551
RGB
CMYK
RGB Variations
Color information
#AC8551 (or 0xAC8551) is known color: Muddy Waters. HEX triplet: AC, 85 and 51. RGB value is (172,133,81). Sum of RGB (Red+Green+Blue) = 172+133+81=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 81 (32.03% from 255 or 20.98% from 386); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8551 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8551 is #537AAE. Grayscale: #8A8A8A. Windows color (decimal): -5470895 or 5342636. OLE color: 5342636.
HSL color Cylindrical-coordinate representation of color #AC8551: hue angle of 34.29º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC8551 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 133 | 81 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.33 |
| HSL | 34.29º | 0.36% | 0.5% | - |
| HSV(B) | 34.29º | 0.53% | 0.67% | - |
| XYZ | 26.89 | 26.14 | 11.41 | - |
| YUV | 138.73 | 95.42 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 133 | 81 | 0 | 0.23 | 0.53 | 0.33 | 34.29 | 0.36 | 0.5 |
| Hex | AC | 85 | 51 | 0 | 17 | 35 | 21 | 22 | 24 | 32 |
| Octal | 254 | 205 | 121 | 0 | 27 | 65 | 41 | 42 | 44 | 62 |
| Binary | 10101100 | 10000101 | 1010001 | 0 | 10111 | 110101 | 100001 | 100010 | 100100 | 110010 |
Color Harmonies of #AC8551
Complementary color
Monochromatic Colors of #AC8551
Black with #AC8551
Text Example
Text Example
White with #AC8551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8551; }
p { color: rgb(172,133,81); }
H1.HeaderClassName
{
color: #AC8551;
}
.AnyTagClassName
{
color: #AC8551;
}
</style>
background-color css
<style>
a { background-color: #AC8551; }
a { background-color: rgb(172,133,81); }
div.DivClassName
{
background-color: #AC8551;
}
.BgClassName
{
background-color: #AC8551;
}
</style>
border-color css
<style>
span { border-color: #AC8551; }
span { border-color: rgb(172,133,81); }
td.TdClassName
{
border-color: #AC8551;
}
.TagClassName
{
border-color: #AC8551;
}
</style>