Shades of Muddy Waters #AC7D56
Tints of Muddy Waters #AC7D56
RGB
CMYK
RGB Variations
Color information
#AC7D56 (or 0xAC7D56) is known color: Muddy Waters. HEX triplet: AC, 7D and 56. RGB value is (172,125,86). Sum of RGB (Red+Green+Blue) = 172+125+86=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 86 (33.98% from 255 or 22.45% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7D56 is #5382A9. Grayscale: #868686. Windows color (decimal): -5472938 or 5668268. OLE color: 5668268.
HSL color Cylindrical-coordinate representation of color #AC7D56: hue angle of 27.21º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC7D56 is Cyan = 0, Magento = 0.27, Yellow = 0.5 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 125 | 86 | - |
| CMYK | 0 | 0.27 | 0.5 | 0.33 |
| HSL | 27.21º | 0.34% | 0.51% | - |
| HSV(B) | 27.21º | 0.5% | 0.67% | - |
| XYZ | 26.03 | 24.11 | 12.09 | - |
| YUV | 134.61 | 100.57 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 125 | 86 | 0 | 0.27 | 0.5 | 0.33 | 27.21 | 0.34 | 0.51 |
| Hex | AC | 7D | 56 | 0 | 1B | 32 | 21 | 1B | 22 | 33 |
| Octal | 254 | 175 | 126 | 0 | 33 | 62 | 41 | 33 | 42 | 63 |
| Binary | 10101100 | 1111101 | 1010110 | 0 | 11011 | 110010 | 100001 | 11011 | 100010 | 110011 |
Color Harmonies of #AC7D56
Complementary color
Monochromatic Colors of #AC7D56
Black with #AC7D56
Text Example
Text Example
White with #AC7D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7D56; }
p { color: rgb(172,125,86); }
H1.HeaderClassName
{
color: #AC7D56;
}
.AnyTagClassName
{
color: #AC7D56;
}
</style>
background-color css
<style>
a { background-color: #AC7D56; }
a { background-color: rgb(172,125,86); }
div.DivClassName
{
background-color: #AC7D56;
}
.BgClassName
{
background-color: #AC7D56;
}
</style>
border-color css
<style>
span { border-color: #AC7D56; }
span { border-color: rgb(172,125,86); }
td.TdClassName
{
border-color: #AC7D56;
}
.TagClassName
{
border-color: #AC7D56;
}
</style>