Shades of Muddy Waters #AD7F56
Tints of Muddy Waters #AD7F56
RGB
CMYK
RGB Variations
Color information
#AD7F56 (or 0xAD7F56) is known color: Muddy Waters. HEX triplet: AD, 7F and 56. RGB value is (173,127,86). Sum of RGB (Red+Green+Blue) = 173+127+86=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 86 (33.98% from 255 or 22.28% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7F56 is #5280A9. Grayscale: #888888. Windows color (decimal): -5406890 or 5668781. OLE color: 5668781.
HSL color Cylindrical-coordinate representation of color #AD7F56: hue angle of 28.28º 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 #AD7F56 is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 127 | 86 | - |
| CMYK | 0 | 0.27 | 0.50 | 0.32 |
| HSL | 28.28º | 0.35% | 0.51% | - |
| HSV(B) | 28.28º | 0.5% | 0.68% | - |
| XYZ | 26.5 | 24.73 | 12.18 | - |
| YUV | 136.08 | 99.74 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 127 | 86 | 0 | 0.27 | 0.50 | 0.32 | 28.28 | 0.35 | 0.51 |
| Hex | AD | 7F | 56 | 0 | 1B | 32 | 20 | 1C | 23 | 33 |
| Octal | 255 | 177 | 126 | 0 | 33 | 62 | 40 | 34 | 43 | 63 |
| Binary | 10101101 | 1111111 | 1010110 | 0 | 11011 | 110010 | 100000 | 11100 | 100011 | 110011 |
Color Harmonies of #AD7F56
Complementary color
Monochromatic Colors of #AD7F56
Black with #AD7F56
Text Example
Text Example
White with #AD7F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7F56; }
p { color: rgb(173,127,86); }
H1.HeaderClassName
{
color: #AD7F56;
}
.AnyTagClassName
{
color: #AD7F56;
}
</style>
background-color css
<style>
a { background-color: #AD7F56; }
a { background-color: rgb(173,127,86); }
div.DivClassName
{
background-color: #AD7F56;
}
.BgClassName
{
background-color: #AD7F56;
}
</style>
border-color css
<style>
span { border-color: #AD7F56; }
span { border-color: rgb(173,127,86); }
td.TdClassName
{
border-color: #AD7F56;
}
.TagClassName
{
border-color: #AD7F56;
}
</style>