Shades of Muddy Waters #AA7D53
Tints of Muddy Waters #AA7D53
RGB
CMYK
RGB Variations
Color information
#AA7D53 (or 0xAA7D53) is known color: Muddy Waters. HEX triplet: AA, 7D and 53. RGB value is (170,125,83). Sum of RGB (Red+Green+Blue) = 170+125+83=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 83 (32.81% from 255 or 21.96% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7D53 is #5582AC. Grayscale: #858585. Windows color (decimal): -5604013 or 5471658. OLE color: 5471658.
HSL color Cylindrical-coordinate representation of color #AA7D53: hue angle of 28.97º 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 #AA7D53 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 125 | 83 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.33 |
| HSL | 28.97º | 0.34% | 0.5% | - |
| HSV(B) | 28.97º | 0.51% | 0.67% | - |
| XYZ | 25.47 | 23.84 | 11.44 | - |
| YUV | 133.67 | 99.41 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 125 | 83 | 0 | 0.26 | 0.51 | 0.33 | 28.97 | 0.34 | 0.5 |
| Hex | AA | 7D | 53 | 0 | 1A | 33 | 21 | 1D | 22 | 32 |
| Octal | 252 | 175 | 123 | 0 | 32 | 63 | 41 | 35 | 42 | 62 |
| Binary | 10101010 | 1111101 | 1010011 | 0 | 11010 | 110011 | 100001 | 11101 | 100010 | 110010 |
Color Harmonies of #AA7D53
Complementary color
Monochromatic Colors of #AA7D53
Black with #AA7D53
Text Example
Text Example
White with #AA7D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7D53; }
p { color: rgb(170,125,83); }
H1.HeaderClassName
{
color: #AA7D53;
}
.AnyTagClassName
{
color: #AA7D53;
}
</style>
background-color css
<style>
a { background-color: #AA7D53; }
a { background-color: rgb(170,125,83); }
div.DivClassName
{
background-color: #AA7D53;
}
.BgClassName
{
background-color: #AA7D53;
}
</style>
border-color css
<style>
span { border-color: #AA7D53; }
span { border-color: rgb(170,125,83); }
td.TdClassName
{
border-color: #AA7D53;
}
.TagClassName
{
border-color: #AA7D53;
}
</style>