Shades of Muddy Waters #AD8156
Tints of Muddy Waters #AD8156
RGB
CMYK
RGB Variations
Color information
#AD8156 (or 0xAD8156) is known color: Muddy Waters. HEX triplet: AD, 81 and 56. RGB value is (173,129,86). Sum of RGB (Red+Green+Blue) = 173+129+86=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 86 (33.98% from 255 or 22.16% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8156 is #527EA9. Grayscale: #898989. Windows color (decimal): -5406378 or 5669293. OLE color: 5669293.
HSL color Cylindrical-coordinate representation of color #AD8156: hue angle of 29.66º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD8156 is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 129 | 86 | - |
| CMYK | 0 | 0.25 | 0.50 | 0.32 |
| HSL | 29.66º | 0.35% | 0.51% | - |
| HSV(B) | 29.66º | 0.5% | 0.68% | - |
| XYZ | 26.76 | 25.26 | 12.27 | - |
| YUV | 137.25 | 99.08 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 129 | 86 | 0 | 0.25 | 0.50 | 0.32 | 29.66 | 0.35 | 0.51 |
| Hex | AD | 81 | 56 | 0 | 19 | 32 | 20 | 1E | 23 | 33 |
| Octal | 255 | 201 | 126 | 0 | 31 | 62 | 40 | 36 | 43 | 63 |
| Binary | 10101101 | 10000001 | 1010110 | 0 | 11001 | 110010 | 100000 | 11110 | 100011 | 110011 |
Color Harmonies of #AD8156
Complementary color
Monochromatic Colors of #AD8156
Black with #AD8156
Text Example
Text Example
White with #AD8156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8156; }
p { color: rgb(173,129,86); }
H1.HeaderClassName
{
color: #AD8156;
}
.AnyTagClassName
{
color: #AD8156;
}
</style>
background-color css
<style>
a { background-color: #AD8156; }
a { background-color: rgb(173,129,86); }
div.DivClassName
{
background-color: #AD8156;
}
.BgClassName
{
background-color: #AD8156;
}
</style>
border-color css
<style>
span { border-color: #AD8156; }
span { border-color: rgb(173,129,86); }
td.TdClassName
{
border-color: #AD8156;
}
.TagClassName
{
border-color: #AD8156;
}
</style>