Shades of Muddy Waters #AC7F49
Tints of Muddy Waters #AC7F49
RGB
CMYK
RGB Variations
Color information
#AC7F49 (or 0xAC7F49) is known color: Muddy Waters. HEX triplet: AC, 7F and 49. RGB value is (172,127,73). Sum of RGB (Red+Green+Blue) = 172+127+73=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 127 (50% from 255 or 34.14% from 372); Blue value is 73 (28.91% from 255 or 19.62% from 372); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7F49 is #5380B6. Grayscale: #868686. Windows color (decimal): -5472439 or 4816812. OLE color: 4816812.
HSL color Cylindrical-coordinate representation of color #AC7F49: hue angle of 32.73º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC7F49 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 127 | 73 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.33 |
| HSL | 32.73º | 0.4% | 0.48% | - |
| HSV(B) | 32.73º | 0.58% | 0.67% | - |
| XYZ | 25.81 | 24.43 | 9.66 | - |
| YUV | 134.3 | 93.41 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 127 | 73 | 0 | 0.26 | 0.58 | 0.33 | 32.73 | 0.4 | 0.48 |
| Hex | AC | 7F | 49 | 0 | 1A | 3A | 21 | 21 | 28 | 30 |
| Octal | 254 | 177 | 111 | 0 | 32 | 72 | 41 | 41 | 50 | 60 |
| Binary | 10101100 | 1111111 | 1001001 | 0 | 11010 | 111010 | 100001 | 100001 | 101000 | 110000 |
Color Harmonies of #AC7F49
Complementary color
Monochromatic Colors of #AC7F49
Black with #AC7F49
Text Example
Text Example
White with #AC7F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7F49; }
p { color: rgb(172,127,73); }
H1.HeaderClassName
{
color: #AC7F49;
}
.AnyTagClassName
{
color: #AC7F49;
}
</style>
background-color css
<style>
a { background-color: #AC7F49; }
a { background-color: rgb(172,127,73); }
div.DivClassName
{
background-color: #AC7F49;
}
.BgClassName
{
background-color: #AC7F49;
}
</style>
border-color css
<style>
span { border-color: #AC7F49; }
span { border-color: rgb(172,127,73); }
td.TdClassName
{
border-color: #AC7F49;
}
.TagClassName
{
border-color: #AC7F49;
}
</style>