Shades of Muddy Waters #AA7A53
Tints of Muddy Waters #AA7A53
RGB
CMYK
RGB Variations
Color information
#AA7A53 (or 0xAA7A53) is known color: Muddy Waters. HEX triplet: AA, 7A and 53. RGB value is (170,122,83). Sum of RGB (Red+Green+Blue) = 170+122+83=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7A53 is #5585AC. Grayscale: #848484. Windows color (decimal): -5604781 or 5470890. OLE color: 5470890.
HSL color Cylindrical-coordinate representation of color #AA7A53: hue angle of 26.9º 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 #AA7A53 is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 122 | 83 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.33 |
| HSL | 26.9º | 0.34% | 0.5% | - |
| HSV(B) | 26.9º | 0.51% | 0.67% | - |
| XYZ | 25.1 | 23.09 | 11.32 | - |
| YUV | 131.91 | 100.4 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 122 | 83 | 0 | 0.28 | 0.51 | 0.33 | 26.9 | 0.34 | 0.5 |
| Hex | AA | 7A | 53 | 0 | 1C | 33 | 21 | 1B | 22 | 32 |
| Octal | 252 | 172 | 123 | 0 | 34 | 63 | 41 | 33 | 42 | 62 |
| Binary | 10101010 | 1111010 | 1010011 | 0 | 11100 | 110011 | 100001 | 11011 | 100010 | 110010 |
Color Harmonies of #AA7A53
Complementary color
Monochromatic Colors of #AA7A53
Black with #AA7A53
Text Example
Text Example
White with #AA7A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7A53; }
p { color: rgb(170,122,83); }
H1.HeaderClassName
{
color: #AA7A53;
}
.AnyTagClassName
{
color: #AA7A53;
}
</style>
background-color css
<style>
a { background-color: #AA7A53; }
a { background-color: rgb(170,122,83); }
div.DivClassName
{
background-color: #AA7A53;
}
.BgClassName
{
background-color: #AA7A53;
}
</style>
border-color css
<style>
span { border-color: #AA7A53; }
span { border-color: rgb(170,122,83); }
td.TdClassName
{
border-color: #AA7A53;
}
.TagClassName
{
border-color: #AA7A53;
}
</style>