Shades of Muddy Waters #AC784D
Tints of Muddy Waters #AC784D
RGB
CMYK
RGB Variations
Color information
#AC784D (or 0xAC784D) is known color: Muddy Waters. HEX triplet: AC, 78 and 4D. RGB value is (172,120,77). Sum of RGB (Red+Green+Blue) = 172+120+77=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 120 (47.27% from 255 or 32.52% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC784D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC784D is #5387B2. Grayscale: #828282. Windows color (decimal): -5474227 or 5077164. OLE color: 5077164.
HSL color Cylindrical-coordinate representation of color #AC784D: hue angle of 27.16º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC784D is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 120 | 77 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.33 |
| HSL | 27.16º | 0.38% | 0.49% | - |
| HSV(B) | 27.16º | 0.55% | 0.67% | - |
| XYZ | 25.07 | 22.74 | 10.09 | - |
| YUV | 130.65 | 97.73 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 120 | 77 | 0 | 0.30 | 0.55 | 0.33 | 27.16 | 0.38 | 0.49 |
| Hex | AC | 78 | 4D | 0 | 1E | 37 | 21 | 1B | 26 | 31 |
| Octal | 254 | 170 | 115 | 0 | 36 | 67 | 41 | 33 | 46 | 61 |
| Binary | 10101100 | 1111000 | 1001101 | 0 | 11110 | 110111 | 100001 | 11011 | 100110 | 110001 |
Color Harmonies of #AC784D
Complementary color
Monochromatic Colors of #AC784D
Black with #AC784D
Text Example
Text Example
White with #AC784D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC784D; }
p { color: rgb(172,120,77); }
H1.HeaderClassName
{
color: #AC784D;
}
.AnyTagClassName
{
color: #AC784D;
}
</style>
background-color css
<style>
a { background-color: #AC784D; }
a { background-color: rgb(172,120,77); }
div.DivClassName
{
background-color: #AC784D;
}
.BgClassName
{
background-color: #AC784D;
}
</style>
border-color css
<style>
span { border-color: #AC784D; }
span { border-color: rgb(172,120,77); }
td.TdClassName
{
border-color: #AC784D;
}
.TagClassName
{
border-color: #AC784D;
}
</style>