Shades of Muddy Waters #AA7A52
Tints of Muddy Waters #AA7A52
RGB
CMYK
RGB Variations
Color information
#AA7A52 (or 0xAA7A52) is known color: Muddy Waters. HEX triplet: AA, 7A and 52. RGB value is (170,122,82). Sum of RGB (Red+Green+Blue) = 170+122+82=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 82 (32.42% from 255 or 21.93% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7A52 is #5585AD. Grayscale: #848484. Windows color (decimal): -5604782 or 5405354. OLE color: 5405354.
HSL color Cylindrical-coordinate representation of color #AA7A52: hue angle of 27.27º 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 #AA7A52 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 122 | 82 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.33 |
| HSL | 27.27º | 0.35% | 0.49% | - |
| HSV(B) | 27.27º | 0.52% | 0.67% | - |
| XYZ | 25.06 | 23.07 | 11.12 | - |
| YUV | 131.79 | 99.9 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 122 | 82 | 0 | 0.28 | 0.52 | 0.33 | 27.27 | 0.35 | 0.49 |
| Hex | AA | 7A | 52 | 0 | 1C | 34 | 21 | 1B | 23 | 31 |
| Octal | 252 | 172 | 122 | 0 | 34 | 64 | 41 | 33 | 43 | 61 |
| Binary | 10101010 | 1111010 | 1010010 | 0 | 11100 | 110100 | 100001 | 11011 | 100011 | 110001 |
Color Harmonies of #AA7A52
Complementary color
Monochromatic Colors of #AA7A52
Black with #AA7A52
Text Example
Text Example
White with #AA7A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7A52; }
p { color: rgb(170,122,82); }
H1.HeaderClassName
{
color: #AA7A52;
}
.AnyTagClassName
{
color: #AA7A52;
}
</style>
background-color css
<style>
a { background-color: #AA7A52; }
a { background-color: rgb(170,122,82); }
div.DivClassName
{
background-color: #AA7A52;
}
.BgClassName
{
background-color: #AA7A52;
}
</style>
border-color css
<style>
span { border-color: #AA7A52; }
span { border-color: rgb(170,122,82); }
td.TdClassName
{
border-color: #AA7A52;
}
.TagClassName
{
border-color: #AA7A52;
}
</style>