Shades of Muddy Waters #AD884B
Tints of Muddy Waters #AD884B
RGB
CMYK
RGB Variations
Color information
#AD884B (or 0xAD884B) is known color: Muddy Waters. HEX triplet: AD, 88 and 4B. RGB value is (173,136,75). Sum of RGB (Red+Green+Blue) = 173+136+75=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 75 (29.69% from 255 or 19.53% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD884B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD884B is #5277B4. Grayscale: #8C8C8C. Windows color (decimal): -5404597 or 4950189. OLE color: 4950189.
HSL color Cylindrical-coordinate representation of color #AD884B: hue angle of 37.35º 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 #AD884B is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 136 | 75 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.32 |
| HSL | 37.35º | 0.4% | 0.49% | - |
| HSV(B) | 37.35º | 0.57% | 0.68% | - |
| XYZ | 27.31 | 27 | 10.43 | - |
| YUV | 140.11 | 91.26 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 136 | 75 | 0 | 0.21 | 0.57 | 0.32 | 37.35 | 0.4 | 0.49 |
| Hex | AD | 88 | 4B | 0 | 15 | 39 | 20 | 25 | 28 | 31 |
| Octal | 255 | 210 | 113 | 0 | 25 | 71 | 40 | 45 | 50 | 61 |
| Binary | 10101101 | 10001000 | 1001011 | 0 | 10101 | 111001 | 100000 | 100101 | 101000 | 110001 |
Color Harmonies of #AD884B
Complementary color
Monochromatic Colors of #AD884B
Black with #AD884B
Text Example
Text Example
White with #AD884B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD884B; }
p { color: rgb(173,136,75); }
H1.HeaderClassName
{
color: #AD884B;
}
.AnyTagClassName
{
color: #AD884B;
}
</style>
background-color css
<style>
a { background-color: #AD884B; }
a { background-color: rgb(173,136,75); }
div.DivClassName
{
background-color: #AD884B;
}
.BgClassName
{
background-color: #AD884B;
}
</style>
border-color css
<style>
span { border-color: #AD884B; }
span { border-color: rgb(173,136,75); }
td.TdClassName
{
border-color: #AD884B;
}
.TagClassName
{
border-color: #AD884B;
}
</style>