Shades of Muddy Waters #AC784A
Tints of Muddy Waters #AC784A
RGB
CMYK
RGB Variations
Color information
#AC784A (or 0xAC784A) is known color: Muddy Waters. HEX triplet: AC, 78 and 4A. RGB value is (172,120,74). Sum of RGB (Red+Green+Blue) = 172+120+74=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 74 (29.30% from 255 or 20.22% from 366); Max value from RGB is 172 - color contains mainly: red. Hex color #AC784A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC784A is #5387B5. Grayscale: #828282. Windows color (decimal): -5474230 or 4880556. OLE color: 4880556.
HSL color Cylindrical-coordinate representation of color #AC784A: hue angle of 28.16º 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 #AC784A is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 120 | 74 | - |
| CMYK | 0 | 0.30 | 0.57 | 0.33 |
| HSL | 28.16º | 0.4% | 0.48% | - |
| HSV(B) | 28.16º | 0.57% | 0.67% | - |
| XYZ | 24.97 | 22.7 | 9.54 | - |
| YUV | 130.3 | 96.23 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 120 | 74 | 0 | 0.30 | 0.57 | 0.33 | 28.16 | 0.4 | 0.48 |
| Hex | AC | 78 | 4A | 0 | 1E | 39 | 21 | 1C | 28 | 30 |
| Octal | 254 | 170 | 112 | 0 | 36 | 71 | 41 | 34 | 50 | 60 |
| Binary | 10101100 | 1111000 | 1001010 | 0 | 11110 | 111001 | 100001 | 11100 | 101000 | 110000 |
Color Harmonies of #AC784A
Complementary color
Monochromatic Colors of #AC784A
Black with #AC784A
Text Example
Text Example
White with #AC784A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC784A; }
p { color: rgb(172,120,74); }
H1.HeaderClassName
{
color: #AC784A;
}
.AnyTagClassName
{
color: #AC784A;
}
</style>
background-color css
<style>
a { background-color: #AC784A; }
a { background-color: rgb(172,120,74); }
div.DivClassName
{
background-color: #AC784A;
}
.BgClassName
{
background-color: #AC784A;
}
</style>
border-color css
<style>
span { border-color: #AC784A; }
span { border-color: rgb(172,120,74); }
td.TdClassName
{
border-color: #AC784A;
}
.TagClassName
{
border-color: #AC784A;
}
</style>