Shades of Muddy Waters #AA8445
Tints of Muddy Waters #AA8445
RGB
CMYK
RGB Variations
Color information
#AA8445 (or 0xAA8445) is known color: Muddy Waters. HEX triplet: AA, 84 and 45. RGB value is (170,132,69). Sum of RGB (Red+Green+Blue) = 170+132+69=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8445 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8445 is #557BBA. Grayscale: #888888. Windows color (decimal): -5602235 or 4555946. OLE color: 4555946.
HSL color Cylindrical-coordinate representation of color #AA8445: hue angle of 37.43º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA8445 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 132 | 69 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.33 |
| HSL | 37.43º | 0.42% | 0.47% | - |
| HSV(B) | 37.43º | 0.59% | 0.67% | - |
| XYZ | 25.9 | 25.48 | 9.18 | - |
| YUV | 136.18 | 90.09 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 132 | 69 | 0 | 0.22 | 0.59 | 0.33 | 37.43 | 0.42 | 0.47 |
| Hex | AA | 84 | 45 | 0 | 16 | 3B | 21 | 25 | 2A | 2F |
| Octal | 252 | 204 | 105 | 0 | 26 | 73 | 41 | 45 | 52 | 57 |
| Binary | 10101010 | 10000100 | 1000101 | 0 | 10110 | 111011 | 100001 | 100101 | 101010 | 101111 |
Color Harmonies of #AA8445
Complementary color
Monochromatic Colors of #AA8445
Black with #AA8445
Text Example
Text Example
White with #AA8445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8445; }
p { color: rgb(170,132,69); }
H1.HeaderClassName
{
color: #AA8445;
}
.AnyTagClassName
{
color: #AA8445;
}
</style>
background-color css
<style>
a { background-color: #AA8445; }
a { background-color: rgb(170,132,69); }
div.DivClassName
{
background-color: #AA8445;
}
.BgClassName
{
background-color: #AA8445;
}
</style>
border-color css
<style>
span { border-color: #AA8445; }
span { border-color: rgb(170,132,69); }
td.TdClassName
{
border-color: #AA8445;
}
.TagClassName
{
border-color: #AA8445;
}
</style>