Shades of Muddy Waters #AC7E4A
Tints of Muddy Waters #AC7E4A
RGB
CMYK
RGB Variations
Color information
#AC7E4A (or 0xAC7E4A) is known color: Muddy Waters. HEX triplet: AC, 7E and 4A. RGB value is (172,126,74). Sum of RGB (Red+Green+Blue) = 172+126+74=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 126 (49.61% from 255 or 33.87% from 372); Blue value is 74 (29.30% from 255 or 19.89% from 372); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7E4A is #5381B5. Grayscale: #868686. Windows color (decimal): -5472694 or 4882092. OLE color: 4882092.
HSL color Cylindrical-coordinate representation of color #AC7E4A: hue angle of 31.84º 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 #AC7E4A is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 126 | 74 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.33 |
| HSL | 31.84º | 0.4% | 0.48% | - |
| HSV(B) | 31.84º | 0.57% | 0.67% | - |
| XYZ | 25.71 | 24.19 | 9.79 | - |
| YUV | 133.83 | 94.24 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 126 | 74 | 0 | 0.27 | 0.57 | 0.33 | 31.84 | 0.4 | 0.48 |
| Hex | AC | 7E | 4A | 0 | 1B | 39 | 21 | 20 | 28 | 30 |
| Octal | 254 | 176 | 112 | 0 | 33 | 71 | 41 | 40 | 50 | 60 |
| Binary | 10101100 | 1111110 | 1001010 | 0 | 11011 | 111001 | 100001 | 100000 | 101000 | 110000 |
Color Harmonies of #AC7E4A
Complementary color
Monochromatic Colors of #AC7E4A
Black with #AC7E4A
Text Example
Text Example
White with #AC7E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7E4A; }
p { color: rgb(172,126,74); }
H1.HeaderClassName
{
color: #AC7E4A;
}
.AnyTagClassName
{
color: #AC7E4A;
}
</style>
background-color css
<style>
a { background-color: #AC7E4A; }
a { background-color: rgb(172,126,74); }
div.DivClassName
{
background-color: #AC7E4A;
}
.BgClassName
{
background-color: #AC7E4A;
}
</style>
border-color css
<style>
span { border-color: #AC7E4A; }
span { border-color: rgb(172,126,74); }
td.TdClassName
{
border-color: #AC7E4A;
}
.TagClassName
{
border-color: #AC7E4A;
}
</style>