Shades of Muddy Waters #AD864B
Tints of Muddy Waters #AD864B
RGB
CMYK
RGB Variations
Color information
#AD864B (or 0xAD864B) is known color: Muddy Waters. HEX triplet: AD, 86 and 4B. RGB value is (173,134,75). Sum of RGB (Red+Green+Blue) = 173+134+75=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 75 (29.69% from 255 or 19.63% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD864B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD864B is #5279B4. Grayscale: #8B8B8B. Windows color (decimal): -5405109 or 4949677. OLE color: 4949677.
HSL color Cylindrical-coordinate representation of color #AD864B: hue angle of 36.12º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD864B is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 134 | 75 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.32 |
| HSL | 36.12º | 0.4% | 0.49% | - |
| HSV(B) | 36.12º | 0.57% | 0.68% | - |
| XYZ | 27.03 | 26.44 | 10.34 | - |
| YUV | 138.94 | 91.92 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 134 | 75 | 0 | 0.23 | 0.57 | 0.32 | 36.12 | 0.4 | 0.49 |
| Hex | AD | 86 | 4B | 0 | 17 | 39 | 20 | 24 | 28 | 31 |
| Octal | 255 | 206 | 113 | 0 | 27 | 71 | 40 | 44 | 50 | 61 |
| Binary | 10101101 | 10000110 | 1001011 | 0 | 10111 | 111001 | 100000 | 100100 | 101000 | 110001 |
Color Harmonies of #AD864B
Complementary color
Monochromatic Colors of #AD864B
Black with #AD864B
Text Example
Text Example
White with #AD864B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD864B; }
p { color: rgb(173,134,75); }
H1.HeaderClassName
{
color: #AD864B;
}
.AnyTagClassName
{
color: #AD864B;
}
</style>
background-color css
<style>
a { background-color: #AD864B; }
a { background-color: rgb(173,134,75); }
div.DivClassName
{
background-color: #AD864B;
}
.BgClassName
{
background-color: #AD864B;
}
</style>
border-color css
<style>
span { border-color: #AD864B; }
span { border-color: rgb(173,134,75); }
td.TdClassName
{
border-color: #AD864B;
}
.TagClassName
{
border-color: #AD864B;
}
</style>