Shades of Muddy Waters #AA7D49
Tints of Muddy Waters #AA7D49
RGB
CMYK
RGB Variations
Color information
#AA7D49 (or 0xAA7D49) is known color: Muddy Waters. HEX triplet: AA, 7D and 49. RGB value is (170,125,73). Sum of RGB (Red+Green+Blue) = 170+125+73=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 125 (49.22% from 255 or 33.97% from 368); Blue value is 73 (28.91% from 255 or 19.84% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7D49 is #5582B6. Grayscale: #848484. Windows color (decimal): -5604023 or 4816298. OLE color: 4816298.
HSL color Cylindrical-coordinate representation of color #AA7D49: hue angle of 32.16º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA7D49 is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 125 | 73 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.33 |
| HSL | 32.16º | 0.4% | 0.48% | - |
| HSV(B) | 32.16º | 0.57% | 0.67% | - |
| XYZ | 25.11 | 23.69 | 9.55 | - |
| YUV | 132.53 | 94.41 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 125 | 73 | 0 | 0.26 | 0.57 | 0.33 | 32.16 | 0.4 | 0.48 |
| Hex | AA | 7D | 49 | 0 | 1A | 39 | 21 | 20 | 28 | 30 |
| Octal | 252 | 175 | 111 | 0 | 32 | 71 | 41 | 40 | 50 | 60 |
| Binary | 10101010 | 1111101 | 1001001 | 0 | 11010 | 111001 | 100001 | 100000 | 101000 | 110000 |
Color Harmonies of #AA7D49
Complementary color
Monochromatic Colors of #AA7D49
Black with #AA7D49
Text Example
Text Example
White with #AA7D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7D49; }
p { color: rgb(170,125,73); }
H1.HeaderClassName
{
color: #AA7D49;
}
.AnyTagClassName
{
color: #AA7D49;
}
</style>
background-color css
<style>
a { background-color: #AA7D49; }
a { background-color: rgb(170,125,73); }
div.DivClassName
{
background-color: #AA7D49;
}
.BgClassName
{
background-color: #AA7D49;
}
</style>
border-color css
<style>
span { border-color: #AA7D49; }
span { border-color: rgb(170,125,73); }
td.TdClassName
{
border-color: #AA7D49;
}
.TagClassName
{
border-color: #AA7D49;
}
</style>