Shades of Muddy Waters #AC7849
Tints of Muddy Waters #AC7849
RGB
CMYK
RGB Variations
Color information
#AC7849 (or 0xAC7849) is known color: Muddy Waters. HEX triplet: AC, 78 and 49. RGB value is (172,120,73). Sum of RGB (Red+Green+Blue) = 172+120+73=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 120 (47.27% from 255 or 32.88% from 365); Blue value is 73 (28.91% from 255 or 20% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7849 is #5387B6. Grayscale: #828282. Windows color (decimal): -5474231 or 4815020. OLE color: 4815020.
HSL color Cylindrical-coordinate representation of color #AC7849: hue angle of 28.48º 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 #AC7849 is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 120 | 73 | - |
| CMYK | 0 | 0.30 | 0.58 | 0.33 |
| HSL | 28.48º | 0.4% | 0.48% | - |
| HSV(B) | 28.48º | 0.58% | 0.67% | - |
| XYZ | 24.93 | 22.68 | 9.37 | - |
| YUV | 130.19 | 95.73 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 120 | 73 | 0 | 0.30 | 0.58 | 0.33 | 28.48 | 0.4 | 0.48 |
| Hex | AC | 78 | 49 | 0 | 1E | 3A | 21 | 1C | 28 | 30 |
| Octal | 254 | 170 | 111 | 0 | 36 | 72 | 41 | 34 | 50 | 60 |
| Binary | 10101100 | 1111000 | 1001001 | 0 | 11110 | 111010 | 100001 | 11100 | 101000 | 110000 |
Color Harmonies of #AC7849
Complementary color
Monochromatic Colors of #AC7849
Black with #AC7849
Text Example
Text Example
White with #AC7849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7849; }
p { color: rgb(172,120,73); }
H1.HeaderClassName
{
color: #AC7849;
}
.AnyTagClassName
{
color: #AC7849;
}
</style>
background-color css
<style>
a { background-color: #AC7849; }
a { background-color: rgb(172,120,73); }
div.DivClassName
{
background-color: #AC7849;
}
.BgClassName
{
background-color: #AC7849;
}
</style>
border-color css
<style>
span { border-color: #AC7849; }
span { border-color: rgb(172,120,73); }
td.TdClassName
{
border-color: #AC7849;
}
.TagClassName
{
border-color: #AC7849;
}
</style>