Shades of Muddy Waters #AA7E4E
Tints of Muddy Waters #AA7E4E
RGB
CMYK
RGB Variations
Color information
#AA7E4E (or 0xAA7E4E) is known color: Muddy Waters. HEX triplet: AA, 7E and 4E. RGB value is (170,126,78). Sum of RGB (Red+Green+Blue) = 170+126+78=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 126 (49.61% from 255 or 33.69% from 374); Blue value is 78 (30.86% from 255 or 20.86% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7E4E is #5581B1. Grayscale: #858585. Windows color (decimal): -5603762 or 5144234. OLE color: 5144234.
HSL color Cylindrical-coordinate representation of color #AA7E4E: hue angle of 31.3º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA7E4E is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 126 | 78 | - |
| CMYK | 0 | 0.26 | 0.54 | 0.33 |
| HSL | 31.3º | 0.37% | 0.49% | - |
| HSV(B) | 31.3º | 0.54% | 0.67% | - |
| XYZ | 25.41 | 24.02 | 10.5 | - |
| YUV | 133.68 | 96.58 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 126 | 78 | 0 | 0.26 | 0.54 | 0.33 | 31.3 | 0.37 | 0.49 |
| Hex | AA | 7E | 4E | 0 | 1A | 36 | 21 | 1F | 25 | 31 |
| Octal | 252 | 176 | 116 | 0 | 32 | 66 | 41 | 37 | 45 | 61 |
| Binary | 10101010 | 1111110 | 1001110 | 0 | 11010 | 110110 | 100001 | 11111 | 100101 | 110001 |
Color Harmonies of #AA7E4E
Complementary color
Monochromatic Colors of #AA7E4E
Black with #AA7E4E
Text Example
Text Example
White with #AA7E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7E4E; }
p { color: rgb(170,126,78); }
H1.HeaderClassName
{
color: #AA7E4E;
}
.AnyTagClassName
{
color: #AA7E4E;
}
</style>
background-color css
<style>
a { background-color: #AA7E4E; }
a { background-color: rgb(170,126,78); }
div.DivClassName
{
background-color: #AA7E4E;
}
.BgClassName
{
background-color: #AA7E4E;
}
</style>
border-color css
<style>
span { border-color: #AA7E4E; }
span { border-color: rgb(170,126,78); }
td.TdClassName
{
border-color: #AA7E4E;
}
.TagClassName
{
border-color: #AA7E4E;
}
</style>