Shades of Muddy Waters #AC7C55
Tints of Muddy Waters #AC7C55
RGB
CMYK
RGB Variations
Color information
#AC7C55 (or 0xAC7C55) is known color: Muddy Waters. HEX triplet: AC, 7C and 55. RGB value is (172,124,85). Sum of RGB (Red+Green+Blue) = 172+124+85=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7C55 is #5383AA. Grayscale: #868686. Windows color (decimal): -5473195 or 5602476. OLE color: 5602476.
HSL color Cylindrical-coordinate representation of color #AC7C55: hue angle of 26.9º 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 #AC7C55 is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 124 | 85 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.33 |
| HSL | 26.9º | 0.34% | 0.5% | - |
| HSV(B) | 26.9º | 0.51% | 0.67% | - |
| XYZ | 25.86 | 23.84 | 11.83 | - |
| YUV | 133.91 | 100.4 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 124 | 85 | 0 | 0.28 | 0.51 | 0.33 | 26.9 | 0.34 | 0.5 |
| Hex | AC | 7C | 55 | 0 | 1C | 33 | 21 | 1B | 22 | 32 |
| Octal | 254 | 174 | 125 | 0 | 34 | 63 | 41 | 33 | 42 | 62 |
| Binary | 10101100 | 1111100 | 1010101 | 0 | 11100 | 110011 | 100001 | 11011 | 100010 | 110010 |
Color Harmonies of #AC7C55
Complementary color
Monochromatic Colors of #AC7C55
Black with #AC7C55
Text Example
Text Example
White with #AC7C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7C55; }
p { color: rgb(172,124,85); }
H1.HeaderClassName
{
color: #AC7C55;
}
.AnyTagClassName
{
color: #AC7C55;
}
</style>
background-color css
<style>
a { background-color: #AC7C55; }
a { background-color: rgb(172,124,85); }
div.DivClassName
{
background-color: #AC7C55;
}
.BgClassName
{
background-color: #AC7C55;
}
</style>
border-color css
<style>
span { border-color: #AC7C55; }
span { border-color: rgb(172,124,85); }
td.TdClassName
{
border-color: #AC7C55;
}
.TagClassName
{
border-color: #AC7C55;
}
</style>