Shades of Muddy Waters #AE7E46
Tints of Muddy Waters #AE7E46
RGB
CMYK
RGB Variations
Color information
#AE7E46 (or 0xAE7E46) is known color: Muddy Waters. HEX triplet: AE, 7E and 46. RGB value is (174,126,70). Sum of RGB (Red+Green+Blue) = 174+126+70=370 (49% of max value = 765). Red value is 174 (68.36% from 255 or 47.03% from 370); Green value is 126 (49.61% from 255 or 34.05% from 370); Blue value is 70 (27.73% from 255 or 18.92% from 370); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7E46 is #5181B9. Grayscale: #868686. Windows color (decimal): -5341626 or 4619950. OLE color: 4619950.
HSL color Cylindrical-coordinate representation of color #AE7E46: hue angle of 32.31º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE7E46 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 126 | 70 | - |
| CMYK | 0 | 0.28 | 0.60 | 0.32 |
| HSL | 32.31º | 0.43% | 0.48% | - |
| HSV(B) | 32.31º | 0.6% | 0.68% | - |
| XYZ | 26.02 | 24.36 | 9.13 | - |
| YUV | 133.97 | 91.9 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 126 | 70 | 0 | 0.28 | 0.60 | 0.32 | 32.31 | 0.43 | 0.48 |
| Hex | AE | 7E | 46 | 0 | 1C | 3C | 20 | 20 | 2B | 30 |
| Octal | 256 | 176 | 106 | 0 | 34 | 74 | 40 | 40 | 53 | 60 |
| Binary | 10101110 | 1111110 | 1000110 | 0 | 11100 | 111100 | 100000 | 100000 | 101011 | 110000 |
Color Harmonies of #AE7E46
Complementary color
Monochromatic Colors of #AE7E46
Black with #AE7E46
Text Example
Text Example
White with #AE7E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7E46; }
p { color: rgb(174,126,70); }
H1.HeaderClassName
{
color: #AE7E46;
}
.AnyTagClassName
{
color: #AE7E46;
}
</style>
background-color css
<style>
a { background-color: #AE7E46; }
a { background-color: rgb(174,126,70); }
div.DivClassName
{
background-color: #AE7E46;
}
.BgClassName
{
background-color: #AE7E46;
}
</style>
border-color css
<style>
span { border-color: #AE7E46; }
span { border-color: rgb(174,126,70); }
td.TdClassName
{
border-color: #AE7E46;
}
.TagClassName
{
border-color: #AE7E46;
}
</style>