Shades of Muddy Waters #AA8359
Tints of Muddy Waters #AA8359
RGB
CMYK
RGB Variations
Color information
#AA8359 (or 0xAA8359) is known color: Muddy Waters. HEX triplet: AA, 83 and 59. RGB value is (170,131,89). Sum of RGB (Red+Green+Blue) = 170+131+89=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 89 (35.16% from 255 or 22.82% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8359 is #557CA6. Grayscale: #8A8A8A. Windows color (decimal): -5602471 or 5866410. OLE color: 5866410.
HSL color Cylindrical-coordinate representation of color #AA8359: hue angle of 31.11º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA8359 is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 131 | 89 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.33 |
| HSL | 31.11º | 0.32% | 0.51% | - |
| HSV(B) | 31.11º | 0.48% | 0.67% | - |
| XYZ | 26.5 | 25.5 | 12.98 | - |
| YUV | 137.87 | 100.42 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 89 | 0 | 0.23 | 0.48 | 0.33 | 31.11 | 0.32 | 0.51 |
| Hex | AA | 83 | 59 | 0 | 17 | 30 | 21 | 1F | 20 | 33 |
| Octal | 252 | 203 | 131 | 0 | 27 | 60 | 41 | 37 | 40 | 63 |
| Binary | 10101010 | 10000011 | 1011001 | 0 | 10111 | 110000 | 100001 | 11111 | 100000 | 110011 |
Color Harmonies of #AA8359
Complementary color
Monochromatic Colors of #AA8359
Black with #AA8359
Text Example
Text Example
White with #AA8359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8359; }
p { color: rgb(170,131,89); }
H1.HeaderClassName
{
color: #AA8359;
}
.AnyTagClassName
{
color: #AA8359;
}
</style>
background-color css
<style>
a { background-color: #AA8359; }
a { background-color: rgb(170,131,89); }
div.DivClassName
{
background-color: #AA8359;
}
.BgClassName
{
background-color: #AA8359;
}
</style>
border-color css
<style>
span { border-color: #AA8359; }
span { border-color: rgb(170,131,89); }
td.TdClassName
{
border-color: #AA8359;
}
.TagClassName
{
border-color: #AA8359;
}
</style>