Shades of Muddy Waters #AA7E4D
Tints of Muddy Waters #AA7E4D
RGB
CMYK
RGB Variations
Color information
#AA7E4D (or 0xAA7E4D) is known color: Muddy Waters. HEX triplet: AA, 7E and 4D. RGB value is (170,126,77). Sum of RGB (Red+Green+Blue) = 170+126+77=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7E4D is #5581B2. Grayscale: #858585. Windows color (decimal): -5603763 or 5078698. OLE color: 5078698.
HSL color Cylindrical-coordinate representation of color #AA7E4D: hue angle of 31.61º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA7E4D is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 126 | 77 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.33 |
| HSL | 31.61º | 0.38% | 0.48% | - |
| HSV(B) | 31.61º | 0.55% | 0.67% | - |
| XYZ | 25.38 | 24 | 10.32 | - |
| YUV | 133.57 | 96.08 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 126 | 77 | 0 | 0.26 | 0.55 | 0.33 | 31.61 | 0.38 | 0.48 |
| Hex | AA | 7E | 4D | 0 | 1A | 37 | 21 | 20 | 26 | 30 |
| Octal | 252 | 176 | 115 | 0 | 32 | 67 | 41 | 40 | 46 | 60 |
| Binary | 10101010 | 1111110 | 1001101 | 0 | 11010 | 110111 | 100001 | 100000 | 100110 | 110000 |
Color Harmonies of #AA7E4D
Complementary color
Monochromatic Colors of #AA7E4D
Black with #AA7E4D
Text Example
Text Example
White with #AA7E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7E4D; }
p { color: rgb(170,126,77); }
H1.HeaderClassName
{
color: #AA7E4D;
}
.AnyTagClassName
{
color: #AA7E4D;
}
</style>
background-color css
<style>
a { background-color: #AA7E4D; }
a { background-color: rgb(170,126,77); }
div.DivClassName
{
background-color: #AA7E4D;
}
.BgClassName
{
background-color: #AA7E4D;
}
</style>
border-color css
<style>
span { border-color: #AA7E4D; }
span { border-color: rgb(170,126,77); }
td.TdClassName
{
border-color: #AA7E4D;
}
.TagClassName
{
border-color: #AA7E4D;
}
</style>