Shades of Muddy Waters #AE7C54
Tints of Muddy Waters #AE7C54
RGB
CMYK
RGB Variations
Color information
#AE7C54 (or 0xAE7C54) is known color: Muddy Waters. HEX triplet: AE, 7C and 54. RGB value is (174,124,84). Sum of RGB (Red+Green+Blue) = 174+124+84=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 84 (33.20% from 255 or 21.99% from 382); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7C54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7C54 is #5183AB. Grayscale: #868686. Windows color (decimal): -5342124 or 5536942. OLE color: 5536942.
HSL color Cylindrical-coordinate representation of color #AE7C54: hue angle of 26.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE7C54 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 124 | 84 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.32 |
| HSL | 26.67º | 0.36% | 0.51% | - |
| HSV(B) | 26.67º | 0.52% | 0.68% | - |
| XYZ | 26.26 | 24.05 | 11.65 | - |
| YUV | 134.39 | 99.57 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 124 | 84 | 0 | 0.29 | 0.52 | 0.32 | 26.67 | 0.36 | 0.51 |
| Hex | AE | 7C | 54 | 0 | 1D | 34 | 20 | 1B | 24 | 33 |
| Octal | 256 | 174 | 124 | 0 | 35 | 64 | 40 | 33 | 44 | 63 |
| Binary | 10101110 | 1111100 | 1010100 | 0 | 11101 | 110100 | 100000 | 11011 | 100100 | 110011 |
Color Harmonies of #AE7C54
Complementary color
Monochromatic Colors of #AE7C54
Black with #AE7C54
Text Example
Text Example
White with #AE7C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7C54; }
p { color: rgb(174,124,84); }
H1.HeaderClassName
{
color: #AE7C54;
}
.AnyTagClassName
{
color: #AE7C54;
}
</style>
background-color css
<style>
a { background-color: #AE7C54; }
a { background-color: rgb(174,124,84); }
div.DivClassName
{
background-color: #AE7C54;
}
.BgClassName
{
background-color: #AE7C54;
}
</style>
border-color css
<style>
span { border-color: #AE7C54; }
span { border-color: rgb(174,124,84); }
td.TdClassName
{
border-color: #AE7C54;
}
.TagClassName
{
border-color: #AE7C54;
}
</style>