Shades of Muddy Waters #AA854D
Tints of Muddy Waters #AA854D
RGB
CMYK
RGB Variations
Color information
#AA854D (or 0xAA854D) is known color: Muddy Waters. HEX triplet: AA, 85 and 4D. RGB value is (170,133,77). Sum of RGB (Red+Green+Blue) = 170+133+77=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 133 (52.34% from 255 or 35% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA854D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA854D is #557AB2. Grayscale: #898989. Windows color (decimal): -5601971 or 5080490. OLE color: 5080490.
HSL color Cylindrical-coordinate representation of color #AA854D: hue angle of 36.13º 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 #AA854D is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 133 | 77 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.33 |
| HSL | 36.13º | 0.38% | 0.48% | - |
| HSV(B) | 36.13º | 0.55% | 0.67% | - |
| XYZ | 26.3 | 25.86 | 10.63 | - |
| YUV | 137.68 | 93.76 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 133 | 77 | 0 | 0.22 | 0.55 | 0.33 | 36.13 | 0.38 | 0.48 |
| Hex | AA | 85 | 4D | 0 | 16 | 37 | 21 | 24 | 26 | 30 |
| Octal | 252 | 205 | 115 | 0 | 26 | 67 | 41 | 44 | 46 | 60 |
| Binary | 10101010 | 10000101 | 1001101 | 0 | 10110 | 110111 | 100001 | 100100 | 100110 | 110000 |
Color Harmonies of #AA854D
Complementary color
Monochromatic Colors of #AA854D
Black with #AA854D
Text Example
Text Example
White with #AA854D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA854D; }
p { color: rgb(170,133,77); }
H1.HeaderClassName
{
color: #AA854D;
}
.AnyTagClassName
{
color: #AA854D;
}
</style>
background-color css
<style>
a { background-color: #AA854D; }
a { background-color: rgb(170,133,77); }
div.DivClassName
{
background-color: #AA854D;
}
.BgClassName
{
background-color: #AA854D;
}
</style>
border-color css
<style>
span { border-color: #AA854D; }
span { border-color: rgb(170,133,77); }
td.TdClassName
{
border-color: #AA854D;
}
.TagClassName
{
border-color: #AA854D;
}
</style>