Shades of Muddy Waters #AC794F
Tints of Muddy Waters #AC794F
RGB
CMYK
RGB Variations
Color information
#AC794F (or 0xAC794F) is known color: Muddy Waters. HEX triplet: AC, 79 and 4F. RGB value is (172,121,79). Sum of RGB (Red+Green+Blue) = 172+121+79=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 121 (47.66% from 255 or 32.53% from 372); Blue value is 79 (31.25% from 255 or 21.24% from 372); Max value from RGB is 172 - color contains mainly: red. Hex color #AC794F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC794F is #5386B0. Grayscale: #838383. Windows color (decimal): -5473969 or 5208492. OLE color: 5208492.
HSL color Cylindrical-coordinate representation of color #AC794F: hue angle of 27.1º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC794F is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 121 | 79 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.33 |
| HSL | 27.1º | 0.37% | 0.49% | - |
| HSV(B) | 27.1º | 0.54% | 0.67% | - |
| XYZ | 25.26 | 23.01 | 10.51 | - |
| YUV | 131.46 | 98.4 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 121 | 79 | 0 | 0.30 | 0.54 | 0.33 | 27.1 | 0.37 | 0.49 |
| Hex | AC | 79 | 4F | 0 | 1E | 36 | 21 | 1B | 25 | 31 |
| Octal | 254 | 171 | 117 | 0 | 36 | 66 | 41 | 33 | 45 | 61 |
| Binary | 10101100 | 1111001 | 1001111 | 0 | 11110 | 110110 | 100001 | 11011 | 100101 | 110001 |
Color Harmonies of #AC794F
Complementary color
Monochromatic Colors of #AC794F
Black with #AC794F
Text Example
Text Example
White with #AC794F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC794F; }
p { color: rgb(172,121,79); }
H1.HeaderClassName
{
color: #AC794F;
}
.AnyTagClassName
{
color: #AC794F;
}
</style>
background-color css
<style>
a { background-color: #AC794F; }
a { background-color: rgb(172,121,79); }
div.DivClassName
{
background-color: #AC794F;
}
.BgClassName
{
background-color: #AC794F;
}
</style>
border-color css
<style>
span { border-color: #AC794F; }
span { border-color: rgb(172,121,79); }
td.TdClassName
{
border-color: #AC794F;
}
.TagClassName
{
border-color: #AC794F;
}
</style>