Shades of Muddy Waters #AD784E
Tints of Muddy Waters #AD784E
RGB
CMYK
RGB Variations
Color information
#AD784E (or 0xAD784E) is known color: Muddy Waters. HEX triplet: AD, 78 and 4E. RGB value is (173,120,78). Sum of RGB (Red+Green+Blue) = 173+120+78=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 120 (47.27% from 255 or 32.35% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD784E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD784E is #5287B1. Grayscale: #838383. Windows color (decimal): -5408690 or 5142701. OLE color: 5142701.
HSL color Cylindrical-coordinate representation of color #AD784E: hue angle of 26.53º 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 #AD784E is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 120 | 78 | - |
| CMYK | 0 | 0.31 | 0.55 | 0.32 |
| HSL | 26.53º | 0.38% | 0.49% | - |
| HSV(B) | 26.53º | 0.55% | 0.68% | - |
| XYZ | 25.33 | 22.87 | 10.29 | - |
| YUV | 131.06 | 98.06 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 120 | 78 | 0 | 0.31 | 0.55 | 0.32 | 26.53 | 0.38 | 0.49 |
| Hex | AD | 78 | 4E | 0 | 1F | 37 | 20 | 1B | 26 | 31 |
| Octal | 255 | 170 | 116 | 0 | 37 | 67 | 40 | 33 | 46 | 61 |
| Binary | 10101101 | 1111000 | 1001110 | 0 | 11111 | 110111 | 100000 | 11011 | 100110 | 110001 |
Color Harmonies of #AD784E
Complementary color
Monochromatic Colors of #AD784E
Black with #AD784E
Text Example
Text Example
White with #AD784E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD784E; }
p { color: rgb(173,120,78); }
H1.HeaderClassName
{
color: #AD784E;
}
.AnyTagClassName
{
color: #AD784E;
}
</style>
background-color css
<style>
a { background-color: #AD784E; }
a { background-color: rgb(173,120,78); }
div.DivClassName
{
background-color: #AD784E;
}
.BgClassName
{
background-color: #AD784E;
}
</style>
border-color css
<style>
span { border-color: #AD784E; }
span { border-color: rgb(173,120,78); }
td.TdClassName
{
border-color: #AD784E;
}
.TagClassName
{
border-color: #AD784E;
}
</style>