Shades of Muddy Waters #AA8552
Tints of Muddy Waters #AA8552
RGB
CMYK
RGB Variations
Color information
#AA8552 (or 0xAA8552) is known color: Muddy Waters. HEX triplet: AA, 85 and 52. RGB value is (170,133,82). Sum of RGB (Red+Green+Blue) = 170+133+82=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 82 (32.42% from 255 or 21.30% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8552 is #557AAD. Grayscale: #8A8A8A. Windows color (decimal): -5601966 or 5408170. OLE color: 5408170.
HSL color Cylindrical-coordinate representation of color #AA8552: hue angle of 34.77º 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 #AA8552 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 133 | 82 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.33 |
| HSL | 34.77º | 0.35% | 0.49% | - |
| HSV(B) | 34.77º | 0.52% | 0.67% | - |
| XYZ | 26.49 | 25.93 | 11.59 | - |
| YUV | 138.25 | 96.26 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 133 | 82 | 0 | 0.22 | 0.52 | 0.33 | 34.77 | 0.35 | 0.49 |
| Hex | AA | 85 | 52 | 0 | 16 | 34 | 21 | 23 | 23 | 31 |
| Octal | 252 | 205 | 122 | 0 | 26 | 64 | 41 | 43 | 43 | 61 |
| Binary | 10101010 | 10000101 | 1010010 | 0 | 10110 | 110100 | 100001 | 100011 | 100011 | 110001 |
Color Harmonies of #AA8552
Complementary color
Monochromatic Colors of #AA8552
Black with #AA8552
Text Example
Text Example
White with #AA8552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8552; }
p { color: rgb(170,133,82); }
H1.HeaderClassName
{
color: #AA8552;
}
.AnyTagClassName
{
color: #AA8552;
}
</style>
background-color css
<style>
a { background-color: #AA8552; }
a { background-color: rgb(170,133,82); }
div.DivClassName
{
background-color: #AA8552;
}
.BgClassName
{
background-color: #AA8552;
}
</style>
border-color css
<style>
span { border-color: #AA8552; }
span { border-color: rgb(170,133,82); }
td.TdClassName
{
border-color: #AA8552;
}
.TagClassName
{
border-color: #AA8552;
}
</style>