Shades of Muddy Waters #AA8250
Tints of Muddy Waters #AA8250
RGB
CMYK
RGB Variations
Color information
#AA8250 (or 0xAA8250) is known color: Muddy Waters. HEX triplet: AA, 82 and 50. RGB value is (170,130,80). Sum of RGB (Red+Green+Blue) = 170+130+80=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 130 (51.17% from 255 or 34.21% from 380); Blue value is 80 (31.64% from 255 or 21.05% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8250 is #557DAF. Grayscale: #888888. Windows color (decimal): -5602736 or 5276330. OLE color: 5276330.
HSL color Cylindrical-coordinate representation of color #AA8250: hue angle of 33.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA8250 is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 130 | 80 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.33 |
| HSL | 33.33º | 0.36% | 0.49% | - |
| HSV(B) | 33.33º | 0.53% | 0.67% | - |
| XYZ | 26.01 | 25.09 | 11.06 | - |
| YUV | 136.26 | 96.25 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 80 | 0 | 0.24 | 0.53 | 0.33 | 33.33 | 0.36 | 0.49 |
| Hex | AA | 82 | 50 | 0 | 18 | 35 | 21 | 21 | 24 | 31 |
| Octal | 252 | 202 | 120 | 0 | 30 | 65 | 41 | 41 | 44 | 61 |
| Binary | 10101010 | 10000010 | 1010000 | 0 | 11000 | 110101 | 100001 | 100001 | 100100 | 110001 |
Color Harmonies of #AA8250
Complementary color
Monochromatic Colors of #AA8250
Black with #AA8250
Text Example
Text Example
White with #AA8250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8250; }
p { color: rgb(170,130,80); }
H1.HeaderClassName
{
color: #AA8250;
}
.AnyTagClassName
{
color: #AA8250;
}
</style>
background-color css
<style>
a { background-color: #AA8250; }
a { background-color: rgb(170,130,80); }
div.DivClassName
{
background-color: #AA8250;
}
.BgClassName
{
background-color: #AA8250;
}
</style>
border-color css
<style>
span { border-color: #AA8250; }
span { border-color: rgb(170,130,80); }
td.TdClassName
{
border-color: #AA8250;
}
.TagClassName
{
border-color: #AA8250;
}
</style>