Shades of Muddy Waters #AD8350
Tints of Muddy Waters #AD8350
RGB
CMYK
RGB Variations
Color information
#AD8350 (or 0xAD8350) is known color: Muddy Waters. HEX triplet: AD, 83 and 50. RGB value is (173,131,80). Sum of RGB (Red+Green+Blue) = 173+131+80=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 80 (31.64% from 255 or 20.83% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8350 is #527CAF. Grayscale: #898989. Windows color (decimal): -5405872 or 5276589. OLE color: 5276589.
HSL color Cylindrical-coordinate representation of color #AD8350: hue angle of 32.9º 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 #AD8350 is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 131 | 80 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.32 |
| HSL | 32.9º | 0.37% | 0.5% | - |
| HSV(B) | 32.9º | 0.54% | 0.68% | - |
| XYZ | 26.8 | 25.7 | 11.14 | - |
| YUV | 137.74 | 95.41 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 131 | 80 | 0 | 0.24 | 0.54 | 0.32 | 32.9 | 0.37 | 0.5 |
| Hex | AD | 83 | 50 | 0 | 18 | 36 | 20 | 21 | 25 | 32 |
| Octal | 255 | 203 | 120 | 0 | 30 | 66 | 40 | 41 | 45 | 62 |
| Binary | 10101101 | 10000011 | 1010000 | 0 | 11000 | 110110 | 100000 | 100001 | 100101 | 110010 |
Color Harmonies of #AD8350
Complementary color
Monochromatic Colors of #AD8350
Black with #AD8350
Text Example
Text Example
White with #AD8350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8350; }
p { color: rgb(173,131,80); }
H1.HeaderClassName
{
color: #AD8350;
}
.AnyTagClassName
{
color: #AD8350;
}
</style>
background-color css
<style>
a { background-color: #AD8350; }
a { background-color: rgb(173,131,80); }
div.DivClassName
{
background-color: #AD8350;
}
.BgClassName
{
background-color: #AD8350;
}
</style>
border-color css
<style>
span { border-color: #AD8350; }
span { border-color: rgb(173,131,80); }
td.TdClassName
{
border-color: #AD8350;
}
.TagClassName
{
border-color: #AD8350;
}
</style>