Shades of Muddy Waters #AA8449
Tints of Muddy Waters #AA8449
RGB
CMYK
RGB Variations
Color information
#AA8449 (or 0xAA8449) is known color: Muddy Waters. HEX triplet: AA, 84 and 49. RGB value is (170,132,73). Sum of RGB (Red+Green+Blue) = 170+132+73=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8449 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8449 is #557BB6. Grayscale: #888888. Windows color (decimal): -5602231 or 4818090. OLE color: 4818090.
HSL color Cylindrical-coordinate representation of color #AA8449: hue angle of 36.49º 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 #AA8449 is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 132 | 73 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.33 |
| HSL | 36.49º | 0.4% | 0.48% | - |
| HSV(B) | 36.49º | 0.57% | 0.67% | - |
| XYZ | 26.03 | 25.53 | 9.86 | - |
| YUV | 136.64 | 92.09 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 132 | 73 | 0 | 0.22 | 0.57 | 0.33 | 36.49 | 0.4 | 0.48 |
| Hex | AA | 84 | 49 | 0 | 16 | 39 | 21 | 24 | 28 | 30 |
| Octal | 252 | 204 | 111 | 0 | 26 | 71 | 41 | 44 | 50 | 60 |
| Binary | 10101010 | 10000100 | 1001001 | 0 | 10110 | 111001 | 100001 | 100100 | 101000 | 110000 |
Color Harmonies of #AA8449
Complementary color
Monochromatic Colors of #AA8449
Black with #AA8449
Text Example
Text Example
White with #AA8449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8449; }
p { color: rgb(170,132,73); }
H1.HeaderClassName
{
color: #AA8449;
}
.AnyTagClassName
{
color: #AA8449;
}
</style>
background-color css
<style>
a { background-color: #AA8449; }
a { background-color: rgb(170,132,73); }
div.DivClassName
{
background-color: #AA8449;
}
.BgClassName
{
background-color: #AA8449;
}
</style>
border-color css
<style>
span { border-color: #AA8449; }
span { border-color: rgb(170,132,73); }
td.TdClassName
{
border-color: #AA8449;
}
.TagClassName
{
border-color: #AA8449;
}
</style>