Shades of Muddy Waters #AD8549
Tints of Muddy Waters #AD8549
RGB
CMYK
RGB Variations
Color information
#AD8549 (or 0xAD8549) is known color: Muddy Waters. HEX triplet: AD, 85 and 49. RGB value is (173,133,73). Sum of RGB (Red+Green+Blue) = 173+133+73=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8549 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8549 is #527AB6. Grayscale: #8A8A8A. Windows color (decimal): -5405367 or 4818349. OLE color: 4818349.
HSL color Cylindrical-coordinate representation of color #AD8549: hue angle of 36º 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 #AD8549 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 133 | 73 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.32 |
| HSL | 36º | 0.41% | 0.48% | - |
| HSV(B) | 36º | 0.58% | 0.68% | - |
| XYZ | 26.82 | 26.14 | 9.94 | - |
| YUV | 138.12 | 91.25 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 73 | 0 | 0.23 | 0.58 | 0.32 | 36 | 0.41 | 0.48 |
| Hex | AD | 85 | 49 | 0 | 17 | 3A | 20 | 24 | 29 | 30 |
| Octal | 255 | 205 | 111 | 0 | 27 | 72 | 40 | 44 | 51 | 60 |
| Binary | 10101101 | 10000101 | 1001001 | 0 | 10111 | 111010 | 100000 | 100100 | 101001 | 110000 |
Color Harmonies of #AD8549
Complementary color
Monochromatic Colors of #AD8549
Black with #AD8549
Text Example
Text Example
White with #AD8549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8549; }
p { color: rgb(173,133,73); }
H1.HeaderClassName
{
color: #AD8549;
}
.AnyTagClassName
{
color: #AD8549;
}
</style>
background-color css
<style>
a { background-color: #AD8549; }
a { background-color: rgb(173,133,73); }
div.DivClassName
{
background-color: #AD8549;
}
.BgClassName
{
background-color: #AD8549;
}
</style>
border-color css
<style>
span { border-color: #AD8549; }
span { border-color: rgb(173,133,73); }
td.TdClassName
{
border-color: #AD8549;
}
.TagClassName
{
border-color: #AD8549;
}
</style>