Shades of Muddy Waters #AE7C40
Tints of Muddy Waters #AE7C40
RGB
CMYK
RGB Variations
Color information
#AE7C40 (or 0xAE7C40) is known color: Muddy Waters. HEX triplet: AE, 7C and 40. RGB value is (174,124,64). Sum of RGB (Red+Green+Blue) = 174+124+64=362 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.07% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7C40 is #5183BF. Grayscale: #848484. Windows color (decimal): -5342144 or 4226222. OLE color: 4226222.
HSL color Cylindrical-coordinate representation of color #AE7C40: hue angle of 32.73º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE7C40 is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 124 | 64 | - |
| CMYK | 0 | 0.29 | 0.63 | 0.32 |
| HSL | 32.73º | 0.46% | 0.47% | - |
| HSV(B) | 32.73º | 0.63% | 0.68% | - |
| XYZ | 25.59 | 23.78 | 8.09 | - |
| YUV | 132.11 | 89.57 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 124 | 64 | 0 | 0.29 | 0.63 | 0.32 | 32.73 | 0.46 | 0.47 |
| Hex | AE | 7C | 40 | 0 | 1D | 3F | 20 | 21 | 2E | 2F |
| Octal | 256 | 174 | 100 | 0 | 35 | 77 | 40 | 41 | 56 | 57 |
| Binary | 10101110 | 1111100 | 1000000 | 0 | 11101 | 111111 | 100000 | 100001 | 101110 | 101111 |
Color Harmonies of #AE7C40
Complementary color
Monochromatic Colors of #AE7C40
Black with #AE7C40
Text Example
Text Example
White with #AE7C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7C40; }
p { color: rgb(174,124,64); }
H1.HeaderClassName
{
color: #AE7C40;
}
.AnyTagClassName
{
color: #AE7C40;
}
</style>
background-color css
<style>
a { background-color: #AE7C40; }
a { background-color: rgb(174,124,64); }
div.DivClassName
{
background-color: #AE7C40;
}
.BgClassName
{
background-color: #AE7C40;
}
</style>
border-color css
<style>
span { border-color: #AE7C40; }
span { border-color: rgb(174,124,64); }
td.TdClassName
{
border-color: #AE7C40;
}
.TagClassName
{
border-color: #AE7C40;
}
</style>