Shades of Muddy Waters #AC794C
Tints of Muddy Waters #AC794C
RGB
CMYK
RGB Variations
Color information
#AC794C (or 0xAC794C) is known color: Muddy Waters. HEX triplet: AC, 79 and 4C. RGB value is (172,121,76). Sum of RGB (Red+Green+Blue) = 172+121+76=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 121 (47.66% from 255 or 32.79% from 369); Blue value is 76 (30.08% from 255 or 20.60% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC794C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC794C is #5386B3. Grayscale: #838383. Windows color (decimal): -5473972 or 5011884. OLE color: 5011884.
HSL color Cylindrical-coordinate representation of color #AC794C: hue angle of 28.12º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC794C is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 121 | 76 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.33 |
| HSL | 28.13º | 0.39% | 0.49% | - |
| HSV(B) | 28.13º | 0.56% | 0.67% | - |
| XYZ | 25.16 | 22.97 | 9.94 | - |
| YUV | 131.12 | 96.9 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 121 | 76 | 0 | 0.30 | 0.56 | 0.33 | 28.13 | 0.39 | 0.49 |
| Hex | AC | 79 | 4C | 0 | 1E | 38 | 21 | 1C | 27 | 31 |
| Octal | 254 | 171 | 114 | 0 | 36 | 70 | 41 | 34 | 47 | 61 |
| Binary | 10101100 | 1111001 | 1001100 | 0 | 11110 | 111000 | 100001 | 11100 | 100111 | 110001 |
Color Harmonies of #AC794C
Complementary color
Monochromatic Colors of #AC794C
Black with #AC794C
Text Example
Text Example
White with #AC794C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC794C; }
p { color: rgb(172,121,76); }
H1.HeaderClassName
{
color: #AC794C;
}
.AnyTagClassName
{
color: #AC794C;
}
</style>
background-color css
<style>
a { background-color: #AC794C; }
a { background-color: rgb(172,121,76); }
div.DivClassName
{
background-color: #AC794C;
}
.BgClassName
{
background-color: #AC794C;
}
</style>
border-color css
<style>
span { border-color: #AC794C; }
span { border-color: rgb(172,121,76); }
td.TdClassName
{
border-color: #AC794C;
}
.TagClassName
{
border-color: #AC794C;
}
</style>