Shades of Muddy Waters #AC7E4E
Tints of Muddy Waters #AC7E4E
RGB
CMYK
RGB Variations
Color information
#AC7E4E (or 0xAC7E4E) is known color: Muddy Waters. HEX triplet: AC, 7E and 4E. RGB value is (172,126,78). Sum of RGB (Red+Green+Blue) = 172+126+78=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 126 (49.61% from 255 or 33.51% from 376); Blue value is 78 (30.86% from 255 or 20.74% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7E4E is #5381B1. Grayscale: #868686. Windows color (decimal): -5472690 or 5144236. OLE color: 5144236.
HSL color Cylindrical-coordinate representation of color #AC7E4E: hue angle of 30.64º 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 #AC7E4E is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 126 | 78 | - |
| CMYK | 0 | 0.27 | 0.55 | 0.33 |
| HSL | 30.64º | 0.38% | 0.49% | - |
| HSV(B) | 30.64º | 0.55% | 0.67% | - |
| XYZ | 25.85 | 24.24 | 10.52 | - |
| YUV | 134.28 | 96.24 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 126 | 78 | 0 | 0.27 | 0.55 | 0.33 | 30.64 | 0.38 | 0.49 |
| Hex | AC | 7E | 4E | 0 | 1B | 37 | 21 | 1F | 26 | 31 |
| Octal | 254 | 176 | 116 | 0 | 33 | 67 | 41 | 37 | 46 | 61 |
| Binary | 10101100 | 1111110 | 1001110 | 0 | 11011 | 110111 | 100001 | 11111 | 100110 | 110001 |
Color Harmonies of #AC7E4E
Complementary color
Monochromatic Colors of #AC7E4E
Black with #AC7E4E
Text Example
Text Example
White with #AC7E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7E4E; }
p { color: rgb(172,126,78); }
H1.HeaderClassName
{
color: #AC7E4E;
}
.AnyTagClassName
{
color: #AC7E4E;
}
</style>
background-color css
<style>
a { background-color: #AC7E4E; }
a { background-color: rgb(172,126,78); }
div.DivClassName
{
background-color: #AC7E4E;
}
.BgClassName
{
background-color: #AC7E4E;
}
</style>
border-color css
<style>
span { border-color: #AC7E4E; }
span { border-color: rgb(172,126,78); }
td.TdClassName
{
border-color: #AC7E4E;
}
.TagClassName
{
border-color: #AC7E4E;
}
</style>