Shades of Muddy Waters #AC7C4D
Tints of Muddy Waters #AC7C4D
RGB
CMYK
RGB Variations
Color information
#AC7C4D (or 0xAC7C4D) is known color: Muddy Waters. HEX triplet: AC, 7C and 4D. RGB value is (172,124,77). Sum of RGB (Red+Green+Blue) = 172+124+77=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7C4D is #5383B2. Grayscale: #858585. Windows color (decimal): -5473203 or 5078188. OLE color: 5078188.
HSL color Cylindrical-coordinate representation of color #AC7C4D: hue angle of 29.68º 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 #AC7C4D is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 124 | 77 | - |
| CMYK | 0 | 0.28 | 0.55 | 0.33 |
| HSL | 29.68º | 0.38% | 0.49% | - |
| HSV(B) | 29.68º | 0.55% | 0.67% | - |
| XYZ | 25.56 | 23.72 | 10.25 | - |
| YUV | 132.99 | 96.4 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 124 | 77 | 0 | 0.28 | 0.55 | 0.33 | 29.68 | 0.38 | 0.49 |
| Hex | AC | 7C | 4D | 0 | 1C | 37 | 21 | 1E | 26 | 31 |
| Octal | 254 | 174 | 115 | 0 | 34 | 67 | 41 | 36 | 46 | 61 |
| Binary | 10101100 | 1111100 | 1001101 | 0 | 11100 | 110111 | 100001 | 11110 | 100110 | 110001 |
Color Harmonies of #AC7C4D
Complementary color
Monochromatic Colors of #AC7C4D
Black with #AC7C4D
Text Example
Text Example
White with #AC7C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7C4D; }
p { color: rgb(172,124,77); }
H1.HeaderClassName
{
color: #AC7C4D;
}
.AnyTagClassName
{
color: #AC7C4D;
}
</style>
background-color css
<style>
a { background-color: #AC7C4D; }
a { background-color: rgb(172,124,77); }
div.DivClassName
{
background-color: #AC7C4D;
}
.BgClassName
{
background-color: #AC7C4D;
}
</style>
border-color css
<style>
span { border-color: #AC7C4D; }
span { border-color: rgb(172,124,77); }
td.TdClassName
{
border-color: #AC7C4D;
}
.TagClassName
{
border-color: #AC7C4D;
}
</style>