Shades of Muddy Waters #AD8544
Tints of Muddy Waters #AD8544
RGB
CMYK
RGB Variations
Color information
#AD8544 (or 0xAD8544) is known color: Muddy Waters. HEX triplet: AD, 85 and 44. RGB value is (173,133,68). Sum of RGB (Red+Green+Blue) = 173+133+68=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 68 (26.95% from 255 or 18.18% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8544 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8544 is #527ABB. Grayscale: #898989. Windows color (decimal): -5405372 or 4490669. OLE color: 4490669.
HSL color Cylindrical-coordinate representation of color #AD8544: hue angle of 37.14º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD8544 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 133 | 68 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.32 |
| HSL | 37.14º | 0.44% | 0.47% | - |
| HSV(B) | 37.14º | 0.61% | 0.68% | - |
| XYZ | 26.66 | 26.08 | 9.1 | - |
| YUV | 137.55 | 88.75 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 68 | 0 | 0.23 | 0.61 | 0.32 | 37.14 | 0.44 | 0.47 |
| Hex | AD | 85 | 44 | 0 | 17 | 3D | 20 | 25 | 2C | 2F |
| Octal | 255 | 205 | 104 | 0 | 27 | 75 | 40 | 45 | 54 | 57 |
| Binary | 10101101 | 10000101 | 1000100 | 0 | 10111 | 111101 | 100000 | 100101 | 101100 | 101111 |
Color Harmonies of #AD8544
Complementary color
Monochromatic Colors of #AD8544
Black with #AD8544
Text Example
Text Example
White with #AD8544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8544; }
p { color: rgb(173,133,68); }
H1.HeaderClassName
{
color: #AD8544;
}
.AnyTagClassName
{
color: #AD8544;
}
</style>
background-color css
<style>
a { background-color: #AD8544; }
a { background-color: rgb(173,133,68); }
div.DivClassName
{
background-color: #AD8544;
}
.BgClassName
{
background-color: #AD8544;
}
</style>
border-color css
<style>
span { border-color: #AD8544; }
span { border-color: rgb(173,133,68); }
td.TdClassName
{
border-color: #AD8544;
}
.TagClassName
{
border-color: #AD8544;
}
</style>