Shades of Muddy Waters #AD824D
Tints of Muddy Waters #AD824D
RGB
CMYK
RGB Variations
Color information
#AD824D (or 0xAD824D) is known color: Muddy Waters. HEX triplet: AD, 82 and 4D. RGB value is (173,130,77). Sum of RGB (Red+Green+Blue) = 173+130+77=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 130 (51.17% from 255 or 34.21% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 173 - color contains mainly: red. Hex color #AD824D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD824D is #527DB2. Grayscale: #898989. Windows color (decimal): -5406131 or 5079725. OLE color: 5079725.
HSL color Cylindrical-coordinate representation of color #AD824D: hue angle of 33.12º 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 #AD824D is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 130 | 77 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.32 |
| HSL | 33.13º | 0.38% | 0.49% | - |
| HSV(B) | 33.13º | 0.55% | 0.68% | - |
| XYZ | 26.56 | 25.39 | 10.52 | - |
| YUV | 136.82 | 94.25 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 130 | 77 | 0 | 0.25 | 0.55 | 0.32 | 33.13 | 0.38 | 0.49 |
| Hex | AD | 82 | 4D | 0 | 19 | 37 | 20 | 21 | 26 | 31 |
| Octal | 255 | 202 | 115 | 0 | 31 | 67 | 40 | 41 | 46 | 61 |
| Binary | 10101101 | 10000010 | 1001101 | 0 | 11001 | 110111 | 100000 | 100001 | 100110 | 110001 |
Color Harmonies of #AD824D
Complementary color
Monochromatic Colors of #AD824D
Black with #AD824D
Text Example
Text Example
White with #AD824D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD824D; }
p { color: rgb(173,130,77); }
H1.HeaderClassName
{
color: #AD824D;
}
.AnyTagClassName
{
color: #AD824D;
}
</style>
background-color css
<style>
a { background-color: #AD824D; }
a { background-color: rgb(173,130,77); }
div.DivClassName
{
background-color: #AD824D;
}
.BgClassName
{
background-color: #AD824D;
}
</style>
border-color css
<style>
span { border-color: #AD824D; }
span { border-color: rgb(173,130,77); }
td.TdClassName
{
border-color: #AD824D;
}
.TagClassName
{
border-color: #AD824D;
}
</style>