Shades of Muddy Waters #AC8053
Tints of Muddy Waters #AC8053
RGB
CMYK
RGB Variations
Color information
#AC8053 (or 0xAC8053) is known color: Muddy Waters. HEX triplet: AC, 80 and 53. RGB value is (172,128,83). Sum of RGB (Red+Green+Blue) = 172+128+83=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 83 (32.81% from 255 or 21.67% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8053 is #537FAC. Grayscale: #888888. Windows color (decimal): -5472173 or 5472428. OLE color: 5472428.
HSL color Cylindrical-coordinate representation of color #AC8053: hue angle of 30.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 #AC8053 is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 128 | 83 | - |
| CMYK | 0 | 0.26 | 0.52 | 0.33 |
| HSL | 30.34º | 0.35% | 0.5% | - |
| HSV(B) | 30.34º | 0.52% | 0.67% | - |
| XYZ | 26.29 | 24.83 | 11.59 | - |
| YUV | 136.03 | 98.08 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 128 | 83 | 0 | 0.26 | 0.52 | 0.33 | 30.34 | 0.35 | 0.5 |
| Hex | AC | 80 | 53 | 0 | 1A | 34 | 21 | 1E | 23 | 32 |
| Octal | 254 | 200 | 123 | 0 | 32 | 64 | 41 | 36 | 43 | 62 |
| Binary | 10101100 | 10000000 | 1010011 | 0 | 11010 | 110100 | 100001 | 11110 | 100011 | 110010 |
Color Harmonies of #AC8053
Complementary color
Monochromatic Colors of #AC8053
Black with #AC8053
Text Example
Text Example
White with #AC8053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8053; }
p { color: rgb(172,128,83); }
H1.HeaderClassName
{
color: #AC8053;
}
.AnyTagClassName
{
color: #AC8053;
}
</style>
background-color css
<style>
a { background-color: #AC8053; }
a { background-color: rgb(172,128,83); }
div.DivClassName
{
background-color: #AC8053;
}
.BgClassName
{
background-color: #AC8053;
}
</style>
border-color css
<style>
span { border-color: #AC8053; }
span { border-color: rgb(172,128,83); }
td.TdClassName
{
border-color: #AC8053;
}
.TagClassName
{
border-color: #AC8053;
}
</style>