Shades of Muddy Waters #AE7A50
Tints of Muddy Waters #AE7A50
RGB
CMYK
RGB Variations
Color information
#AE7A50 (or 0xAE7A50) is known color: Muddy Waters. HEX triplet: AE, 7A and 50. RGB value is (174,122,80). Sum of RGB (Red+Green+Blue) = 174+122+80=376 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.28% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7A50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7A50 is #5185AF. Grayscale: #848484. Windows color (decimal): -5342640 or 5274286. OLE color: 5274286.
HSL color Cylindrical-coordinate representation of color #AE7A50: hue angle of 26.81º 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 #AE7A50 is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 122 | 80 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.32 |
| HSL | 26.81º | 0.37% | 0.5% | - |
| HSV(B) | 26.81º | 0.54% | 0.68% | - |
| XYZ | 25.86 | 23.5 | 10.76 | - |
| YUV | 132.76 | 98.23 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 122 | 80 | 0 | 0.30 | 0.54 | 0.32 | 26.81 | 0.37 | 0.5 |
| Hex | AE | 7A | 50 | 0 | 1E | 36 | 20 | 1B | 25 | 32 |
| Octal | 256 | 172 | 120 | 0 | 36 | 66 | 40 | 33 | 45 | 62 |
| Binary | 10101110 | 1111010 | 1010000 | 0 | 11110 | 110110 | 100000 | 11011 | 100101 | 110010 |
Color Harmonies of #AE7A50
Complementary color
Monochromatic Colors of #AE7A50
Black with #AE7A50
Text Example
Text Example
White with #AE7A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7A50; }
p { color: rgb(174,122,80); }
H1.HeaderClassName
{
color: #AE7A50;
}
.AnyTagClassName
{
color: #AE7A50;
}
</style>
background-color css
<style>
a { background-color: #AE7A50; }
a { background-color: rgb(174,122,80); }
div.DivClassName
{
background-color: #AE7A50;
}
.BgClassName
{
background-color: #AE7A50;
}
</style>
border-color css
<style>
span { border-color: #AE7A50; }
span { border-color: rgb(174,122,80); }
td.TdClassName
{
border-color: #AE7A50;
}
.TagClassName
{
border-color: #AE7A50;
}
</style>