Shades of Muddy Waters #AD804C
Tints of Muddy Waters #AD804C
RGB
CMYK
RGB Variations
Color information
#AD804C (or 0xAD804C) is known color: Muddy Waters. HEX triplet: AD, 80 and 4C. RGB value is (173,128,76). Sum of RGB (Red+Green+Blue) = 173+128+76=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD804C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD804C is #527FB3. Grayscale: #878787. Windows color (decimal): -5406644 or 5013677. OLE color: 5013677.
HSL color Cylindrical-coordinate representation of color #AD804C: hue angle of 32.16º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD804C is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 128 | 76 | - |
| CMYK | 0 | 0.26 | 0.56 | 0.32 |
| HSL | 32.16º | 0.39% | 0.49% | - |
| HSV(B) | 32.16º | 0.56% | 0.68% | - |
| XYZ | 26.26 | 24.84 | 10.25 | - |
| YUV | 135.53 | 94.41 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 76 | 0 | 0.26 | 0.56 | 0.32 | 32.16 | 0.39 | 0.49 |
| Hex | AD | 80 | 4C | 0 | 1A | 38 | 20 | 20 | 27 | 31 |
| Octal | 255 | 200 | 114 | 0 | 32 | 70 | 40 | 40 | 47 | 61 |
| Binary | 10101101 | 10000000 | 1001100 | 0 | 11010 | 111000 | 100000 | 100000 | 100111 | 110001 |
Color Harmonies of #AD804C
Complementary color
Monochromatic Colors of #AD804C
Black with #AD804C
Text Example
Text Example
White with #AD804C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD804C; }
p { color: rgb(173,128,76); }
H1.HeaderClassName
{
color: #AD804C;
}
.AnyTagClassName
{
color: #AD804C;
}
</style>
background-color css
<style>
a { background-color: #AD804C; }
a { background-color: rgb(173,128,76); }
div.DivClassName
{
background-color: #AD804C;
}
.BgClassName
{
background-color: #AD804C;
}
</style>
border-color css
<style>
span { border-color: #AD804C; }
span { border-color: rgb(173,128,76); }
td.TdClassName
{
border-color: #AD804C;
}
.TagClassName
{
border-color: #AD804C;
}
</style>