Shades of Muddy Waters #AD7A47
Tints of Muddy Waters #AD7A47
RGB
CMYK
RGB Variations
Color information
#AD7A47 (or 0xAD7A47) is known color: Muddy Waters. HEX triplet: AD, 7A and 47. RGB value is (173,122,71). Sum of RGB (Red+Green+Blue) = 173+122+71=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 71 (28.12% from 255 or 19.40% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7A47 is #5285B8. Grayscale: #838383. Windows color (decimal): -5408185 or 4684461. OLE color: 4684461.
HSL color Cylindrical-coordinate representation of color #AD7A47: hue angle of 30º 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 #AD7A47 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 122 | 71 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.32 |
| HSL | 30º | 0.42% | 0.48% | - |
| HSV(B) | 30º | 0.59% | 0.68% | - |
| XYZ | 25.33 | 23.26 | 9.12 | - |
| YUV | 131.44 | 93.9 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 122 | 71 | 0 | 0.29 | 0.59 | 0.32 | 30 | 0.42 | 0.48 |
| Hex | AD | 7A | 47 | 0 | 1D | 3B | 20 | 1E | 2A | 30 |
| Octal | 255 | 172 | 107 | 0 | 35 | 73 | 40 | 36 | 52 | 60 |
| Binary | 10101101 | 1111010 | 1000111 | 0 | 11101 | 111011 | 100000 | 11110 | 101010 | 110000 |
Color Harmonies of #AD7A47
Complementary color
Monochromatic Colors of #AD7A47
Black with #AD7A47
Text Example
Text Example
White with #AD7A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7A47; }
p { color: rgb(173,122,71); }
H1.HeaderClassName
{
color: #AD7A47;
}
.AnyTagClassName
{
color: #AD7A47;
}
</style>
background-color css
<style>
a { background-color: #AD7A47; }
a { background-color: rgb(173,122,71); }
div.DivClassName
{
background-color: #AD7A47;
}
.BgClassName
{
background-color: #AD7A47;
}
</style>
border-color css
<style>
span { border-color: #AD7A47; }
span { border-color: rgb(173,122,71); }
td.TdClassName
{
border-color: #AD7A47;
}
.TagClassName
{
border-color: #AD7A47;
}
</style>