Shades of Muddy Waters #AD7A4C
Tints of Muddy Waters #AD7A4C
RGB
CMYK
RGB Variations
Color information
#AD7A4C (or 0xAD7A4C) is known color: Muddy Waters. HEX triplet: AD, 7A and 4C. RGB value is (173,122,76). Sum of RGB (Red+Green+Blue) = 173+122+76=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7A4C is #5285B3. Grayscale: #848484. Windows color (decimal): -5408180 or 5012141. OLE color: 5012141.
HSL color Cylindrical-coordinate representation of color #AD7A4C: hue angle of 28.45º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD7A4C is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 122 | 76 | - |
| CMYK | 0 | 0.29 | 0.56 | 0.32 |
| HSL | 28.45º | 0.39% | 0.49% | - |
| HSV(B) | 28.45º | 0.56% | 0.68% | - |
| XYZ | 25.5 | 23.33 | 10 | - |
| YUV | 132.01 | 96.4 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 122 | 76 | 0 | 0.29 | 0.56 | 0.32 | 28.45 | 0.39 | 0.49 |
| Hex | AD | 7A | 4C | 0 | 1D | 38 | 20 | 1C | 27 | 31 |
| Octal | 255 | 172 | 114 | 0 | 35 | 70 | 40 | 34 | 47 | 61 |
| Binary | 10101101 | 1111010 | 1001100 | 0 | 11101 | 111000 | 100000 | 11100 | 100111 | 110001 |
Color Harmonies of #AD7A4C
Complementary color
Monochromatic Colors of #AD7A4C
Black with #AD7A4C
Text Example
Text Example
White with #AD7A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7A4C; }
p { color: rgb(173,122,76); }
H1.HeaderClassName
{
color: #AD7A4C;
}
.AnyTagClassName
{
color: #AD7A4C;
}
</style>
background-color css
<style>
a { background-color: #AD7A4C; }
a { background-color: rgb(173,122,76); }
div.DivClassName
{
background-color: #AD7A4C;
}
.BgClassName
{
background-color: #AD7A4C;
}
</style>
border-color css
<style>
span { border-color: #AD7A4C; }
span { border-color: rgb(173,122,76); }
td.TdClassName
{
border-color: #AD7A4C;
}
.TagClassName
{
border-color: #AD7A4C;
}
</style>