Shades of Muddy Waters #AA7D56
Tints of Muddy Waters #AA7D56
RGB
CMYK
RGB Variations
Color information
#AA7D56 (or 0xAA7D56) is known color: Muddy Waters. HEX triplet: AA, 7D and 56. RGB value is (170,125,86). Sum of RGB (Red+Green+Blue) = 170+125+86=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 86 (33.98% from 255 or 22.57% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7D56 is #5582A9. Grayscale: #868686. Windows color (decimal): -5604010 or 5668266. OLE color: 5668266.
HSL color Cylindrical-coordinate representation of color #AA7D56: hue angle of 27.86º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA7D56 is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 125 | 86 | - |
| CMYK | 0 | 0.26 | 0.49 | 0.33 |
| HSL | 27.86º | 0.33% | 0.5% | - |
| HSV(B) | 27.86º | 0.49% | 0.67% | - |
| XYZ | 25.59 | 23.89 | 12.07 | - |
| YUV | 134.01 | 100.91 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 125 | 86 | 0 | 0.26 | 0.49 | 0.33 | 27.86 | 0.33 | 0.5 |
| Hex | AA | 7D | 56 | 0 | 1A | 31 | 21 | 1C | 21 | 32 |
| Octal | 252 | 175 | 126 | 0 | 32 | 61 | 41 | 34 | 41 | 62 |
| Binary | 10101010 | 1111101 | 1010110 | 0 | 11010 | 110001 | 100001 | 11100 | 100001 | 110010 |
Color Harmonies of #AA7D56
Complementary color
Monochromatic Colors of #AA7D56
Black with #AA7D56
Text Example
Text Example
White with #AA7D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7D56; }
p { color: rgb(170,125,86); }
H1.HeaderClassName
{
color: #AA7D56;
}
.AnyTagClassName
{
color: #AA7D56;
}
</style>
background-color css
<style>
a { background-color: #AA7D56; }
a { background-color: rgb(170,125,86); }
div.DivClassName
{
background-color: #AA7D56;
}
.BgClassName
{
background-color: #AA7D56;
}
</style>
border-color css
<style>
span { border-color: #AA7D56; }
span { border-color: rgb(170,125,86); }
td.TdClassName
{
border-color: #AA7D56;
}
.TagClassName
{
border-color: #AA7D56;
}
</style>