Shades of Muddy Waters #AD8550
Tints of Muddy Waters #AD8550
RGB
CMYK
RGB Variations
Color information
#AD8550 (or 0xAD8550) is known color: Muddy Waters. HEX triplet: AD, 85 and 50. RGB value is (173,133,80). Sum of RGB (Red+Green+Blue) = 173+133+80=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8550 is #527AAF. Grayscale: #8B8B8B. Windows color (decimal): -5405360 or 5277101. OLE color: 5277101.
HSL color Cylindrical-coordinate representation of color #AD8550: hue angle of 34.19º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD8550 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 133 | 80 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.32 |
| HSL | 34.19º | 0.37% | 0.5% | - |
| HSV(B) | 34.19º | 0.54% | 0.68% | - |
| XYZ | 27.07 | 26.24 | 11.23 | - |
| YUV | 138.92 | 94.75 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 80 | 0 | 0.23 | 0.54 | 0.32 | 34.19 | 0.37 | 0.5 |
| Hex | AD | 85 | 50 | 0 | 17 | 36 | 20 | 22 | 25 | 32 |
| Octal | 255 | 205 | 120 | 0 | 27 | 66 | 40 | 42 | 45 | 62 |
| Binary | 10101101 | 10000101 | 1010000 | 0 | 10111 | 110110 | 100000 | 100010 | 100101 | 110010 |
Color Harmonies of #AD8550
Complementary color
Monochromatic Colors of #AD8550
Black with #AD8550
Text Example
Text Example
White with #AD8550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8550; }
p { color: rgb(173,133,80); }
H1.HeaderClassName
{
color: #AD8550;
}
.AnyTagClassName
{
color: #AD8550;
}
</style>
background-color css
<style>
a { background-color: #AD8550; }
a { background-color: rgb(173,133,80); }
div.DivClassName
{
background-color: #AD8550;
}
.BgClassName
{
background-color: #AD8550;
}
</style>
border-color css
<style>
span { border-color: #AD8550; }
span { border-color: rgb(173,133,80); }
td.TdClassName
{
border-color: #AD8550;
}
.TagClassName
{
border-color: #AD8550;
}
</style>