Shades of Muddy Waters #AC794A
Tints of Muddy Waters #AC794A
RGB
CMYK
RGB Variations
Color information
#AC794A (or 0xAC794A) is known color: Muddy Waters. HEX triplet: AC, 79 and 4A. RGB value is (172,121,74). Sum of RGB (Red+Green+Blue) = 172+121+74=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 121 (47.66% from 255 or 32.97% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC794A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC794A is #5386B5. Grayscale: #838383. Windows color (decimal): -5473974 or 4880812. OLE color: 4880812.
HSL color Cylindrical-coordinate representation of color #AC794A: hue angle of 28.78º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC794A is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 121 | 74 | - |
| CMYK | 0 | 0.30 | 0.57 | 0.33 |
| HSL | 28.78º | 0.4% | 0.48% | - |
| HSV(B) | 28.78º | 0.57% | 0.67% | - |
| XYZ | 25.09 | 22.94 | 9.58 | - |
| YUV | 130.89 | 95.9 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 121 | 74 | 0 | 0.30 | 0.57 | 0.33 | 28.78 | 0.4 | 0.48 |
| Hex | AC | 79 | 4A | 0 | 1E | 39 | 21 | 1D | 28 | 30 |
| Octal | 254 | 171 | 112 | 0 | 36 | 71 | 41 | 35 | 50 | 60 |
| Binary | 10101100 | 1111001 | 1001010 | 0 | 11110 | 111001 | 100001 | 11101 | 101000 | 110000 |
Color Harmonies of #AC794A
Complementary color
Monochromatic Colors of #AC794A
Black with #AC794A
Text Example
Text Example
White with #AC794A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC794A; }
p { color: rgb(172,121,74); }
H1.HeaderClassName
{
color: #AC794A;
}
.AnyTagClassName
{
color: #AC794A;
}
</style>
background-color css
<style>
a { background-color: #AC794A; }
a { background-color: rgb(172,121,74); }
div.DivClassName
{
background-color: #AC794A;
}
.BgClassName
{
background-color: #AC794A;
}
</style>
border-color css
<style>
span { border-color: #AC794A; }
span { border-color: rgb(172,121,74); }
td.TdClassName
{
border-color: #AC794A;
}
.TagClassName
{
border-color: #AC794A;
}
</style>