Shades of Muddy Waters #AC7B50
Tints of Muddy Waters #AC7B50
RGB
CMYK
RGB Variations
Color information
#AC7B50 (or 0xAC7B50) is known color: Muddy Waters. HEX triplet: AC, 7B and 50. RGB value is (172,123,80). Sum of RGB (Red+Green+Blue) = 172+123+80=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7B50 is #5384AF. Grayscale: #848484. Windows color (decimal): -5473456 or 5274540. OLE color: 5274540.
HSL color Cylindrical-coordinate representation of color #AC7B50: hue angle of 28.04º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC7B50 is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 123 | 80 | - |
| CMYK | 0 | 0.28 | 0.53 | 0.33 |
| HSL | 28.04º | 0.37% | 0.49% | - |
| HSV(B) | 28.04º | 0.53% | 0.67% | - |
| XYZ | 25.54 | 23.52 | 10.78 | - |
| YUV | 132.75 | 98.23 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 123 | 80 | 0 | 0.28 | 0.53 | 0.33 | 28.04 | 0.37 | 0.49 |
| Hex | AC | 7B | 50 | 0 | 1C | 35 | 21 | 1C | 25 | 31 |
| Octal | 254 | 173 | 120 | 0 | 34 | 65 | 41 | 34 | 45 | 61 |
| Binary | 10101100 | 1111011 | 1010000 | 0 | 11100 | 110101 | 100001 | 11100 | 100101 | 110001 |
Color Harmonies of #AC7B50
Complementary color
Monochromatic Colors of #AC7B50
Black with #AC7B50
Text Example
Text Example
White with #AC7B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7B50; }
p { color: rgb(172,123,80); }
H1.HeaderClassName
{
color: #AC7B50;
}
.AnyTagClassName
{
color: #AC7B50;
}
</style>
background-color css
<style>
a { background-color: #AC7B50; }
a { background-color: rgb(172,123,80); }
div.DivClassName
{
background-color: #AC7B50;
}
.BgClassName
{
background-color: #AC7B50;
}
</style>
border-color css
<style>
span { border-color: #AC7B50; }
span { border-color: rgb(172,123,80); }
td.TdClassName
{
border-color: #AC7B50;
}
.TagClassName
{
border-color: #AC7B50;
}
</style>