Shades of Muddy Waters #AD834D
Tints of Muddy Waters #AD834D
RGB
CMYK
RGB Variations
Color information
#AD834D (or 0xAD834D) is known color: Muddy Waters. HEX triplet: AD, 83 and 4D. RGB value is (173,131,77). Sum of RGB (Red+Green+Blue) = 173+131+77=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD834D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD834D is #527CB2. Grayscale: #898989. Windows color (decimal): -5405875 or 5079981. OLE color: 5079981.
HSL color Cylindrical-coordinate representation of color #AD834D: hue angle of 33.75º 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 #AD834D is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 131 | 77 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.32 |
| HSL | 33.75º | 0.38% | 0.49% | - |
| HSV(B) | 33.75º | 0.55% | 0.68% | - |
| XYZ | 26.69 | 25.65 | 10.57 | - |
| YUV | 137.4 | 93.91 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 131 | 77 | 0 | 0.24 | 0.55 | 0.32 | 33.75 | 0.38 | 0.49 |
| Hex | AD | 83 | 4D | 0 | 18 | 37 | 20 | 22 | 26 | 31 |
| Octal | 255 | 203 | 115 | 0 | 30 | 67 | 40 | 42 | 46 | 61 |
| Binary | 10101101 | 10000011 | 1001101 | 0 | 11000 | 110111 | 100000 | 100010 | 100110 | 110001 |
Color Harmonies of #AD834D
Complementary color
Monochromatic Colors of #AD834D
Black with #AD834D
Text Example
Text Example
White with #AD834D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD834D; }
p { color: rgb(173,131,77); }
H1.HeaderClassName
{
color: #AD834D;
}
.AnyTagClassName
{
color: #AD834D;
}
</style>
background-color css
<style>
a { background-color: #AD834D; }
a { background-color: rgb(173,131,77); }
div.DivClassName
{
background-color: #AD834D;
}
.BgClassName
{
background-color: #AD834D;
}
</style>
border-color css
<style>
span { border-color: #AD834D; }
span { border-color: rgb(173,131,77); }
td.TdClassName
{
border-color: #AD834D;
}
.TagClassName
{
border-color: #AD834D;
}
</style>