Shades of Muddy Waters #AD8551
Tints of Muddy Waters #AD8551
RGB
CMYK
RGB Variations
Color information
#AD8551 (or 0xAD8551) is known color: Muddy Waters. HEX triplet: AD, 85 and 51. RGB value is (173,133,81). Sum of RGB (Red+Green+Blue) = 173+133+81=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 81 (32.03% from 255 or 20.93% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8551 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8551 is #527AAE. Grayscale: #8B8B8B. Windows color (decimal): -5405359 or 5342637. OLE color: 5342637.
HSL color Cylindrical-coordinate representation of color #AD8551: hue angle of 33.91º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD8551 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 133 | 81 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.32 |
| HSL | 33.91º | 0.36% | 0.5% | - |
| HSV(B) | 33.91º | 0.53% | 0.68% | - |
| XYZ | 27.11 | 26.25 | 11.42 | - |
| YUV | 139.03 | 95.25 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 133 | 81 | 0 | 0.23 | 0.53 | 0.32 | 33.91 | 0.36 | 0.5 |
| Hex | AD | 85 | 51 | 0 | 17 | 35 | 20 | 22 | 24 | 32 |
| Octal | 255 | 205 | 121 | 0 | 27 | 65 | 40 | 42 | 44 | 62 |
| Binary | 10101101 | 10000101 | 1010001 | 0 | 10111 | 110101 | 100000 | 100010 | 100100 | 110010 |
Color Harmonies of #AD8551
Complementary color
Monochromatic Colors of #AD8551
Black with #AD8551
Text Example
Text Example
White with #AD8551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8551; }
p { color: rgb(173,133,81); }
H1.HeaderClassName
{
color: #AD8551;
}
.AnyTagClassName
{
color: #AD8551;
}
</style>
background-color css
<style>
a { background-color: #AD8551; }
a { background-color: rgb(173,133,81); }
div.DivClassName
{
background-color: #AD8551;
}
.BgClassName
{
background-color: #AD8551;
}
</style>
border-color css
<style>
span { border-color: #AD8551; }
span { border-color: rgb(173,133,81); }
td.TdClassName
{
border-color: #AD8551;
}
.TagClassName
{
border-color: #AD8551;
}
</style>