Shades of Muddy Waters #AE7C50
Tints of Muddy Waters #AE7C50
RGB
CMYK
RGB Variations
Color information
#AE7C50 (or 0xAE7C50) is known color: Muddy Waters. HEX triplet: AE, 7C and 50. RGB value is (174,124,80). Sum of RGB (Red+Green+Blue) = 174+124+80=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7C50 is #5183AF. Grayscale: #868686. Windows color (decimal): -5342128 or 5274798. OLE color: 5274798.
HSL color Cylindrical-coordinate representation of color #AE7C50: hue angle of 28.09º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AE7C50 is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 124 | 80 | - |
| CMYK | 0 | 0.29 | 0.54 | 0.32 |
| HSL | 28.09º | 0.37% | 0.5% | - |
| HSV(B) | 28.09º | 0.54% | 0.68% | - |
| XYZ | 26.11 | 23.99 | 10.84 | - |
| YUV | 133.93 | 97.57 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 124 | 80 | 0 | 0.29 | 0.54 | 0.32 | 28.09 | 0.37 | 0.5 |
| Hex | AE | 7C | 50 | 0 | 1D | 36 | 20 | 1C | 25 | 32 |
| Octal | 256 | 174 | 120 | 0 | 35 | 66 | 40 | 34 | 45 | 62 |
| Binary | 10101110 | 1111100 | 1010000 | 0 | 11101 | 110110 | 100000 | 11100 | 100101 | 110010 |
Color Harmonies of #AE7C50
Complementary color
Monochromatic Colors of #AE7C50
Black with #AE7C50
Text Example
Text Example
White with #AE7C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7C50; }
p { color: rgb(174,124,80); }
H1.HeaderClassName
{
color: #AE7C50;
}
.AnyTagClassName
{
color: #AE7C50;
}
</style>
background-color css
<style>
a { background-color: #AE7C50; }
a { background-color: rgb(174,124,80); }
div.DivClassName
{
background-color: #AE7C50;
}
.BgClassName
{
background-color: #AE7C50;
}
</style>
border-color css
<style>
span { border-color: #AE7C50; }
span { border-color: rgb(174,124,80); }
td.TdClassName
{
border-color: #AE7C50;
}
.TagClassName
{
border-color: #AE7C50;
}
</style>