Shades of Muddy Waters #AC7C43
Tints of Muddy Waters #AC7C43
RGB
CMYK
RGB Variations
Color information
#AC7C43 (or 0xAC7C43) is known color: Muddy Waters. HEX triplet: AC, 7C and 43. RGB value is (172,124,67). Sum of RGB (Red+Green+Blue) = 172+124+67=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 67 (26.56% from 255 or 18.46% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7C43 is #5383BC. Grayscale: #848484. Windows color (decimal): -5473213 or 4422828. OLE color: 4422828.
HSL color Cylindrical-coordinate representation of color #AC7C43: hue angle of 32.57º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC7C43 is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 124 | 67 | - |
| CMYK | 0 | 0.28 | 0.61 | 0.33 |
| HSL | 32.57º | 0.44% | 0.47% | - |
| HSV(B) | 32.57º | 0.61% | 0.67% | - |
| XYZ | 25.23 | 23.59 | 8.53 | - |
| YUV | 131.85 | 91.4 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 124 | 67 | 0 | 0.28 | 0.61 | 0.33 | 32.57 | 0.44 | 0.47 |
| Hex | AC | 7C | 43 | 0 | 1C | 3D | 21 | 21 | 2C | 2F |
| Octal | 254 | 174 | 103 | 0 | 34 | 75 | 41 | 41 | 54 | 57 |
| Binary | 10101100 | 1111100 | 1000011 | 0 | 11100 | 111101 | 100001 | 100001 | 101100 | 101111 |
Color Harmonies of #AC7C43
Complementary color
Monochromatic Colors of #AC7C43
Black with #AC7C43
Text Example
Text Example
White with #AC7C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7C43; }
p { color: rgb(172,124,67); }
H1.HeaderClassName
{
color: #AC7C43;
}
.AnyTagClassName
{
color: #AC7C43;
}
</style>
background-color css
<style>
a { background-color: #AC7C43; }
a { background-color: rgb(172,124,67); }
div.DivClassName
{
background-color: #AC7C43;
}
.BgClassName
{
background-color: #AC7C43;
}
</style>
border-color css
<style>
span { border-color: #AC7C43; }
span { border-color: rgb(172,124,67); }
td.TdClassName
{
border-color: #AC7C43;
}
.TagClassName
{
border-color: #AC7C43;
}
</style>