Shades of Muddy Waters #AA8253
Tints of Muddy Waters #AA8253
RGB
CMYK
RGB Variations
Color information
#AA8253 (or 0xAA8253) is known color: Muddy Waters. HEX triplet: AA, 82 and 53. RGB value is (170,130,83). Sum of RGB (Red+Green+Blue) = 170+130+83=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 83 (32.81% from 255 or 21.67% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8253 is #557DAC. Grayscale: #888888. Windows color (decimal): -5602733 or 5472938. OLE color: 5472938.
HSL color Cylindrical-coordinate representation of color #AA8253: hue angle of 32.41º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA8253 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 130 | 83 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.33 |
| HSL | 32.41º | 0.34% | 0.5% | - |
| HSV(B) | 32.41º | 0.51% | 0.67% | - |
| XYZ | 26.12 | 25.14 | 11.66 | - |
| YUV | 136.6 | 97.75 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 83 | 0 | 0.24 | 0.51 | 0.33 | 32.41 | 0.34 | 0.5 |
| Hex | AA | 82 | 53 | 0 | 18 | 33 | 21 | 20 | 22 | 32 |
| Octal | 252 | 202 | 123 | 0 | 30 | 63 | 41 | 40 | 42 | 62 |
| Binary | 10101010 | 10000010 | 1010011 | 0 | 11000 | 110011 | 100001 | 100000 | 100010 | 110010 |
Color Harmonies of #AA8253
Complementary color
Monochromatic Colors of #AA8253
Black with #AA8253
Text Example
Text Example
White with #AA8253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8253; }
p { color: rgb(170,130,83); }
H1.HeaderClassName
{
color: #AA8253;
}
.AnyTagClassName
{
color: #AA8253;
}
</style>
background-color css
<style>
a { background-color: #AA8253; }
a { background-color: rgb(170,130,83); }
div.DivClassName
{
background-color: #AA8253;
}
.BgClassName
{
background-color: #AA8253;
}
</style>
border-color css
<style>
span { border-color: #AA8253; }
span { border-color: rgb(170,130,83); }
td.TdClassName
{
border-color: #AA8253;
}
.TagClassName
{
border-color: #AA8253;
}
</style>