Shades of Muddy Waters #AD804E
Tints of Muddy Waters #AD804E
RGB
CMYK
RGB Variations
Color information
#AD804E (or 0xAD804E) is known color: Muddy Waters. HEX triplet: AD, 80 and 4E. RGB value is (173,128,78). Sum of RGB (Red+Green+Blue) = 173+128+78=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 78 (30.86% from 255 or 20.58% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #AD804E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD804E is #527FB1. Grayscale: #888888. Windows color (decimal): -5406642 or 5144749. OLE color: 5144749.
HSL color Cylindrical-coordinate representation of color #AD804E: hue angle of 31.58º 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 #AD804E is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 128 | 78 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.32 |
| HSL | 31.58º | 0.38% | 0.49% | - |
| HSV(B) | 31.58º | 0.55% | 0.68% | - |
| XYZ | 26.33 | 24.87 | 10.62 | - |
| YUV | 135.76 | 95.41 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 78 | 0 | 0.26 | 0.55 | 0.32 | 31.58 | 0.38 | 0.49 |
| Hex | AD | 80 | 4E | 0 | 1A | 37 | 20 | 20 | 26 | 31 |
| Octal | 255 | 200 | 116 | 0 | 32 | 67 | 40 | 40 | 46 | 61 |
| Binary | 10101101 | 10000000 | 1001110 | 0 | 11010 | 110111 | 100000 | 100000 | 100110 | 110001 |
Color Harmonies of #AD804E
Complementary color
Monochromatic Colors of #AD804E
Black with #AD804E
Text Example
Text Example
White with #AD804E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD804E; }
p { color: rgb(173,128,78); }
H1.HeaderClassName
{
color: #AD804E;
}
.AnyTagClassName
{
color: #AD804E;
}
</style>
background-color css
<style>
a { background-color: #AD804E; }
a { background-color: rgb(173,128,78); }
div.DivClassName
{
background-color: #AD804E;
}
.BgClassName
{
background-color: #AD804E;
}
</style>
border-color css
<style>
span { border-color: #AD804E; }
span { border-color: rgb(173,128,78); }
td.TdClassName
{
border-color: #AD804E;
}
.TagClassName
{
border-color: #AD804E;
}
</style>