Shades of Muddy Waters #AC7B41
Tints of Muddy Waters #AC7B41
RGB
CMYK
RGB Variations
Color information
#AC7B41 (or 0xAC7B41) is known color: Muddy Waters. HEX triplet: AC, 7B and 41. RGB value is (172,123,65). Sum of RGB (Red+Green+Blue) = 172+123+65=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 65 (25.78% from 255 or 18.06% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7B41 is #5384BE. Grayscale: #838383. Windows color (decimal): -5473471 or 4291500. OLE color: 4291500.
HSL color Cylindrical-coordinate representation of color #AC7B41: hue angle of 32.52º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC7B41 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 123 | 65 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.33 |
| HSL | 32.52º | 0.45% | 0.46% | - |
| HSV(B) | 32.52º | 0.62% | 0.67% | - |
| XYZ | 25.05 | 23.32 | 8.18 | - |
| YUV | 131.04 | 90.73 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 123 | 65 | 0 | 0.28 | 0.62 | 0.33 | 32.52 | 0.45 | 0.46 |
| Hex | AC | 7B | 41 | 0 | 1C | 3E | 21 | 21 | 2D | 2E |
| Octal | 254 | 173 | 101 | 0 | 34 | 76 | 41 | 41 | 55 | 56 |
| Binary | 10101100 | 1111011 | 1000001 | 0 | 11100 | 111110 | 100001 | 100001 | 101101 | 101110 |
Color Harmonies of #AC7B41
Complementary color
Monochromatic Colors of #AC7B41
Black with #AC7B41
Text Example
Text Example
White with #AC7B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7B41; }
p { color: rgb(172,123,65); }
H1.HeaderClassName
{
color: #AC7B41;
}
.AnyTagClassName
{
color: #AC7B41;
}
</style>
background-color css
<style>
a { background-color: #AC7B41; }
a { background-color: rgb(172,123,65); }
div.DivClassName
{
background-color: #AC7B41;
}
.BgClassName
{
background-color: #AC7B41;
}
</style>
border-color css
<style>
span { border-color: #AC7B41; }
span { border-color: rgb(172,123,65); }
td.TdClassName
{
border-color: #AC7B41;
}
.TagClassName
{
border-color: #AC7B41;
}
</style>