Shades of Muddy Waters #AD8547
Tints of Muddy Waters #AD8547
RGB
CMYK
RGB Variations
Color information
#AD8547 (or 0xAD8547) is known color: Muddy Waters. HEX triplet: AD, 85 and 47. RGB value is (173,133,71). Sum of RGB (Red+Green+Blue) = 173+133+71=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 71 (28.12% from 255 or 18.83% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8547 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8547 is #527AB8. Grayscale: #8A8A8A. Windows color (decimal): -5405369 or 4687277. OLE color: 4687277.
HSL color Cylindrical-coordinate representation of color #AD8547: hue angle of 36.47º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD8547 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 133 | 71 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.32 |
| HSL | 36.47º | 0.42% | 0.48% | - |
| HSV(B) | 36.47º | 0.59% | 0.68% | - |
| XYZ | 26.76 | 26.11 | 9.59 | - |
| YUV | 137.89 | 90.25 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 71 | 0 | 0.23 | 0.59 | 0.32 | 36.47 | 0.42 | 0.48 |
| Hex | AD | 85 | 47 | 0 | 17 | 3B | 20 | 24 | 2A | 30 |
| Octal | 255 | 205 | 107 | 0 | 27 | 73 | 40 | 44 | 52 | 60 |
| Binary | 10101101 | 10000101 | 1000111 | 0 | 10111 | 111011 | 100000 | 100100 | 101010 | 110000 |
Color Harmonies of #AD8547
Complementary color
Monochromatic Colors of #AD8547
Black with #AD8547
Text Example
Text Example
White with #AD8547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8547; }
p { color: rgb(173,133,71); }
H1.HeaderClassName
{
color: #AD8547;
}
.AnyTagClassName
{
color: #AD8547;
}
</style>
background-color css
<style>
a { background-color: #AD8547; }
a { background-color: rgb(173,133,71); }
div.DivClassName
{
background-color: #AD8547;
}
.BgClassName
{
background-color: #AD8547;
}
</style>
border-color css
<style>
span { border-color: #AD8547; }
span { border-color: rgb(173,133,71); }
td.TdClassName
{
border-color: #AD8547;
}
.TagClassName
{
border-color: #AD8547;
}
</style>