Shades of Muddy Waters #AC784E
Tints of Muddy Waters #AC784E
RGB
CMYK
RGB Variations
Color information
#AC784E (or 0xAC784E) is known color: Muddy Waters. HEX triplet: AC, 78 and 4E. RGB value is (172,120,78). Sum of RGB (Red+Green+Blue) = 172+120+78=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 120 (47.27% from 255 or 32.43% from 370); Blue value is 78 (30.86% from 255 or 21.08% from 370); Max value from RGB is 172 - color contains mainly: red. Hex color #AC784E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC784E is #5387B1. Grayscale: #828282. Windows color (decimal): -5474226 or 5142700. OLE color: 5142700.
HSL color Cylindrical-coordinate representation of color #AC784E: hue angle of 26.81º 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 #AC784E is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 120 | 78 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.33 |
| HSL | 26.81º | 0.38% | 0.49% | - |
| HSV(B) | 26.81º | 0.55% | 0.67% | - |
| XYZ | 25.1 | 22.75 | 10.28 | - |
| YUV | 130.76 | 98.23 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 120 | 78 | 0 | 0.30 | 0.55 | 0.33 | 26.81 | 0.38 | 0.49 |
| Hex | AC | 78 | 4E | 0 | 1E | 37 | 21 | 1B | 26 | 31 |
| Octal | 254 | 170 | 116 | 0 | 36 | 67 | 41 | 33 | 46 | 61 |
| Binary | 10101100 | 1111000 | 1001110 | 0 | 11110 | 110111 | 100001 | 11011 | 100110 | 110001 |
Color Harmonies of #AC784E
Complementary color
Monochromatic Colors of #AC784E
Black with #AC784E
Text Example
Text Example
White with #AC784E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC784E; }
p { color: rgb(172,120,78); }
H1.HeaderClassName
{
color: #AC784E;
}
.AnyTagClassName
{
color: #AC784E;
}
</style>
background-color css
<style>
a { background-color: #AC784E; }
a { background-color: rgb(172,120,78); }
div.DivClassName
{
background-color: #AC784E;
}
.BgClassName
{
background-color: #AC784E;
}
</style>
border-color css
<style>
span { border-color: #AC784E; }
span { border-color: rgb(172,120,78); }
td.TdClassName
{
border-color: #AC784E;
}
.TagClassName
{
border-color: #AC784E;
}
</style>