Shades of Muddy Waters #AA7F49
Tints of Muddy Waters #AA7F49
RGB
CMYK
RGB Variations
Color information
#AA7F49 (or 0xAA7F49) is known color: Muddy Waters. HEX triplet: AA, 7F and 49. RGB value is (170,127,73). Sum of RGB (Red+Green+Blue) = 170+127+73=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 73 (28.91% from 255 or 19.73% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7F49 is #5580B6. Grayscale: #858585. Windows color (decimal): -5603511 or 4816810. OLE color: 4816810.
HSL color Cylindrical-coordinate representation of color #AA7F49: hue angle of 33.4º 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 #AA7F49 is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 127 | 73 | - |
| CMYK | 0 | 0.25 | 0.57 | 0.33 |
| HSL | 33.4º | 0.4% | 0.48% | - |
| HSV(B) | 33.4º | 0.57% | 0.67% | - |
| XYZ | 25.37 | 24.21 | 9.64 | - |
| YUV | 133.7 | 93.75 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 73 | 0 | 0.25 | 0.57 | 0.33 | 33.4 | 0.4 | 0.48 |
| Hex | AA | 7F | 49 | 0 | 19 | 39 | 21 | 21 | 28 | 30 |
| Octal | 252 | 177 | 111 | 0 | 31 | 71 | 41 | 41 | 50 | 60 |
| Binary | 10101010 | 1111111 | 1001001 | 0 | 11001 | 111001 | 100001 | 100001 | 101000 | 110000 |
Color Harmonies of #AA7F49
Complementary color
Monochromatic Colors of #AA7F49
Black with #AA7F49
Text Example
Text Example
White with #AA7F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7F49; }
p { color: rgb(170,127,73); }
H1.HeaderClassName
{
color: #AA7F49;
}
.AnyTagClassName
{
color: #AA7F49;
}
</style>
background-color css
<style>
a { background-color: #AA7F49; }
a { background-color: rgb(170,127,73); }
div.DivClassName
{
background-color: #AA7F49;
}
.BgClassName
{
background-color: #AA7F49;
}
</style>
border-color css
<style>
span { border-color: #AA7F49; }
span { border-color: rgb(170,127,73); }
td.TdClassName
{
border-color: #AA7F49;
}
.TagClassName
{
border-color: #AA7F49;
}
</style>