Shades of Muddy Waters #AD8548
Tints of Muddy Waters #AD8548
RGB
CMYK
RGB Variations
Color information
#AD8548 (or 0xAD8548) is known color: Muddy Waters. HEX triplet: AD, 85 and 48. RGB value is (173,133,72). Sum of RGB (Red+Green+Blue) = 173+133+72=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 72 (28.52% from 255 or 19.05% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8548 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8548 is #527AB7. Grayscale: #8A8A8A. Windows color (decimal): -5405368 or 4752813. OLE color: 4752813.
HSL color Cylindrical-coordinate representation of color #AD8548: hue angle of 36.24º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD8548 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 133 | 72 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.32 |
| HSL | 36.24º | 0.41% | 0.48% | - |
| HSV(B) | 36.24º | 0.58% | 0.68% | - |
| XYZ | 26.79 | 26.13 | 9.76 | - |
| YUV | 138.01 | 90.75 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 72 | 0 | 0.23 | 0.58 | 0.32 | 36.24 | 0.41 | 0.48 |
| Hex | AD | 85 | 48 | 0 | 17 | 3A | 20 | 24 | 29 | 30 |
| Octal | 255 | 205 | 110 | 0 | 27 | 72 | 40 | 44 | 51 | 60 |
| Binary | 10101101 | 10000101 | 1001000 | 0 | 10111 | 111010 | 100000 | 100100 | 101001 | 110000 |
Color Harmonies of #AD8548
Complementary color
Monochromatic Colors of #AD8548
Black with #AD8548
Text Example
Text Example
White with #AD8548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8548; }
p { color: rgb(173,133,72); }
H1.HeaderClassName
{
color: #AD8548;
}
.AnyTagClassName
{
color: #AD8548;
}
</style>
background-color css
<style>
a { background-color: #AD8548; }
a { background-color: rgb(173,133,72); }
div.DivClassName
{
background-color: #AD8548;
}
.BgClassName
{
background-color: #AD8548;
}
</style>
border-color css
<style>
span { border-color: #AD8548; }
span { border-color: rgb(173,133,72); }
td.TdClassName
{
border-color: #AD8548;
}
.TagClassName
{
border-color: #AD8548;
}
</style>