Shades of Muddy Waters #AD884C
Tints of Muddy Waters #AD884C
RGB
CMYK
RGB Variations
Color information
#AD884C (or 0xAD884C) is known color: Muddy Waters. HEX triplet: AD, 88 and 4C. RGB value is (173,136,76). Sum of RGB (Red+Green+Blue) = 173+136+76=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD884C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD884C is #5277B3. Grayscale: #8C8C8C. Windows color (decimal): -5404596 or 5015725. OLE color: 5015725.
HSL color Cylindrical-coordinate representation of color #AD884C: hue angle of 37.11º 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 #AD884C is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 136 | 76 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.32 |
| HSL | 37.11º | 0.39% | 0.49% | - |
| HSV(B) | 37.11º | 0.56% | 0.68% | - |
| XYZ | 27.34 | 27.01 | 10.61 | - |
| YUV | 140.22 | 91.76 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 76 | 0 | 0.21 | 0.56 | 0.32 | 37.11 | 0.39 | 0.49 |
| Hex | AD | 88 | 4C | 0 | 15 | 38 | 20 | 25 | 27 | 31 |
| Octal | 255 | 210 | 114 | 0 | 25 | 70 | 40 | 45 | 47 | 61 |
| Binary | 10101101 | 10001000 | 1001100 | 0 | 10101 | 111000 | 100000 | 100101 | 100111 | 110001 |
Color Harmonies of #AD884C
Complementary color
Monochromatic Colors of #AD884C
Black with #AD884C
Text Example
Text Example
White with #AD884C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD884C; }
p { color: rgb(173,136,76); }
H1.HeaderClassName
{
color: #AD884C;
}
.AnyTagClassName
{
color: #AD884C;
}
</style>
background-color css
<style>
a { background-color: #AD884C; }
a { background-color: rgb(173,136,76); }
div.DivClassName
{
background-color: #AD884C;
}
.BgClassName
{
background-color: #AD884C;
}
</style>
border-color css
<style>
span { border-color: #AD884C; }
span { border-color: rgb(173,136,76); }
td.TdClassName
{
border-color: #AD884C;
}
.TagClassName
{
border-color: #AD884C;
}
</style>