Shades of Muddy Waters #AD7F57
Tints of Muddy Waters #AD7F57
RGB
CMYK
RGB Variations
Color information
#AD7F57 (or 0xAD7F57) is known color: Muddy Waters. HEX triplet: AD, 7F and 57. RGB value is (173,127,87). Sum of RGB (Red+Green+Blue) = 173+127+87=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 87 (34.38% from 255 or 22.48% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7F57 is #5280A8. Grayscale: #888888. Windows color (decimal): -5406889 or 5734317. OLE color: 5734317.
HSL color Cylindrical-coordinate representation of color #AD7F57: hue angle of 27.91º degrees, saturation: 0.34, 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 #AD7F57 is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 127 | 87 | - |
| CMYK | 0 | 0.27 | 0.50 | 0.32 |
| HSL | 27.91º | 0.34% | 0.51% | - |
| HSV(B) | 27.91º | 0.5% | 0.68% | - |
| XYZ | 26.54 | 24.75 | 12.4 | - |
| YUV | 136.19 | 100.24 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 127 | 87 | 0 | 0.27 | 0.50 | 0.32 | 27.91 | 0.34 | 0.51 |
| Hex | AD | 7F | 57 | 0 | 1B | 32 | 20 | 1C | 22 | 33 |
| Octal | 255 | 177 | 127 | 0 | 33 | 62 | 40 | 34 | 42 | 63 |
| Binary | 10101101 | 1111111 | 1010111 | 0 | 11011 | 110010 | 100000 | 11100 | 100010 | 110011 |
Color Harmonies of #AD7F57
Complementary color
Monochromatic Colors of #AD7F57
Black with #AD7F57
Text Example
Text Example
White with #AD7F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7F57; }
p { color: rgb(173,127,87); }
H1.HeaderClassName
{
color: #AD7F57;
}
.AnyTagClassName
{
color: #AD7F57;
}
</style>
background-color css
<style>
a { background-color: #AD7F57; }
a { background-color: rgb(173,127,87); }
div.DivClassName
{
background-color: #AD7F57;
}
.BgClassName
{
background-color: #AD7F57;
}
</style>
border-color css
<style>
span { border-color: #AD7F57; }
span { border-color: rgb(173,127,87); }
td.TdClassName
{
border-color: #AD7F57;
}
.TagClassName
{
border-color: #AD7F57;
}
</style>