Shades of Muddy Waters #AD804A
Tints of Muddy Waters #AD804A
RGB
CMYK
RGB Variations
Color information
#AD804A (or 0xAD804A) is known color: Muddy Waters. HEX triplet: AD, 80 and 4A. RGB value is (173,128,74). Sum of RGB (Red+Green+Blue) = 173+128+74=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 74 (29.30% from 255 or 19.73% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #AD804A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD804A is #527FB5. Grayscale: #878787. Windows color (decimal): -5406646 or 4882605. OLE color: 4882605.
HSL color Cylindrical-coordinate representation of color #AD804A: hue angle of 32.73º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD804A is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 128 | 74 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.32 |
| HSL | 32.73º | 0.4% | 0.48% | - |
| HSV(B) | 32.73º | 0.57% | 0.68% | - |
| XYZ | 26.19 | 24.82 | 9.89 | - |
| YUV | 135.3 | 93.41 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 128 | 74 | 0 | 0.26 | 0.57 | 0.32 | 32.73 | 0.4 | 0.48 |
| Hex | AD | 80 | 4A | 0 | 1A | 39 | 20 | 21 | 28 | 30 |
| Octal | 255 | 200 | 112 | 0 | 32 | 71 | 40 | 41 | 50 | 60 |
| Binary | 10101101 | 10000000 | 1001010 | 0 | 11010 | 111001 | 100000 | 100001 | 101000 | 110000 |
Color Harmonies of #AD804A
Complementary color
Monochromatic Colors of #AD804A
Black with #AD804A
Text Example
Text Example
White with #AD804A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD804A; }
p { color: rgb(173,128,74); }
H1.HeaderClassName
{
color: #AD804A;
}
.AnyTagClassName
{
color: #AD804A;
}
</style>
background-color css
<style>
a { background-color: #AD804A; }
a { background-color: rgb(173,128,74); }
div.DivClassName
{
background-color: #AD804A;
}
.BgClassName
{
background-color: #AD804A;
}
</style>
border-color css
<style>
span { border-color: #AD804A; }
span { border-color: rgb(173,128,74); }
td.TdClassName
{
border-color: #AD804A;
}
.TagClassName
{
border-color: #AD804A;
}
</style>