Shades of Muddy Waters #AD7B47
Tints of Muddy Waters #AD7B47
RGB
CMYK
RGB Variations
Color information
#AD7B47 (or 0xAD7B47) is known color: Muddy Waters. HEX triplet: AD, 7B and 47. RGB value is (173,123,71). Sum of RGB (Red+Green+Blue) = 173+123+71=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 123 (48.44% from 255 or 33.51% from 367); Blue value is 71 (28.12% from 255 or 19.35% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7B47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7B47 is #5284B8. Grayscale: #848484. Windows color (decimal): -5407929 or 4684717. OLE color: 4684717.
HSL color Cylindrical-coordinate representation of color #AD7B47: hue angle of 30.59º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD7B47 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 123 | 71 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.32 |
| HSL | 30.59º | 0.42% | 0.48% | - |
| HSV(B) | 30.59º | 0.59% | 0.68% | - |
| XYZ | 25.45 | 23.51 | 9.16 | - |
| YUV | 132.02 | 93.57 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 123 | 71 | 0 | 0.29 | 0.59 | 0.32 | 30.59 | 0.42 | 0.48 |
| Hex | AD | 7B | 47 | 0 | 1D | 3B | 20 | 1F | 2A | 30 |
| Octal | 255 | 173 | 107 | 0 | 35 | 73 | 40 | 37 | 52 | 60 |
| Binary | 10101101 | 1111011 | 1000111 | 0 | 11101 | 111011 | 100000 | 11111 | 101010 | 110000 |
Color Harmonies of #AD7B47
Complementary color
Monochromatic Colors of #AD7B47
Black with #AD7B47
Text Example
Text Example
White with #AD7B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7B47; }
p { color: rgb(173,123,71); }
H1.HeaderClassName
{
color: #AD7B47;
}
.AnyTagClassName
{
color: #AD7B47;
}
</style>
background-color css
<style>
a { background-color: #AD7B47; }
a { background-color: rgb(173,123,71); }
div.DivClassName
{
background-color: #AD7B47;
}
.BgClassName
{
background-color: #AD7B47;
}
</style>
border-color css
<style>
span { border-color: #AD7B47; }
span { border-color: rgb(173,123,71); }
td.TdClassName
{
border-color: #AD7B47;
}
.TagClassName
{
border-color: #AD7B47;
}
</style>