Shades of Muddy Waters #AA7E4A
Tints of Muddy Waters #AA7E4A
RGB
CMYK
RGB Variations
Color information
#AA7E4A (or 0xAA7E4A) is known color: Muddy Waters. HEX triplet: AA, 7E and 4A. RGB value is (170,126,74). Sum of RGB (Red+Green+Blue) = 170+126+74=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 126 (49.61% from 255 or 34.05% from 370); Blue value is 74 (29.30% from 255 or 20% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7E4A is #5581B5. Grayscale: #858585. Windows color (decimal): -5603766 or 4882090. OLE color: 4882090.
HSL color Cylindrical-coordinate representation of color #AA7E4A: hue angle of 32.5º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA7E4A is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 126 | 74 | - |
| CMYK | 0 | 0.26 | 0.56 | 0.33 |
| HSL | 32.5º | 0.39% | 0.48% | - |
| HSV(B) | 32.5º | 0.56% | 0.67% | - |
| XYZ | 25.27 | 23.96 | 9.77 | - |
| YUV | 133.23 | 94.58 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 126 | 74 | 0 | 0.26 | 0.56 | 0.33 | 32.5 | 0.39 | 0.48 |
| Hex | AA | 7E | 4A | 0 | 1A | 38 | 21 | 20 | 27 | 30 |
| Octal | 252 | 176 | 112 | 0 | 32 | 70 | 41 | 40 | 47 | 60 |
| Binary | 10101010 | 1111110 | 1001010 | 0 | 11010 | 111000 | 100001 | 100000 | 100111 | 110000 |
Color Harmonies of #AA7E4A
Complementary color
Monochromatic Colors of #AA7E4A
Black with #AA7E4A
Text Example
Text Example
White with #AA7E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7E4A; }
p { color: rgb(170,126,74); }
H1.HeaderClassName
{
color: #AA7E4A;
}
.AnyTagClassName
{
color: #AA7E4A;
}
</style>
background-color css
<style>
a { background-color: #AA7E4A; }
a { background-color: rgb(170,126,74); }
div.DivClassName
{
background-color: #AA7E4A;
}
.BgClassName
{
background-color: #AA7E4A;
}
</style>
border-color css
<style>
span { border-color: #AA7E4A; }
span { border-color: rgb(170,126,74); }
td.TdClassName
{
border-color: #AA7E4A;
}
.TagClassName
{
border-color: #AA7E4A;
}
</style>