Shades of Muddy Waters #AC8253
Tints of Muddy Waters #AC8253
RGB
CMYK
RGB Variations
Color information
#AC8253 (or 0xAC8253) is known color: Muddy Waters. HEX triplet: AC, 82 and 53. RGB value is (172,130,83). Sum of RGB (Red+Green+Blue) = 172+130+83=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 83 (32.81% from 255 or 21.56% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8253 is #537DAC. Grayscale: #898989. Windows color (decimal): -5471661 or 5472940. OLE color: 5472940.
HSL color Cylindrical-coordinate representation of color #AC8253: hue angle of 31.69º 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 #AC8253 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 130 | 83 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.33 |
| HSL | 31.69º | 0.35% | 0.5% | - |
| HSV(B) | 31.69º | 0.52% | 0.67% | - |
| XYZ | 26.56 | 25.36 | 11.68 | - |
| YUV | 137.2 | 97.41 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 130 | 83 | 0 | 0.24 | 0.52 | 0.33 | 31.69 | 0.35 | 0.5 |
| Hex | AC | 82 | 53 | 0 | 18 | 34 | 21 | 20 | 23 | 32 |
| Octal | 254 | 202 | 123 | 0 | 30 | 64 | 41 | 40 | 43 | 62 |
| Binary | 10101100 | 10000010 | 1010011 | 0 | 11000 | 110100 | 100001 | 100000 | 100011 | 110010 |
Color Harmonies of #AC8253
Complementary color
Monochromatic Colors of #AC8253
Black with #AC8253
Text Example
Text Example
White with #AC8253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8253; }
p { color: rgb(172,130,83); }
H1.HeaderClassName
{
color: #AC8253;
}
.AnyTagClassName
{
color: #AC8253;
}
</style>
background-color css
<style>
a { background-color: #AC8253; }
a { background-color: rgb(172,130,83); }
div.DivClassName
{
background-color: #AC8253;
}
.BgClassName
{
background-color: #AC8253;
}
</style>
border-color css
<style>
span { border-color: #AC8253; }
span { border-color: rgb(172,130,83); }
td.TdClassName
{
border-color: #AC8253;
}
.TagClassName
{
border-color: #AC8253;
}
</style>