Shades of Muddy Waters #AC7A49
Tints of Muddy Waters #AC7A49
RGB
CMYK
RGB Variations
Color information
#AC7A49 (or 0xAC7A49) is known color: Muddy Waters. HEX triplet: AC, 7A and 49. RGB value is (172,122,73). Sum of RGB (Red+Green+Blue) = 172+122+73=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 73 (28.91% from 255 or 19.89% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7A49 is #5385B6. Grayscale: #838383. Windows color (decimal): -5473719 or 4815532. OLE color: 4815532.
HSL color Cylindrical-coordinate representation of color #AC7A49: hue angle of 29.7º 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 #AC7A49 is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 122 | 73 | - |
| CMYK | 0 | 0.29 | 0.58 | 0.33 |
| HSL | 29.7º | 0.4% | 0.48% | - |
| HSV(B) | 29.7º | 0.58% | 0.67% | - |
| XYZ | 25.18 | 23.17 | 9.45 | - |
| YUV | 131.36 | 95.07 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 122 | 73 | 0 | 0.29 | 0.58 | 0.33 | 29.7 | 0.4 | 0.48 |
| Hex | AC | 7A | 49 | 0 | 1D | 3A | 21 | 1E | 28 | 30 |
| Octal | 254 | 172 | 111 | 0 | 35 | 72 | 41 | 36 | 50 | 60 |
| Binary | 10101100 | 1111010 | 1001001 | 0 | 11101 | 111010 | 100001 | 11110 | 101000 | 110000 |
Color Harmonies of #AC7A49
Complementary color
Monochromatic Colors of #AC7A49
Black with #AC7A49
Text Example
Text Example
White with #AC7A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7A49; }
p { color: rgb(172,122,73); }
H1.HeaderClassName
{
color: #AC7A49;
}
.AnyTagClassName
{
color: #AC7A49;
}
</style>
background-color css
<style>
a { background-color: #AC7A49; }
a { background-color: rgb(172,122,73); }
div.DivClassName
{
background-color: #AC7A49;
}
.BgClassName
{
background-color: #AC7A49;
}
</style>
border-color css
<style>
span { border-color: #AC7A49; }
span { border-color: rgb(172,122,73); }
td.TdClassName
{
border-color: #AC7A49;
}
.TagClassName
{
border-color: #AC7A49;
}
</style>