Shades of Muddy Waters #AD784D
Tints of Muddy Waters #AD784D
RGB
CMYK
RGB Variations
Color information
#AD784D (or 0xAD784D) is known color: Muddy Waters. HEX triplet: AD, 78 and 4D. RGB value is (173,120,77). Sum of RGB (Red+Green+Blue) = 173+120+77=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 120 (47.27% from 255 or 32.43% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD784D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD784D is #5287B2. Grayscale: #838383. Windows color (decimal): -5408691 or 5077165. OLE color: 5077165.
HSL color Cylindrical-coordinate representation of color #AD784D: hue angle of 26.88º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD784D is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 120 | 77 | - |
| CMYK | 0 | 0.31 | 0.55 | 0.32 |
| HSL | 26.88º | 0.38% | 0.49% | - |
| HSV(B) | 26.88º | 0.55% | 0.68% | - |
| XYZ | 25.29 | 22.85 | 10.1 | - |
| YUV | 130.95 | 97.56 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 120 | 77 | 0 | 0.31 | 0.55 | 0.32 | 26.88 | 0.38 | 0.49 |
| Hex | AD | 78 | 4D | 0 | 1F | 37 | 20 | 1B | 26 | 31 |
| Octal | 255 | 170 | 115 | 0 | 37 | 67 | 40 | 33 | 46 | 61 |
| Binary | 10101101 | 1111000 | 1001101 | 0 | 11111 | 110111 | 100000 | 11011 | 100110 | 110001 |
Color Harmonies of #AD784D
Complementary color
Monochromatic Colors of #AD784D
Black with #AD784D
Text Example
Text Example
White with #AD784D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD784D; }
p { color: rgb(173,120,77); }
H1.HeaderClassName
{
color: #AD784D;
}
.AnyTagClassName
{
color: #AD784D;
}
</style>
background-color css
<style>
a { background-color: #AD784D; }
a { background-color: rgb(173,120,77); }
div.DivClassName
{
background-color: #AD784D;
}
.BgClassName
{
background-color: #AD784D;
}
</style>
border-color css
<style>
span { border-color: #AD784D; }
span { border-color: rgb(173,120,77); }
td.TdClassName
{
border-color: #AD784D;
}
.TagClassName
{
border-color: #AD784D;
}
</style>