Shades of Muddy Waters #AA844D
Tints of Muddy Waters #AA844D
RGB
CMYK
RGB Variations
Color information
#AA844D (or 0xAA844D) is known color: Muddy Waters. HEX triplet: AA, 84 and 4D. RGB value is (170,132,77). Sum of RGB (Red+Green+Blue) = 170+132+77=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA844D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA844D is #557BB2. Grayscale: #898989. Windows color (decimal): -5602227 or 5080234. OLE color: 5080234.
HSL color Cylindrical-coordinate representation of color #AA844D: hue angle of 35.48º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA844D is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 132 | 77 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.33 |
| HSL | 35.48º | 0.38% | 0.48% | - |
| HSV(B) | 35.48º | 0.55% | 0.67% | - |
| XYZ | 26.17 | 25.58 | 10.58 | - |
| YUV | 137.09 | 94.09 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 132 | 77 | 0 | 0.22 | 0.55 | 0.33 | 35.48 | 0.38 | 0.48 |
| Hex | AA | 84 | 4D | 0 | 16 | 37 | 21 | 23 | 26 | 30 |
| Octal | 252 | 204 | 115 | 0 | 26 | 67 | 41 | 43 | 46 | 60 |
| Binary | 10101010 | 10000100 | 1001101 | 0 | 10110 | 110111 | 100001 | 100011 | 100110 | 110000 |
Color Harmonies of #AA844D
Complementary color
Monochromatic Colors of #AA844D
Black with #AA844D
Text Example
Text Example
White with #AA844D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA844D; }
p { color: rgb(170,132,77); }
H1.HeaderClassName
{
color: #AA844D;
}
.AnyTagClassName
{
color: #AA844D;
}
</style>
background-color css
<style>
a { background-color: #AA844D; }
a { background-color: rgb(170,132,77); }
div.DivClassName
{
background-color: #AA844D;
}
.BgClassName
{
background-color: #AA844D;
}
</style>
border-color css
<style>
span { border-color: #AA844D; }
span { border-color: rgb(170,132,77); }
td.TdClassName
{
border-color: #AA844D;
}
.TagClassName
{
border-color: #AA844D;
}
</style>