Shades of Muddy Waters #AA8044
Tints of Muddy Waters #AA8044
RGB
CMYK
RGB Variations
Color information
#AA8044 (or 0xAA8044) is known color: Muddy Waters. HEX triplet: AA, 80 and 44. RGB value is (170,128,68). Sum of RGB (Red+Green+Blue) = 170+128+68=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 68 (26.95% from 255 or 18.58% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8044 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8044 is #557FBB. Grayscale: #868686. Windows color (decimal): -5603260 or 4489386. OLE color: 4489386.
HSL color Cylindrical-coordinate representation of color #AA8044: hue angle of 35.29º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA8044 is Cyan = 0, Magento = 0.25, Yellow = 0.6 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 128 | 68 | - |
| CMYK | 0 | 0.25 | 0.6 | 0.33 |
| HSL | 35.29º | 0.43% | 0.47% | - |
| HSV(B) | 35.29º | 0.6% | 0.67% | - |
| XYZ | 25.34 | 24.4 | 8.84 | - |
| YUV | 133.72 | 90.91 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 68 | 0 | 0.25 | 0.6 | 0.33 | 35.29 | 0.43 | 0.47 |
| Hex | AA | 80 | 44 | 0 | 19 | 3C | 21 | 23 | 2B | 2F |
| Octal | 252 | 200 | 104 | 0 | 31 | 74 | 41 | 43 | 53 | 57 |
| Binary | 10101010 | 10000000 | 1000100 | 0 | 11001 | 111100 | 100001 | 100011 | 101011 | 101111 |
Color Harmonies of #AA8044
Complementary color
Monochromatic Colors of #AA8044
Black with #AA8044
Text Example
Text Example
White with #AA8044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8044; }
p { color: rgb(170,128,68); }
H1.HeaderClassName
{
color: #AA8044;
}
.AnyTagClassName
{
color: #AA8044;
}
</style>
background-color css
<style>
a { background-color: #AA8044; }
a { background-color: rgb(170,128,68); }
div.DivClassName
{
background-color: #AA8044;
}
.BgClassName
{
background-color: #AA8044;
}
</style>
border-color css
<style>
span { border-color: #AA8044; }
span { border-color: rgb(170,128,68); }
td.TdClassName
{
border-color: #AA8044;
}
.TagClassName
{
border-color: #AA8044;
}
</style>