Shades of Muddy Waters #AD824B
Tints of Muddy Waters #AD824B
RGB
CMYK
RGB Variations
Color information
#AD824B (or 0xAD824B) is known color: Muddy Waters. HEX triplet: AD, 82 and 4B. RGB value is (173,130,75). Sum of RGB (Red+Green+Blue) = 173+130+75=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD824B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD824B is #527DB4. Grayscale: #888888. Windows color (decimal): -5406133 or 4948653. OLE color: 4948653.
HSL color Cylindrical-coordinate representation of color #AD824B: hue angle of 33.67º 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 #AD824B is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 130 | 75 | - |
| CMYK | 0 | 0.25 | 0.57 | 0.32 |
| HSL | 33.67º | 0.4% | 0.49% | - |
| HSV(B) | 33.67º | 0.57% | 0.68% | - |
| XYZ | 26.49 | 25.36 | 10.16 | - |
| YUV | 136.59 | 93.25 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 130 | 75 | 0 | 0.25 | 0.57 | 0.32 | 33.67 | 0.4 | 0.49 |
| Hex | AD | 82 | 4B | 0 | 19 | 39 | 20 | 22 | 28 | 31 |
| Octal | 255 | 202 | 113 | 0 | 31 | 71 | 40 | 42 | 50 | 61 |
| Binary | 10101101 | 10000010 | 1001011 | 0 | 11001 | 111001 | 100000 | 100010 | 101000 | 110001 |
Color Harmonies of #AD824B
Complementary color
Monochromatic Colors of #AD824B
Black with #AD824B
Text Example
Text Example
White with #AD824B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD824B; }
p { color: rgb(173,130,75); }
H1.HeaderClassName
{
color: #AD824B;
}
.AnyTagClassName
{
color: #AD824B;
}
</style>
background-color css
<style>
a { background-color: #AD824B; }
a { background-color: rgb(173,130,75); }
div.DivClassName
{
background-color: #AD824B;
}
.BgClassName
{
background-color: #AD824B;
}
</style>
border-color css
<style>
span { border-color: #AD824B; }
span { border-color: rgb(173,130,75); }
td.TdClassName
{
border-color: #AD824B;
}
.TagClassName
{
border-color: #AD824B;
}
</style>