Shades of Muddy Waters #AD7D4C
Tints of Muddy Waters #AD7D4C
RGB
CMYK
RGB Variations
Color information
#AD7D4C (or 0xAD7D4C) is known color: Muddy Waters. HEX triplet: AD, 7D and 4C. RGB value is (173,125,76). Sum of RGB (Red+Green+Blue) = 173+125+76=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 125 (49.22% from 255 or 33.42% from 374); Blue value is 76 (30.08% from 255 or 20.32% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7D4C is #5282B3. Grayscale: #868686. Windows color (decimal): -5407412 or 5012909. OLE color: 5012909.
HSL color Cylindrical-coordinate representation of color #AD7D4C: hue angle of 30.31º 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 #AD7D4C is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 125 | 76 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.32 |
| HSL | 30.31º | 0.39% | 0.49% | - |
| HSV(B) | 30.31º | 0.56% | 0.68% | - |
| XYZ | 25.87 | 24.07 | 10.12 | - |
| YUV | 133.77 | 95.4 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 125 | 76 | 0 | 0.28 | 0.56 | 0.32 | 30.31 | 0.39 | 0.49 |
| Hex | AD | 7D | 4C | 0 | 1C | 38 | 20 | 1E | 27 | 31 |
| Octal | 255 | 175 | 114 | 0 | 34 | 70 | 40 | 36 | 47 | 61 |
| Binary | 10101101 | 1111101 | 1001100 | 0 | 11100 | 111000 | 100000 | 11110 | 100111 | 110001 |
Color Harmonies of #AD7D4C
Complementary color
Monochromatic Colors of #AD7D4C
Black with #AD7D4C
Text Example
Text Example
White with #AD7D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7D4C; }
p { color: rgb(173,125,76); }
H1.HeaderClassName
{
color: #AD7D4C;
}
.AnyTagClassName
{
color: #AD7D4C;
}
</style>
background-color css
<style>
a { background-color: #AD7D4C; }
a { background-color: rgb(173,125,76); }
div.DivClassName
{
background-color: #AD7D4C;
}
.BgClassName
{
background-color: #AD7D4C;
}
</style>
border-color css
<style>
span { border-color: #AD7D4C; }
span { border-color: rgb(173,125,76); }
td.TdClassName
{
border-color: #AD7D4C;
}
.TagClassName
{
border-color: #AD7D4C;
}
</style>