Shades of Muddy Waters #AA8052
Tints of Muddy Waters #AA8052
RGB
CMYK
RGB Variations
Color information
#AA8052 (or 0xAA8052) is known color: Muddy Waters. HEX triplet: AA, 80 and 52. RGB value is (170,128,82). Sum of RGB (Red+Green+Blue) = 170+128+82=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 82 (32.42% from 255 or 21.58% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8052 is #557FAD. Grayscale: #878787. Windows color (decimal): -5603246 or 5406890. OLE color: 5406890.
HSL color Cylindrical-coordinate representation of color #AA8052: hue angle of 31.36º 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 #AA8052 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 128 | 82 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.33 |
| HSL | 31.36º | 0.35% | 0.49% | - |
| HSV(B) | 31.36º | 0.52% | 0.67% | - |
| XYZ | 25.82 | 24.59 | 11.37 | - |
| YUV | 135.31 | 97.91 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 82 | 0 | 0.25 | 0.52 | 0.33 | 31.36 | 0.35 | 0.49 |
| Hex | AA | 80 | 52 | 0 | 19 | 34 | 21 | 1F | 23 | 31 |
| Octal | 252 | 200 | 122 | 0 | 31 | 64 | 41 | 37 | 43 | 61 |
| Binary | 10101010 | 10000000 | 1010010 | 0 | 11001 | 110100 | 100001 | 11111 | 100011 | 110001 |
Color Harmonies of #AA8052
Complementary color
Monochromatic Colors of #AA8052
Black with #AA8052
Text Example
Text Example
White with #AA8052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8052; }
p { color: rgb(170,128,82); }
H1.HeaderClassName
{
color: #AA8052;
}
.AnyTagClassName
{
color: #AA8052;
}
</style>
background-color css
<style>
a { background-color: #AA8052; }
a { background-color: rgb(170,128,82); }
div.DivClassName
{
background-color: #AA8052;
}
.BgClassName
{
background-color: #AA8052;
}
</style>
border-color css
<style>
span { border-color: #AA8052; }
span { border-color: rgb(170,128,82); }
td.TdClassName
{
border-color: #AA8052;
}
.TagClassName
{
border-color: #AA8052;
}
</style>