Shades of Muddy Waters #AC7E40
Tints of Muddy Waters #AC7E40
RGB
CMYK
RGB Variations
Color information
#AC7E40 (or 0xAC7E40) is known color: Muddy Waters. HEX triplet: AC, 7E and 40. RGB value is (172,126,64). Sum of RGB (Red+Green+Blue) = 172+126+64=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 126 (49.61% from 255 or 34.81% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7E40 is #5381BF. Grayscale: #848484. Windows color (decimal): -5472704 or 4226732. OLE color: 4226732.
HSL color Cylindrical-coordinate representation of color #AC7E40: hue angle of 34.44º 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 #AC7E40 is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 126 | 64 | - |
| CMYK | 0 | 0.27 | 0.63 | 0.33 |
| HSL | 34.44º | 0.46% | 0.46% | - |
| HSV(B) | 34.44º | 0.63% | 0.67% | - |
| XYZ | 25.4 | 24.06 | 8.16 | - |
| YUV | 132.69 | 89.24 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 126 | 64 | 0 | 0.27 | 0.63 | 0.33 | 34.44 | 0.46 | 0.46 |
| Hex | AC | 7E | 40 | 0 | 1B | 3F | 21 | 22 | 2E | 2E |
| Octal | 254 | 176 | 100 | 0 | 33 | 77 | 41 | 42 | 56 | 56 |
| Binary | 10101100 | 1111110 | 1000000 | 0 | 11011 | 111111 | 100001 | 100010 | 101110 | 101110 |
Color Harmonies of #AC7E40
Complementary color
Monochromatic Colors of #AC7E40
Black with #AC7E40
Text Example
Text Example
White with #AC7E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7E40; }
p { color: rgb(172,126,64); }
H1.HeaderClassName
{
color: #AC7E40;
}
.AnyTagClassName
{
color: #AC7E40;
}
</style>
background-color css
<style>
a { background-color: #AC7E40; }
a { background-color: rgb(172,126,64); }
div.DivClassName
{
background-color: #AC7E40;
}
.BgClassName
{
background-color: #AC7E40;
}
</style>
border-color css
<style>
span { border-color: #AC7E40; }
span { border-color: rgb(172,126,64); }
td.TdClassName
{
border-color: #AC7E40;
}
.TagClassName
{
border-color: #AC7E40;
}
</style>