Shades of Muddy Waters #AD7E49
Tints of Muddy Waters #AD7E49
RGB
CMYK
RGB Variations
Color information
#AD7E49 (or 0xAD7E49) is known color: Muddy Waters. HEX triplet: AD, 7E and 49. RGB value is (173,126,73). Sum of RGB (Red+Green+Blue) = 173+126+73=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 126 (49.61% from 255 or 33.87% from 372); Blue value is 73 (28.91% from 255 or 19.62% from 372); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7E49 is #5281B6. Grayscale: #868686. Windows color (decimal): -5407159 or 4816557. OLE color: 4816557.
HSL color Cylindrical-coordinate representation of color #AD7E49: hue angle of 31.8º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD7E49 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 126 | 73 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.32 |
| HSL | 31.8º | 0.41% | 0.48% | - |
| HSV(B) | 31.8º | 0.58% | 0.68% | - |
| XYZ | 25.9 | 24.29 | 9.63 | - |
| YUV | 134.01 | 93.57 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 126 | 73 | 0 | 0.27 | 0.58 | 0.32 | 31.8 | 0.41 | 0.48 |
| Hex | AD | 7E | 49 | 0 | 1B | 3A | 20 | 20 | 29 | 30 |
| Octal | 255 | 176 | 111 | 0 | 33 | 72 | 40 | 40 | 51 | 60 |
| Binary | 10101101 | 1111110 | 1001001 | 0 | 11011 | 111010 | 100000 | 100000 | 101001 | 110000 |
Color Harmonies of #AD7E49
Complementary color
Monochromatic Colors of #AD7E49
Black with #AD7E49
Text Example
Text Example
White with #AD7E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7E49; }
p { color: rgb(173,126,73); }
H1.HeaderClassName
{
color: #AD7E49;
}
.AnyTagClassName
{
color: #AD7E49;
}
</style>
background-color css
<style>
a { background-color: #AD7E49; }
a { background-color: rgb(173,126,73); }
div.DivClassName
{
background-color: #AD7E49;
}
.BgClassName
{
background-color: #AD7E49;
}
</style>
border-color css
<style>
span { border-color: #AD7E49; }
span { border-color: rgb(173,126,73); }
td.TdClassName
{
border-color: #AD7E49;
}
.TagClassName
{
border-color: #AD7E49;
}
</style>