Shades of Muddy Waters #AC7B42
Tints of Muddy Waters #AC7B42
RGB
CMYK
RGB Variations
Color information
#AC7B42 (or 0xAC7B42) is known color: Muddy Waters. HEX triplet: AC, 7B and 42. RGB value is (172,123,66). Sum of RGB (Red+Green+Blue) = 172+123+66=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 66 (26.17% from 255 or 18.28% from 361); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7B42 is #5384BD. Grayscale: #838383. Windows color (decimal): -5473470 or 4357036. OLE color: 4357036.
HSL color Cylindrical-coordinate representation of color #AC7B42: hue angle of 32.26º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC7B42 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 123 | 66 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.33 |
| HSL | 32.26º | 0.45% | 0.47% | - |
| HSV(B) | 32.26º | 0.62% | 0.67% | - |
| XYZ | 25.08 | 23.33 | 8.34 | - |
| YUV | 131.15 | 91.23 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 123 | 66 | 0 | 0.28 | 0.62 | 0.33 | 32.26 | 0.45 | 0.47 |
| Hex | AC | 7B | 42 | 0 | 1C | 3E | 21 | 20 | 2D | 2F |
| Octal | 254 | 173 | 102 | 0 | 34 | 76 | 41 | 40 | 55 | 57 |
| Binary | 10101100 | 1111011 | 1000010 | 0 | 11100 | 111110 | 100001 | 100000 | 101101 | 101111 |
Color Harmonies of #AC7B42
Complementary color
Monochromatic Colors of #AC7B42
Black with #AC7B42
Text Example
Text Example
White with #AC7B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7B42; }
p { color: rgb(172,123,66); }
H1.HeaderClassName
{
color: #AC7B42;
}
.AnyTagClassName
{
color: #AC7B42;
}
</style>
background-color css
<style>
a { background-color: #AC7B42; }
a { background-color: rgb(172,123,66); }
div.DivClassName
{
background-color: #AC7B42;
}
.BgClassName
{
background-color: #AC7B42;
}
</style>
border-color css
<style>
span { border-color: #AC7B42; }
span { border-color: rgb(172,123,66); }
td.TdClassName
{
border-color: #AC7B42;
}
.TagClassName
{
border-color: #AC7B42;
}
</style>