Shades of Muddy Waters #AA7E4C
Tints of Muddy Waters #AA7E4C
RGB
CMYK
RGB Variations
Color information
#AA7E4C (or 0xAA7E4C) is known color: Muddy Waters. HEX triplet: AA, 7E and 4C. RGB value is (170,126,76). Sum of RGB (Red+Green+Blue) = 170+126+76=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 126 (49.61% from 255 or 33.87% from 372); Blue value is 76 (30.08% from 255 or 20.43% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7E4C is #5581B3. Grayscale: #858585. Windows color (decimal): -5603764 or 5013162. OLE color: 5013162.
HSL color Cylindrical-coordinate representation of color #AA7E4C: hue angle of 31.91º 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 #AA7E4C is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 126 | 76 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.33 |
| HSL | 31.91º | 0.38% | 0.48% | - |
| HSV(B) | 31.91º | 0.55% | 0.67% | - |
| XYZ | 25.34 | 23.99 | 10.13 | - |
| YUV | 133.46 | 95.58 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 126 | 76 | 0 | 0.26 | 0.55 | 0.33 | 31.91 | 0.38 | 0.48 |
| Hex | AA | 7E | 4C | 0 | 1A | 37 | 21 | 20 | 26 | 30 |
| Octal | 252 | 176 | 114 | 0 | 32 | 67 | 41 | 40 | 46 | 60 |
| Binary | 10101010 | 1111110 | 1001100 | 0 | 11010 | 110111 | 100001 | 100000 | 100110 | 110000 |
Color Harmonies of #AA7E4C
Complementary color
Monochromatic Colors of #AA7E4C
Black with #AA7E4C
Text Example
Text Example
White with #AA7E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7E4C; }
p { color: rgb(170,126,76); }
H1.HeaderClassName
{
color: #AA7E4C;
}
.AnyTagClassName
{
color: #AA7E4C;
}
</style>
background-color css
<style>
a { background-color: #AA7E4C; }
a { background-color: rgb(170,126,76); }
div.DivClassName
{
background-color: #AA7E4C;
}
.BgClassName
{
background-color: #AA7E4C;
}
</style>
border-color css
<style>
span { border-color: #AA7E4C; }
span { border-color: rgb(170,126,76); }
td.TdClassName
{
border-color: #AA7E4C;
}
.TagClassName
{
border-color: #AA7E4C;
}
</style>