Shades of Muddy Waters #AA8251
Tints of Muddy Waters #AA8251
RGB
CMYK
RGB Variations
Color information
#AA8251 (or 0xAA8251) is known color: Muddy Waters. HEX triplet: AA, 82 and 51. RGB value is (170,130,81). Sum of RGB (Red+Green+Blue) = 170+130+81=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 81 (32.03% from 255 or 21.26% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8251 is #557DAE. Grayscale: #888888. Windows color (decimal): -5602735 or 5341866. OLE color: 5341866.
HSL color Cylindrical-coordinate representation of color #AA8251: hue angle of 33.03º 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 #AA8251 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 130 | 81 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.33 |
| HSL | 33.03º | 0.35% | 0.49% | - |
| HSV(B) | 33.03º | 0.52% | 0.67% | - |
| XYZ | 26.05 | 25.11 | 11.26 | - |
| YUV | 136.37 | 96.75 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 81 | 0 | 0.24 | 0.52 | 0.33 | 33.03 | 0.35 | 0.49 |
| Hex | AA | 82 | 51 | 0 | 18 | 34 | 21 | 21 | 23 | 31 |
| Octal | 252 | 202 | 121 | 0 | 30 | 64 | 41 | 41 | 43 | 61 |
| Binary | 10101010 | 10000010 | 1010001 | 0 | 11000 | 110100 | 100001 | 100001 | 100011 | 110001 |
Color Harmonies of #AA8251
Complementary color
Monochromatic Colors of #AA8251
Black with #AA8251
Text Example
Text Example
White with #AA8251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8251; }
p { color: rgb(170,130,81); }
H1.HeaderClassName
{
color: #AA8251;
}
.AnyTagClassName
{
color: #AA8251;
}
</style>
background-color css
<style>
a { background-color: #AA8251; }
a { background-color: rgb(170,130,81); }
div.DivClassName
{
background-color: #AA8251;
}
.BgClassName
{
background-color: #AA8251;
}
</style>
border-color css
<style>
span { border-color: #AA8251; }
span { border-color: rgb(170,130,81); }
td.TdClassName
{
border-color: #AA8251;
}
.TagClassName
{
border-color: #AA8251;
}
</style>