Shades of Muddy Waters #AA824D
Tints of Muddy Waters #AA824D
RGB
CMYK
RGB Variations
Color information
#AA824D (or 0xAA824D) is known color: Muddy Waters. HEX triplet: AA, 82 and 4D. RGB value is (170,130,77). Sum of RGB (Red+Green+Blue) = 170+130+77=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA824D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA824D is #557DB2. Grayscale: #888888. Windows color (decimal): -5602739 or 5079722. OLE color: 5079722.
HSL color Cylindrical-coordinate representation of color #AA824D: hue angle of 34.19º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA824D is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 130 | 77 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.33 |
| HSL | 34.19º | 0.38% | 0.48% | - |
| HSV(B) | 34.19º | 0.55% | 0.67% | - |
| XYZ | 25.9 | 25.05 | 10.49 | - |
| YUV | 135.92 | 94.75 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 77 | 0 | 0.24 | 0.55 | 0.33 | 34.19 | 0.38 | 0.48 |
| Hex | AA | 82 | 4D | 0 | 18 | 37 | 21 | 22 | 26 | 30 |
| Octal | 252 | 202 | 115 | 0 | 30 | 67 | 41 | 42 | 46 | 60 |
| Binary | 10101010 | 10000010 | 1001101 | 0 | 11000 | 110111 | 100001 | 100010 | 100110 | 110000 |
Color Harmonies of #AA824D
Complementary color
Monochromatic Colors of #AA824D
Black with #AA824D
Text Example
Text Example
White with #AA824D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA824D; }
p { color: rgb(170,130,77); }
H1.HeaderClassName
{
color: #AA824D;
}
.AnyTagClassName
{
color: #AA824D;
}
</style>
background-color css
<style>
a { background-color: #AA824D; }
a { background-color: rgb(170,130,77); }
div.DivClassName
{
background-color: #AA824D;
}
.BgClassName
{
background-color: #AA824D;
}
</style>
border-color css
<style>
span { border-color: #AA824D; }
span { border-color: rgb(170,130,77); }
td.TdClassName
{
border-color: #AA824D;
}
.TagClassName
{
border-color: #AA824D;
}
</style>