Shades of Muddy Waters #AD8446
Tints of Muddy Waters #AD8446
RGB
CMYK
RGB Variations
Color information
#AD8446 (or 0xAD8446) is known color: Muddy Waters. HEX triplet: AD, 84 and 46. RGB value is (173,132,70). Sum of RGB (Red+Green+Blue) = 173+132+70=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 70 (27.73% from 255 or 18.67% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8446 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8446 is #527BB9. Grayscale: #898989. Windows color (decimal): -5405626 or 4621485. OLE color: 4621485.
HSL color Cylindrical-coordinate representation of color #AD8446: hue angle of 36.12º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD8446 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 132 | 70 | - |
| CMYK | 0 | 0.24 | 0.60 | 0.32 |
| HSL | 36.12º | 0.42% | 0.48% | - |
| HSV(B) | 36.12º | 0.6% | 0.68% | - |
| XYZ | 26.59 | 25.83 | 9.38 | - |
| YUV | 137.19 | 90.08 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 132 | 70 | 0 | 0.24 | 0.60 | 0.32 | 36.12 | 0.42 | 0.48 |
| Hex | AD | 84 | 46 | 0 | 18 | 3C | 20 | 24 | 2A | 30 |
| Octal | 255 | 204 | 106 | 0 | 30 | 74 | 40 | 44 | 52 | 60 |
| Binary | 10101101 | 10000100 | 1000110 | 0 | 11000 | 111100 | 100000 | 100100 | 101010 | 110000 |
Color Harmonies of #AD8446
Complementary color
Monochromatic Colors of #AD8446
Black with #AD8446
Text Example
Text Example
White with #AD8446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8446; }
p { color: rgb(173,132,70); }
H1.HeaderClassName
{
color: #AD8446;
}
.AnyTagClassName
{
color: #AD8446;
}
</style>
background-color css
<style>
a { background-color: #AD8446; }
a { background-color: rgb(173,132,70); }
div.DivClassName
{
background-color: #AD8446;
}
.BgClassName
{
background-color: #AD8446;
}
</style>
border-color css
<style>
span { border-color: #AD8446; }
span { border-color: rgb(173,132,70); }
td.TdClassName
{
border-color: #AD8446;
}
.TagClassName
{
border-color: #AD8446;
}
</style>