Shades of Muddy Waters #AA7B51
Tints of Muddy Waters #AA7B51
RGB
CMYK
RGB Variations
Color information
#AA7B51 (or 0xAA7B51) is known color: Muddy Waters. HEX triplet: AA, 7B and 51. RGB value is (170,123,81). Sum of RGB (Red+Green+Blue) = 170+123+81=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 123 (48.44% from 255 or 32.89% from 374); Blue value is 81 (32.03% from 255 or 21.66% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7B51 is #5584AE. Grayscale: #848484. Windows color (decimal): -5604527 or 5340074. OLE color: 5340074.
HSL color Cylindrical-coordinate representation of color #AA7B51: hue angle of 28.31º 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 #AA7B51 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 123 | 81 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.33 |
| HSL | 28.31º | 0.35% | 0.49% | - |
| HSV(B) | 28.31º | 0.52% | 0.67% | - |
| XYZ | 25.15 | 23.31 | 10.96 | - |
| YUV | 132.27 | 99.07 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 123 | 81 | 0 | 0.28 | 0.52 | 0.33 | 28.31 | 0.35 | 0.49 |
| Hex | AA | 7B | 51 | 0 | 1C | 34 | 21 | 1C | 23 | 31 |
| Octal | 252 | 173 | 121 | 0 | 34 | 64 | 41 | 34 | 43 | 61 |
| Binary | 10101010 | 1111011 | 1010001 | 0 | 11100 | 110100 | 100001 | 11100 | 100011 | 110001 |
Color Harmonies of #AA7B51
Complementary color
Monochromatic Colors of #AA7B51
Black with #AA7B51
Text Example
Text Example
White with #AA7B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7B51; }
p { color: rgb(170,123,81); }
H1.HeaderClassName
{
color: #AA7B51;
}
.AnyTagClassName
{
color: #AA7B51;
}
</style>
background-color css
<style>
a { background-color: #AA7B51; }
a { background-color: rgb(170,123,81); }
div.DivClassName
{
background-color: #AA7B51;
}
.BgClassName
{
background-color: #AA7B51;
}
</style>
border-color css
<style>
span { border-color: #AA7B51; }
span { border-color: rgb(170,123,81); }
td.TdClassName
{
border-color: #AA7B51;
}
.TagClassName
{
border-color: #AA7B51;
}
</style>