Shades of Muddy Waters #AA8749
Tints of Muddy Waters #AA8749
RGB
CMYK
RGB Variations
Color information
#AA8749 (or 0xAA8749) is known color: Muddy Waters. HEX triplet: AA, 87 and 49. RGB value is (170,135,73). Sum of RGB (Red+Green+Blue) = 170+135+73=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 135 (53.12% from 255 or 35.71% from 378); Blue value is 73 (28.91% from 255 or 19.31% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8749 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8749 is #5578B6. Grayscale: #8A8A8A. Windows color (decimal): -5601463 or 4818858. OLE color: 4818858.
HSL color Cylindrical-coordinate representation of color #AA8749: hue angle of 38.35º 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 #AA8749 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 135 | 73 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.33 |
| HSL | 38.35º | 0.4% | 0.48% | - |
| HSV(B) | 38.35º | 0.57% | 0.67% | - |
| XYZ | 26.44 | 26.36 | 10 | - |
| YUV | 138.4 | 91.1 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 135 | 73 | 0 | 0.21 | 0.57 | 0.33 | 38.35 | 0.4 | 0.48 |
| Hex | AA | 87 | 49 | 0 | 15 | 39 | 21 | 26 | 28 | 30 |
| Octal | 252 | 207 | 111 | 0 | 25 | 71 | 41 | 46 | 50 | 60 |
| Binary | 10101010 | 10000111 | 1001001 | 0 | 10101 | 111001 | 100001 | 100110 | 101000 | 110000 |
Color Harmonies of #AA8749
Complementary color
Monochromatic Colors of #AA8749
Black with #AA8749
Text Example
Text Example
White with #AA8749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8749; }
p { color: rgb(170,135,73); }
H1.HeaderClassName
{
color: #AA8749;
}
.AnyTagClassName
{
color: #AA8749;
}
</style>
background-color css
<style>
a { background-color: #AA8749; }
a { background-color: rgb(170,135,73); }
div.DivClassName
{
background-color: #AA8749;
}
.BgClassName
{
background-color: #AA8749;
}
</style>
border-color css
<style>
span { border-color: #AA8749; }
span { border-color: rgb(170,135,73); }
td.TdClassName
{
border-color: #AA8749;
}
.TagClassName
{
border-color: #AA8749;
}
</style>