Shades of Muddy Waters #AA8051
Tints of Muddy Waters #AA8051
RGB
CMYK
RGB Variations
Color information
#AA8051 (or 0xAA8051) is known color: Muddy Waters. HEX triplet: AA, 80 and 51. RGB value is (170,128,81). Sum of RGB (Red+Green+Blue) = 170+128+81=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 81 (32.03% from 255 or 21.37% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8051 is #557FAE. Grayscale: #878787. Windows color (decimal): -5603247 or 5341354. OLE color: 5341354.
HSL color Cylindrical-coordinate representation of color #AA8051: hue angle of 31.69º 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 #AA8051 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 128 | 81 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.33 |
| HSL | 31.69º | 0.35% | 0.49% | - |
| HSV(B) | 31.69º | 0.52% | 0.67% | - |
| XYZ | 25.78 | 24.58 | 11.17 | - |
| YUV | 135.2 | 97.41 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 81 | 0 | 0.25 | 0.52 | 0.33 | 31.69 | 0.35 | 0.49 |
| Hex | AA | 80 | 51 | 0 | 19 | 34 | 21 | 20 | 23 | 31 |
| Octal | 252 | 200 | 121 | 0 | 31 | 64 | 41 | 40 | 43 | 61 |
| Binary | 10101010 | 10000000 | 1010001 | 0 | 11001 | 110100 | 100001 | 100000 | 100011 | 110001 |
Color Harmonies of #AA8051
Complementary color
Monochromatic Colors of #AA8051
Black with #AA8051
Text Example
Text Example
White with #AA8051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8051; }
p { color: rgb(170,128,81); }
H1.HeaderClassName
{
color: #AA8051;
}
.AnyTagClassName
{
color: #AA8051;
}
</style>
background-color css
<style>
a { background-color: #AA8051; }
a { background-color: rgb(170,128,81); }
div.DivClassName
{
background-color: #AA8051;
}
.BgClassName
{
background-color: #AA8051;
}
</style>
border-color css
<style>
span { border-color: #AA8051; }
span { border-color: rgb(170,128,81); }
td.TdClassName
{
border-color: #AA8051;
}
.TagClassName
{
border-color: #AA8051;
}
</style>