Shades of Muddy Waters #AD7949
Tints of Muddy Waters #AD7949
RGB
CMYK
RGB Variations
Color information
#AD7949 (or 0xAD7949) is known color: Muddy Waters. HEX triplet: AD, 79 and 49. RGB value is (173,121,73). Sum of RGB (Red+Green+Blue) = 173+121+73=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 121 (47.66% from 255 or 32.97% from 367); Blue value is 73 (28.91% from 255 or 19.89% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7949 is #5286B6. Grayscale: #838383. Windows color (decimal): -5408439 or 4815277. OLE color: 4815277.
HSL color Cylindrical-coordinate representation of color #AD7949: hue angle of 28.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 #AD7949 is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 121 | 73 | - |
| CMYK | 0 | 0.30 | 0.58 | 0.32 |
| HSL | 28.8º | 0.41% | 0.48% | - |
| HSV(B) | 28.8º | 0.58% | 0.68% | - |
| XYZ | 25.27 | 23.04 | 9.42 | - |
| YUV | 131.08 | 95.23 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 121 | 73 | 0 | 0.30 | 0.58 | 0.32 | 28.8 | 0.41 | 0.48 |
| Hex | AD | 79 | 49 | 0 | 1E | 3A | 20 | 1D | 29 | 30 |
| Octal | 255 | 171 | 111 | 0 | 36 | 72 | 40 | 35 | 51 | 60 |
| Binary | 10101101 | 1111001 | 1001001 | 0 | 11110 | 111010 | 100000 | 11101 | 101001 | 110000 |
Color Harmonies of #AD7949
Complementary color
Monochromatic Colors of #AD7949
Black with #AD7949
Text Example
Text Example
White with #AD7949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7949; }
p { color: rgb(173,121,73); }
H1.HeaderClassName
{
color: #AD7949;
}
.AnyTagClassName
{
color: #AD7949;
}
</style>
background-color css
<style>
a { background-color: #AD7949; }
a { background-color: rgb(173,121,73); }
div.DivClassName
{
background-color: #AD7949;
}
.BgClassName
{
background-color: #AD7949;
}
</style>
border-color css
<style>
span { border-color: #AD7949; }
span { border-color: rgb(173,121,73); }
td.TdClassName
{
border-color: #AD7949;
}
.TagClassName
{
border-color: #AD7949;
}
</style>