Shades of Muddy Waters #AA7D54
Tints of Muddy Waters #AA7D54
RGB
CMYK
RGB Variations
Color information
#AA7D54 (or 0xAA7D54) is known color: Muddy Waters. HEX triplet: AA, 7D and 54. RGB value is (170,125,84). Sum of RGB (Red+Green+Blue) = 170+125+84=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 84 (33.20% from 255 or 22.16% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7D54 is #5582AB. Grayscale: #858585. Windows color (decimal): -5604012 or 5537194. OLE color: 5537194.
HSL color Cylindrical-coordinate representation of color #AA7D54: hue angle of 28.6º 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 #AA7D54 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 125 | 84 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.33 |
| HSL | 28.6º | 0.34% | 0.5% | - |
| HSV(B) | 28.6º | 0.51% | 0.67% | - |
| XYZ | 25.51 | 23.85 | 11.65 | - |
| YUV | 133.78 | 99.91 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 125 | 84 | 0 | 0.26 | 0.51 | 0.33 | 28.6 | 0.34 | 0.5 |
| Hex | AA | 7D | 54 | 0 | 1A | 33 | 21 | 1D | 22 | 32 |
| Octal | 252 | 175 | 124 | 0 | 32 | 63 | 41 | 35 | 42 | 62 |
| Binary | 10101010 | 1111101 | 1010100 | 0 | 11010 | 110011 | 100001 | 11101 | 100010 | 110010 |
Color Harmonies of #AA7D54
Complementary color
Monochromatic Colors of #AA7D54
Black with #AA7D54
Text Example
Text Example
White with #AA7D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7D54; }
p { color: rgb(170,125,84); }
H1.HeaderClassName
{
color: #AA7D54;
}
.AnyTagClassName
{
color: #AA7D54;
}
</style>
background-color css
<style>
a { background-color: #AA7D54; }
a { background-color: rgb(170,125,84); }
div.DivClassName
{
background-color: #AA7D54;
}
.BgClassName
{
background-color: #AA7D54;
}
</style>
border-color css
<style>
span { border-color: #AA7D54; }
span { border-color: rgb(170,125,84); }
td.TdClassName
{
border-color: #AA7D54;
}
.TagClassName
{
border-color: #AA7D54;
}
</style>