Shades of Muddy Waters #AC7D55
Tints of Muddy Waters #AC7D55
RGB
CMYK
RGB Variations
Color information
#AC7D55 (or 0xAC7D55) is known color: Muddy Waters. HEX triplet: AC, 7D and 55. RGB value is (172,125,85). Sum of RGB (Red+Green+Blue) = 172+125+85=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 85 (33.59% from 255 or 22.25% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7D55 is #5382AA. Grayscale: #868686. Windows color (decimal): -5472939 or 5602732. OLE color: 5602732.
HSL color Cylindrical-coordinate representation of color #AC7D55: hue angle of 27.59º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC7D55 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 125 | 85 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.33 |
| HSL | 27.59º | 0.34% | 0.5% | - |
| HSV(B) | 27.59º | 0.51% | 0.67% | - |
| XYZ | 25.99 | 24.09 | 11.88 | - |
| YUV | 134.49 | 100.07 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 125 | 85 | 0 | 0.27 | 0.51 | 0.33 | 27.59 | 0.34 | 0.5 |
| Hex | AC | 7D | 55 | 0 | 1B | 33 | 21 | 1C | 22 | 32 |
| Octal | 254 | 175 | 125 | 0 | 33 | 63 | 41 | 34 | 42 | 62 |
| Binary | 10101100 | 1111101 | 1010101 | 0 | 11011 | 110011 | 100001 | 11100 | 100010 | 110010 |
Color Harmonies of #AC7D55
Complementary color
Monochromatic Colors of #AC7D55
Black with #AC7D55
Text Example
Text Example
White with #AC7D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7D55; }
p { color: rgb(172,125,85); }
H1.HeaderClassName
{
color: #AC7D55;
}
.AnyTagClassName
{
color: #AC7D55;
}
</style>
background-color css
<style>
a { background-color: #AC7D55; }
a { background-color: rgb(172,125,85); }
div.DivClassName
{
background-color: #AC7D55;
}
.BgClassName
{
background-color: #AC7D55;
}
</style>
border-color css
<style>
span { border-color: #AC7D55; }
span { border-color: rgb(172,125,85); }
td.TdClassName
{
border-color: #AC7D55;
}
.TagClassName
{
border-color: #AC7D55;
}
</style>