Shades of Muddy Waters #AA7E52
Tints of Muddy Waters #AA7E52
RGB
CMYK
RGB Variations
Color information
#AA7E52 (or 0xAA7E52) is known color: Muddy Waters. HEX triplet: AA, 7E and 52. RGB value is (170,126,82). Sum of RGB (Red+Green+Blue) = 170+126+82=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 126 (49.61% from 255 or 33.33% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7E52 is #5581AD. Grayscale: #868686. Windows color (decimal): -5603758 or 5406378. OLE color: 5406378.
HSL color Cylindrical-coordinate representation of color #AA7E52: hue angle of 30º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA7E52 is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 126 | 82 | - |
| CMYK | 0 | 0.26 | 0.52 | 0.33 |
| HSL | 30º | 0.35% | 0.49% | - |
| HSV(B) | 30º | 0.52% | 0.67% | - |
| XYZ | 25.56 | 24.08 | 11.28 | - |
| YUV | 134.14 | 98.58 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 126 | 82 | 0 | 0.26 | 0.52 | 0.33 | 30 | 0.35 | 0.49 |
| Hex | AA | 7E | 52 | 0 | 1A | 34 | 21 | 1E | 23 | 31 |
| Octal | 252 | 176 | 122 | 0 | 32 | 64 | 41 | 36 | 43 | 61 |
| Binary | 10101010 | 1111110 | 1010010 | 0 | 11010 | 110100 | 100001 | 11110 | 100011 | 110001 |
Color Harmonies of #AA7E52
Complementary color
Monochromatic Colors of #AA7E52
Black with #AA7E52
Text Example
Text Example
White with #AA7E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7E52; }
p { color: rgb(170,126,82); }
H1.HeaderClassName
{
color: #AA7E52;
}
.AnyTagClassName
{
color: #AA7E52;
}
</style>
background-color css
<style>
a { background-color: #AA7E52; }
a { background-color: rgb(170,126,82); }
div.DivClassName
{
background-color: #AA7E52;
}
.BgClassName
{
background-color: #AA7E52;
}
</style>
border-color css
<style>
span { border-color: #AA7E52; }
span { border-color: rgb(170,126,82); }
td.TdClassName
{
border-color: #AA7E52;
}
.TagClassName
{
border-color: #AA7E52;
}
</style>