Shades of Muddy Waters #AD834E
Tints of Muddy Waters #AD834E
RGB
CMYK
RGB Variations
Color information
#AD834E (or 0xAD834E) is known color: Muddy Waters. HEX triplet: AD, 83 and 4E. RGB value is (173,131,78). Sum of RGB (Red+Green+Blue) = 173+131+78=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 78 (30.86% from 255 or 20.42% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD834E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD834E is #527CB1. Grayscale: #898989. Windows color (decimal): -5405874 or 5145517. OLE color: 5145517.
HSL color Cylindrical-coordinate representation of color #AD834E: hue angle of 33.47º 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 #AD834E is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 131 | 78 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.32 |
| HSL | 33.47º | 0.38% | 0.49% | - |
| HSV(B) | 33.47º | 0.55% | 0.68% | - |
| XYZ | 26.73 | 25.67 | 10.75 | - |
| YUV | 137.52 | 94.41 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 131 | 78 | 0 | 0.24 | 0.55 | 0.32 | 33.47 | 0.38 | 0.49 |
| Hex | AD | 83 | 4E | 0 | 18 | 37 | 20 | 21 | 26 | 31 |
| Octal | 255 | 203 | 116 | 0 | 30 | 67 | 40 | 41 | 46 | 61 |
| Binary | 10101101 | 10000011 | 1001110 | 0 | 11000 | 110111 | 100000 | 100001 | 100110 | 110001 |
Color Harmonies of #AD834E
Complementary color
Monochromatic Colors of #AD834E
Black with #AD834E
Text Example
Text Example
White with #AD834E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD834E; }
p { color: rgb(173,131,78); }
H1.HeaderClassName
{
color: #AD834E;
}
.AnyTagClassName
{
color: #AD834E;
}
</style>
background-color css
<style>
a { background-color: #AD834E; }
a { background-color: rgb(173,131,78); }
div.DivClassName
{
background-color: #AD834E;
}
.BgClassName
{
background-color: #AD834E;
}
</style>
border-color css
<style>
span { border-color: #AD834E; }
span { border-color: rgb(173,131,78); }
td.TdClassName
{
border-color: #AD834E;
}
.TagClassName
{
border-color: #AD834E;
}
</style>