Shades of Muddy Waters #AC7B49
Tints of Muddy Waters #AC7B49
RGB
CMYK
RGB Variations
Color information
#AC7B49 (or 0xAC7B49) is known color: Muddy Waters. HEX triplet: AC, 7B and 49. RGB value is (172,123,73). Sum of RGB (Red+Green+Blue) = 172+123+73=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 123 (48.44% from 255 or 33.42% from 368); Blue value is 73 (28.91% from 255 or 19.84% from 368); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7B49 is #5384B6. Grayscale: #848484. Windows color (decimal): -5473463 or 4815788. OLE color: 4815788.
HSL color Cylindrical-coordinate representation of color #AC7B49: hue angle of 30.3º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC7B49 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 123 | 73 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.33 |
| HSL | 30.3º | 0.4% | 0.48% | - |
| HSV(B) | 30.3º | 0.58% | 0.67% | - |
| XYZ | 25.3 | 23.42 | 9.49 | - |
| YUV | 131.95 | 94.73 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 123 | 73 | 0 | 0.28 | 0.58 | 0.33 | 30.3 | 0.4 | 0.48 |
| Hex | AC | 7B | 49 | 0 | 1C | 3A | 21 | 1E | 28 | 30 |
| Octal | 254 | 173 | 111 | 0 | 34 | 72 | 41 | 36 | 50 | 60 |
| Binary | 10101100 | 1111011 | 1001001 | 0 | 11100 | 111010 | 100001 | 11110 | 101000 | 110000 |
Color Harmonies of #AC7B49
Complementary color
Monochromatic Colors of #AC7B49
Black with #AC7B49
Text Example
Text Example
White with #AC7B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7B49; }
p { color: rgb(172,123,73); }
H1.HeaderClassName
{
color: #AC7B49;
}
.AnyTagClassName
{
color: #AC7B49;
}
</style>
background-color css
<style>
a { background-color: #AC7B49; }
a { background-color: rgb(172,123,73); }
div.DivClassName
{
background-color: #AC7B49;
}
.BgClassName
{
background-color: #AC7B49;
}
</style>
border-color css
<style>
span { border-color: #AC7B49; }
span { border-color: rgb(172,123,73); }
td.TdClassName
{
border-color: #AC7B49;
}
.TagClassName
{
border-color: #AC7B49;
}
</style>