Shades of Muddy Waters #AA7B55
Tints of Muddy Waters #AA7B55
RGB
CMYK
RGB Variations
Color information
#AA7B55 (or 0xAA7B55) is known color: Muddy Waters. HEX triplet: AA, 7B and 55. RGB value is (170,123,85). Sum of RGB (Red+Green+Blue) = 170+123+85=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7B55 is #5584AA. Grayscale: #848484. Windows color (decimal): -5604523 or 5602218. OLE color: 5602218.
HSL color Cylindrical-coordinate representation of color #AA7B55: hue angle of 26.82º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA7B55 is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 123 | 85 | - |
| CMYK | 0 | 0.28 | 0.50 | 0.33 |
| HSL | 26.82º | 0.33% | 0.5% | - |
| HSV(B) | 26.82º | 0.5% | 0.67% | - |
| XYZ | 25.3 | 23.37 | 11.77 | - |
| YUV | 132.72 | 101.07 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 123 | 85 | 0 | 0.28 | 0.50 | 0.33 | 26.82 | 0.33 | 0.5 |
| Hex | AA | 7B | 55 | 0 | 1C | 32 | 21 | 1B | 21 | 32 |
| Octal | 252 | 173 | 125 | 0 | 34 | 62 | 41 | 33 | 41 | 62 |
| Binary | 10101010 | 1111011 | 1010101 | 0 | 11100 | 110010 | 100001 | 11011 | 100001 | 110010 |
Color Harmonies of #AA7B55
Complementary color
Monochromatic Colors of #AA7B55
Black with #AA7B55
Text Example
Text Example
White with #AA7B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7B55; }
p { color: rgb(170,123,85); }
H1.HeaderClassName
{
color: #AA7B55;
}
.AnyTagClassName
{
color: #AA7B55;
}
</style>
background-color css
<style>
a { background-color: #AA7B55; }
a { background-color: rgb(170,123,85); }
div.DivClassName
{
background-color: #AA7B55;
}
.BgClassName
{
background-color: #AA7B55;
}
</style>
border-color css
<style>
span { border-color: #AA7B55; }
span { border-color: rgb(170,123,85); }
td.TdClassName
{
border-color: #AA7B55;
}
.TagClassName
{
border-color: #AA7B55;
}
</style>