Shades of Muddy Waters #AC7C40
Tints of Muddy Waters #AC7C40
RGB
CMYK
RGB Variations
Color information
#AC7C40 (or 0xAC7C40) is known color: Muddy Waters. HEX triplet: AC, 7C and 40. RGB value is (172,124,64). Sum of RGB (Red+Green+Blue) = 172+124+64=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 124 (48.83% from 255 or 34.44% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7C40 is #5383BF. Grayscale: #838383. Windows color (decimal): -5473216 or 4226220. OLE color: 4226220.
HSL color Cylindrical-coordinate representation of color #AC7C40: hue angle of 33.33º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC7C40 is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 124 | 64 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.33 |
| HSL | 33.33º | 0.46% | 0.46% | - |
| HSV(B) | 33.33º | 0.63% | 0.67% | - |
| XYZ | 25.15 | 23.56 | 8.07 | - |
| YUV | 131.51 | 89.9 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 124 | 64 | 0 | 0.28 | 0.63 | 0.33 | 33.33 | 0.46 | 0.46 |
| Hex | AC | 7C | 40 | 0 | 1C | 3F | 21 | 21 | 2E | 2E |
| Octal | 254 | 174 | 100 | 0 | 34 | 77 | 41 | 41 | 56 | 56 |
| Binary | 10101100 | 1111100 | 1000000 | 0 | 11100 | 111111 | 100001 | 100001 | 101110 | 101110 |
Color Harmonies of #AC7C40
Complementary color
Monochromatic Colors of #AC7C40
Black with #AC7C40
Text Example
Text Example
White with #AC7C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7C40; }
p { color: rgb(172,124,64); }
H1.HeaderClassName
{
color: #AC7C40;
}
.AnyTagClassName
{
color: #AC7C40;
}
</style>
background-color css
<style>
a { background-color: #AC7C40; }
a { background-color: rgb(172,124,64); }
div.DivClassName
{
background-color: #AC7C40;
}
.BgClassName
{
background-color: #AC7C40;
}
</style>
border-color css
<style>
span { border-color: #AC7C40; }
span { border-color: rgb(172,124,64); }
td.TdClassName
{
border-color: #AC7C40;
}
.TagClassName
{
border-color: #AC7C40;
}
</style>