Shades of Muddy Waters #AA7A50
Tints of Muddy Waters #AA7A50
RGB
CMYK
RGB Variations
Color information
#AA7A50 (or 0xAA7A50) is known color: Muddy Waters. HEX triplet: AA, 7A and 50. RGB value is (170,122,80). Sum of RGB (Red+Green+Blue) = 170+122+80=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 122 (48.05% from 255 or 32.80% from 372); Blue value is 80 (31.64% from 255 or 21.51% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7A50 is #5585AF. Grayscale: #838383. Windows color (decimal): -5604784 or 5274282. OLE color: 5274282.
HSL color Cylindrical-coordinate representation of color #AA7A50: hue angle of 28º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA7A50 is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 122 | 80 | - |
| CMYK | 0 | 0.28 | 0.53 | 0.33 |
| HSL | 28º | 0.36% | 0.49% | - |
| HSV(B) | 28º | 0.53% | 0.67% | - |
| XYZ | 24.99 | 23.04 | 10.72 | - |
| YUV | 131.56 | 98.9 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 122 | 80 | 0 | 0.28 | 0.53 | 0.33 | 28 | 0.36 | 0.49 |
| Hex | AA | 7A | 50 | 0 | 1C | 35 | 21 | 1C | 24 | 31 |
| Octal | 252 | 172 | 120 | 0 | 34 | 65 | 41 | 34 | 44 | 61 |
| Binary | 10101010 | 1111010 | 1010000 | 0 | 11100 | 110101 | 100001 | 11100 | 100100 | 110001 |
Color Harmonies of #AA7A50
Complementary color
Monochromatic Colors of #AA7A50
Black with #AA7A50
Text Example
Text Example
White with #AA7A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7A50; }
p { color: rgb(170,122,80); }
H1.HeaderClassName
{
color: #AA7A50;
}
.AnyTagClassName
{
color: #AA7A50;
}
</style>
background-color css
<style>
a { background-color: #AA7A50; }
a { background-color: rgb(170,122,80); }
div.DivClassName
{
background-color: #AA7A50;
}
.BgClassName
{
background-color: #AA7A50;
}
</style>
border-color css
<style>
span { border-color: #AA7A50; }
span { border-color: rgb(170,122,80); }
td.TdClassName
{
border-color: #AA7A50;
}
.TagClassName
{
border-color: #AA7A50;
}
</style>