Shades of Muddy Waters #AA7E54
Tints of Muddy Waters #AA7E54
RGB
CMYK
RGB Variations
Color information
#AA7E54 (or 0xAA7E54) is known color: Muddy Waters. HEX triplet: AA, 7E and 54. RGB value is (170,126,84). Sum of RGB (Red+Green+Blue) = 170+126+84=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 84 (33.20% from 255 or 22.11% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7E54 is #5581AB. Grayscale: #868686. Windows color (decimal): -5603756 or 5537450. OLE color: 5537450.
HSL color Cylindrical-coordinate representation of color #AA7E54: hue angle of 29.3º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA7E54 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 126 | 84 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.33 |
| HSL | 29.3º | 0.34% | 0.5% | - |
| HSV(B) | 29.3º | 0.51% | 0.67% | - |
| XYZ | 25.64 | 24.11 | 11.69 | - |
| YUV | 134.37 | 99.58 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 126 | 84 | 0 | 0.26 | 0.51 | 0.33 | 29.3 | 0.34 | 0.5 |
| Hex | AA | 7E | 54 | 0 | 1A | 33 | 21 | 1D | 22 | 32 |
| Octal | 252 | 176 | 124 | 0 | 32 | 63 | 41 | 35 | 42 | 62 |
| Binary | 10101010 | 1111110 | 1010100 | 0 | 11010 | 110011 | 100001 | 11101 | 100010 | 110010 |
Color Harmonies of #AA7E54
Complementary color
Monochromatic Colors of #AA7E54
Black with #AA7E54
Text Example
Text Example
White with #AA7E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7E54; }
p { color: rgb(170,126,84); }
H1.HeaderClassName
{
color: #AA7E54;
}
.AnyTagClassName
{
color: #AA7E54;
}
</style>
background-color css
<style>
a { background-color: #AA7E54; }
a { background-color: rgb(170,126,84); }
div.DivClassName
{
background-color: #AA7E54;
}
.BgClassName
{
background-color: #AA7E54;
}
</style>
border-color css
<style>
span { border-color: #AA7E54; }
span { border-color: rgb(170,126,84); }
td.TdClassName
{
border-color: #AA7E54;
}
.TagClassName
{
border-color: #AA7E54;
}
</style>