Shades of Muddy Waters #AD814E
Tints of Muddy Waters #AD814E
RGB
CMYK
RGB Variations
Color information
#AD814E (or 0xAD814E) is known color: Muddy Waters. HEX triplet: AD, 81 and 4E. RGB value is (173,129,78). Sum of RGB (Red+Green+Blue) = 173+129+78=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 78 (30.86% from 255 or 20.53% from 380); Max value from RGB is 173 - color contains mainly: red. Hex color #AD814E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD814E is #527EB1. Grayscale: #888888. Windows color (decimal): -5406386 or 5145005. OLE color: 5145005.
HSL color Cylindrical-coordinate representation of color #AD814E: hue angle of 32.21º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD814E is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 129 | 78 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.32 |
| HSL | 32.21º | 0.38% | 0.49% | - |
| HSV(B) | 32.21º | 0.55% | 0.68% | - |
| XYZ | 26.46 | 25.13 | 10.66 | - |
| YUV | 136.34 | 95.08 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 129 | 78 | 0 | 0.25 | 0.55 | 0.32 | 32.21 | 0.38 | 0.49 |
| Hex | AD | 81 | 4E | 0 | 19 | 37 | 20 | 20 | 26 | 31 |
| Octal | 255 | 201 | 116 | 0 | 31 | 67 | 40 | 40 | 46 | 61 |
| Binary | 10101101 | 10000001 | 1001110 | 0 | 11001 | 110111 | 100000 | 100000 | 100110 | 110001 |
Color Harmonies of #AD814E
Complementary color
Monochromatic Colors of #AD814E
Black with #AD814E
Text Example
Text Example
White with #AD814E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD814E; }
p { color: rgb(173,129,78); }
H1.HeaderClassName
{
color: #AD814E;
}
.AnyTagClassName
{
color: #AD814E;
}
</style>
background-color css
<style>
a { background-color: #AD814E; }
a { background-color: rgb(173,129,78); }
div.DivClassName
{
background-color: #AD814E;
}
.BgClassName
{
background-color: #AD814E;
}
</style>
border-color css
<style>
span { border-color: #AD814E; }
span { border-color: rgb(173,129,78); }
td.TdClassName
{
border-color: #AD814E;
}
.TagClassName
{
border-color: #AD814E;
}
</style>