Shades of Muddy Waters #AC8051
Tints of Muddy Waters #AC8051
RGB
CMYK
RGB Variations
Color information
#AC8051 (or 0xAC8051) is known color: Muddy Waters. HEX triplet: AC, 80 and 51. RGB value is (172,128,81). Sum of RGB (Red+Green+Blue) = 172+128+81=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 81 (32.03% from 255 or 21.26% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8051 is #537FAE. Grayscale: #888888. Windows color (decimal): -5472175 or 5341356. OLE color: 5341356.
HSL color Cylindrical-coordinate representation of color #AC8051: hue angle of 30.99º 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 #AC8051 is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 128 | 81 | - |
| CMYK | 0 | 0.26 | 0.53 | 0.33 |
| HSL | 30.99º | 0.36% | 0.5% | - |
| HSV(B) | 30.99º | 0.53% | 0.67% | - |
| XYZ | 26.22 | 24.8 | 11.19 | - |
| YUV | 135.8 | 97.08 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 128 | 81 | 0 | 0.26 | 0.53 | 0.33 | 30.99 | 0.36 | 0.5 |
| Hex | AC | 80 | 51 | 0 | 1A | 35 | 21 | 1F | 24 | 32 |
| Octal | 254 | 200 | 121 | 0 | 32 | 65 | 41 | 37 | 44 | 62 |
| Binary | 10101100 | 10000000 | 1010001 | 0 | 11010 | 110101 | 100001 | 11111 | 100100 | 110010 |
Color Harmonies of #AC8051
Complementary color
Monochromatic Colors of #AC8051
Black with #AC8051
Text Example
Text Example
White with #AC8051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8051; }
p { color: rgb(172,128,81); }
H1.HeaderClassName
{
color: #AC8051;
}
.AnyTagClassName
{
color: #AC8051;
}
</style>
background-color css
<style>
a { background-color: #AC8051; }
a { background-color: rgb(172,128,81); }
div.DivClassName
{
background-color: #AC8051;
}
.BgClassName
{
background-color: #AC8051;
}
</style>
border-color css
<style>
span { border-color: #AC8051; }
span { border-color: rgb(172,128,81); }
td.TdClassName
{
border-color: #AC8051;
}
.TagClassName
{
border-color: #AC8051;
}
</style>