Shades of Muddy Waters #AD8351
Tints of Muddy Waters #AD8351
RGB
CMYK
RGB Variations
Color information
#AD8351 (or 0xAD8351) is known color: Muddy Waters. HEX triplet: AD, 83 and 51. RGB value is (173,131,81). Sum of RGB (Red+Green+Blue) = 173+131+81=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 81 (32.03% from 255 or 21.04% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8351 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8351 is #527CAE. Grayscale: #8A8A8A. Windows color (decimal): -5405871 or 5342125. OLE color: 5342125.
HSL color Cylindrical-coordinate representation of color #AD8351: hue angle of 32.61º 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 #AD8351 is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 131 | 81 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.32 |
| HSL | 32.61º | 0.36% | 0.5% | - |
| HSV(B) | 32.61º | 0.53% | 0.68% | - |
| XYZ | 26.84 | 25.71 | 11.33 | - |
| YUV | 137.86 | 95.91 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 131 | 81 | 0 | 0.24 | 0.53 | 0.32 | 32.61 | 0.36 | 0.5 |
| Hex | AD | 83 | 51 | 0 | 18 | 35 | 20 | 21 | 24 | 32 |
| Octal | 255 | 203 | 121 | 0 | 30 | 65 | 40 | 41 | 44 | 62 |
| Binary | 10101101 | 10000011 | 1010001 | 0 | 11000 | 110101 | 100000 | 100001 | 100100 | 110010 |
Color Harmonies of #AD8351
Complementary color
Monochromatic Colors of #AD8351
Black with #AD8351
Text Example
Text Example
White with #AD8351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8351; }
p { color: rgb(173,131,81); }
H1.HeaderClassName
{
color: #AD8351;
}
.AnyTagClassName
{
color: #AD8351;
}
</style>
background-color css
<style>
a { background-color: #AD8351; }
a { background-color: rgb(173,131,81); }
div.DivClassName
{
background-color: #AD8351;
}
.BgClassName
{
background-color: #AD8351;
}
</style>
border-color css
<style>
span { border-color: #AD8351; }
span { border-color: rgb(173,131,81); }
td.TdClassName
{
border-color: #AD8351;
}
.TagClassName
{
border-color: #AD8351;
}
</style>