Shades of Muddy Waters #AA7D52
Tints of Muddy Waters #AA7D52
RGB
CMYK
RGB Variations
Color information
#AA7D52 (or 0xAA7D52) is known color: Muddy Waters. HEX triplet: AA, 7D and 52. RGB value is (170,125,82). Sum of RGB (Red+Green+Blue) = 170+125+82=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 82 (32.42% from 255 or 21.75% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7D52 is #5582AD. Grayscale: #858585. Windows color (decimal): -5604014 or 5406122. OLE color: 5406122.
HSL color Cylindrical-coordinate representation of color #AA7D52: hue angle of 29.32º 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 #AA7D52 is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 125 | 82 | - |
| CMYK | 0 | 0.26 | 0.52 | 0.33 |
| HSL | 29.32º | 0.35% | 0.49% | - |
| HSV(B) | 29.32º | 0.52% | 0.67% | - |
| XYZ | 25.43 | 23.82 | 11.24 | - |
| YUV | 133.55 | 98.91 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 125 | 82 | 0 | 0.26 | 0.52 | 0.33 | 29.32 | 0.35 | 0.49 |
| Hex | AA | 7D | 52 | 0 | 1A | 34 | 21 | 1D | 23 | 31 |
| Octal | 252 | 175 | 122 | 0 | 32 | 64 | 41 | 35 | 43 | 61 |
| Binary | 10101010 | 1111101 | 1010010 | 0 | 11010 | 110100 | 100001 | 11101 | 100011 | 110001 |
Color Harmonies of #AA7D52
Complementary color
Monochromatic Colors of #AA7D52
Black with #AA7D52
Text Example
Text Example
White with #AA7D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7D52; }
p { color: rgb(170,125,82); }
H1.HeaderClassName
{
color: #AA7D52;
}
.AnyTagClassName
{
color: #AA7D52;
}
</style>
background-color css
<style>
a { background-color: #AA7D52; }
a { background-color: rgb(170,125,82); }
div.DivClassName
{
background-color: #AA7D52;
}
.BgClassName
{
background-color: #AA7D52;
}
</style>
border-color css
<style>
span { border-color: #AA7D52; }
span { border-color: rgb(170,125,82); }
td.TdClassName
{
border-color: #AA7D52;
}
.TagClassName
{
border-color: #AA7D52;
}
</style>