Shades of Muddy Waters #AE7D4A
Tints of Muddy Waters #AE7D4A
RGB
CMYK
RGB Variations
Color information
#AE7D4A (or 0xAE7D4A) is known color: Muddy Waters. HEX triplet: AE, 7D and 4A. RGB value is (174,125,74). Sum of RGB (Red+Green+Blue) = 174+125+74=373 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.65% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 74 (29.30% from 255 or 19.84% from 373); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7D4A is #5182B5. Grayscale: #868686. Windows color (decimal): -5341878 or 4881838. OLE color: 4881838.
HSL color Cylindrical-coordinate representation of color #AE7D4A: hue angle of 30.6º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE7D4A is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 125 | 74 | - |
| CMYK | 0 | 0.28 | 0.57 | 0.32 |
| HSL | 30.6º | 0.4% | 0.49% | - |
| HSV(B) | 30.6º | 0.57% | 0.68% | - |
| XYZ | 26.03 | 24.16 | 9.77 | - |
| YUV | 133.84 | 94.23 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 125 | 74 | 0 | 0.28 | 0.57 | 0.32 | 30.6 | 0.4 | 0.49 |
| Hex | AE | 7D | 4A | 0 | 1C | 39 | 20 | 1F | 28 | 31 |
| Octal | 256 | 175 | 112 | 0 | 34 | 71 | 40 | 37 | 50 | 61 |
| Binary | 10101110 | 1111101 | 1001010 | 0 | 11100 | 111001 | 100000 | 11111 | 101000 | 110001 |
Color Harmonies of #AE7D4A
Complementary color
Monochromatic Colors of #AE7D4A
Black with #AE7D4A
Text Example
Text Example
White with #AE7D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7D4A; }
p { color: rgb(174,125,74); }
H1.HeaderClassName
{
color: #AE7D4A;
}
.AnyTagClassName
{
color: #AE7D4A;
}
</style>
background-color css
<style>
a { background-color: #AE7D4A; }
a { background-color: rgb(174,125,74); }
div.DivClassName
{
background-color: #AE7D4A;
}
.BgClassName
{
background-color: #AE7D4A;
}
</style>
border-color css
<style>
span { border-color: #AE7D4A; }
span { border-color: rgb(174,125,74); }
td.TdClassName
{
border-color: #AE7D4A;
}
.TagClassName
{
border-color: #AE7D4A;
}
</style>