Shades of Muddy Waters #AA7E47
Tints of Muddy Waters #AA7E47
RGB
CMYK
RGB Variations
Color information
#AA7E47 (or 0xAA7E47) is known color: Muddy Waters. HEX triplet: AA, 7E and 47. RGB value is (170,126,71). Sum of RGB (Red+Green+Blue) = 170+126+71=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 126 (49.61% from 255 or 34.33% from 367); Blue value is 71 (28.12% from 255 or 19.35% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7E47 is #5581B8. Grayscale: #858585. Windows color (decimal): -5603769 or 4685482. OLE color: 4685482.
HSL color Cylindrical-coordinate representation of color #AA7E47: hue angle of 33.33º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA7E47 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 126 | 71 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.33 |
| HSL | 33.33º | 0.41% | 0.47% | - |
| HSV(B) | 33.33º | 0.58% | 0.67% | - |
| XYZ | 25.18 | 23.92 | 9.25 | - |
| YUV | 132.89 | 93.08 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 126 | 71 | 0 | 0.26 | 0.58 | 0.33 | 33.33 | 0.41 | 0.47 |
| Hex | AA | 7E | 47 | 0 | 1A | 3A | 21 | 21 | 29 | 2F |
| Octal | 252 | 176 | 107 | 0 | 32 | 72 | 41 | 41 | 51 | 57 |
| Binary | 10101010 | 1111110 | 1000111 | 0 | 11010 | 111010 | 100001 | 100001 | 101001 | 101111 |
Color Harmonies of #AA7E47
Complementary color
Monochromatic Colors of #AA7E47
Black with #AA7E47
Text Example
Text Example
White with #AA7E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7E47; }
p { color: rgb(170,126,71); }
H1.HeaderClassName
{
color: #AA7E47;
}
.AnyTagClassName
{
color: #AA7E47;
}
</style>
background-color css
<style>
a { background-color: #AA7E47; }
a { background-color: rgb(170,126,71); }
div.DivClassName
{
background-color: #AA7E47;
}
.BgClassName
{
background-color: #AA7E47;
}
</style>
border-color css
<style>
span { border-color: #AA7E47; }
span { border-color: rgb(170,126,71); }
td.TdClassName
{
border-color: #AA7E47;
}
.TagClassName
{
border-color: #AA7E47;
}
</style>