Shades of Muddy Waters #AA824F
Tints of Muddy Waters #AA824F
RGB
CMYK
RGB Variations
Color information
#AA824F (or 0xAA824F) is known color: Muddy Waters. HEX triplet: AA, 82 and 4F. RGB value is (170,130,79). Sum of RGB (Red+Green+Blue) = 170+130+79=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 79 (31.25% from 255 or 20.84% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA824F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA824F is #557DB0. Grayscale: #888888. Windows color (decimal): -5602737 or 5210794. OLE color: 5210794.
HSL color Cylindrical-coordinate representation of color #AA824F: hue angle of 33.63º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA824F is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 130 | 79 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.33 |
| HSL | 33.63º | 0.37% | 0.49% | - |
| HSV(B) | 33.63º | 0.54% | 0.67% | - |
| XYZ | 25.97 | 25.08 | 10.87 | - |
| YUV | 136.15 | 95.75 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 79 | 0 | 0.24 | 0.54 | 0.33 | 33.63 | 0.37 | 0.49 |
| Hex | AA | 82 | 4F | 0 | 18 | 36 | 21 | 22 | 25 | 31 |
| Octal | 252 | 202 | 117 | 0 | 30 | 66 | 41 | 42 | 45 | 61 |
| Binary | 10101010 | 10000010 | 1001111 | 0 | 11000 | 110110 | 100001 | 100010 | 100101 | 110001 |
Color Harmonies of #AA824F
Complementary color
Monochromatic Colors of #AA824F
Black with #AA824F
Text Example
Text Example
White with #AA824F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA824F; }
p { color: rgb(170,130,79); }
H1.HeaderClassName
{
color: #AA824F;
}
.AnyTagClassName
{
color: #AA824F;
}
</style>
background-color css
<style>
a { background-color: #AA824F; }
a { background-color: rgb(170,130,79); }
div.DivClassName
{
background-color: #AA824F;
}
.BgClassName
{
background-color: #AA824F;
}
</style>
border-color css
<style>
span { border-color: #AA824F; }
span { border-color: rgb(170,130,79); }
td.TdClassName
{
border-color: #AA824F;
}
.TagClassName
{
border-color: #AA824F;
}
</style>