Shades of Muddy Waters #AA8949
Tints of Muddy Waters #AA8949
RGB
CMYK
RGB Variations
Color information
#AA8949 (or 0xAA8949) is known color: Muddy Waters. HEX triplet: AA, 89 and 49. RGB value is (170,137,73). Sum of RGB (Red+Green+Blue) = 170+137+73=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 73 (28.91% from 255 or 19.21% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8949 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8949 is #5576B6. Grayscale: #8B8B8B. Windows color (decimal): -5600951 or 4819370. OLE color: 4819370.
HSL color Cylindrical-coordinate representation of color #AA8949: hue angle of 39.59º 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 #AA8949 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 137 | 73 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.33 |
| HSL | 39.59º | 0.4% | 0.48% | - |
| HSV(B) | 39.59º | 0.57% | 0.67% | - |
| XYZ | 26.73 | 26.92 | 10.09 | - |
| YUV | 139.57 | 90.43 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 137 | 73 | 0 | 0.19 | 0.57 | 0.33 | 39.59 | 0.4 | 0.48 |
| Hex | AA | 89 | 49 | 0 | 13 | 39 | 21 | 28 | 28 | 30 |
| Octal | 252 | 211 | 111 | 0 | 23 | 71 | 41 | 50 | 50 | 60 |
| Binary | 10101010 | 10001001 | 1001001 | 0 | 10011 | 111001 | 100001 | 101000 | 101000 | 110000 |
Color Harmonies of #AA8949
Complementary color
Monochromatic Colors of #AA8949
Black with #AA8949
Text Example
Text Example
White with #AA8949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8949; }
p { color: rgb(170,137,73); }
H1.HeaderClassName
{
color: #AA8949;
}
.AnyTagClassName
{
color: #AA8949;
}
</style>
background-color css
<style>
a { background-color: #AA8949; }
a { background-color: rgb(170,137,73); }
div.DivClassName
{
background-color: #AA8949;
}
.BgClassName
{
background-color: #AA8949;
}
</style>
border-color css
<style>
span { border-color: #AA8949; }
span { border-color: rgb(170,137,73); }
td.TdClassName
{
border-color: #AA8949;
}
.TagClassName
{
border-color: #AA8949;
}
</style>