Shades of Muddy Waters #AA8145
Tints of Muddy Waters #AA8145
RGB
CMYK
RGB Variations
Color information
#AA8145 (or 0xAA8145) is known color: Muddy Waters. HEX triplet: AA, 81 and 45. RGB value is (170,129,69). Sum of RGB (Red+Green+Blue) = 170+129+69=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 69 (27.34% from 255 or 18.75% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8145 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8145 is #557EBA. Grayscale: #868686. Windows color (decimal): -5603003 or 4555178. OLE color: 4555178.
HSL color Cylindrical-coordinate representation of color #AA8145: hue angle of 35.64º 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 #AA8145 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 129 | 69 | - |
| CMYK | 0 | 0.24 | 0.59 | 0.33 |
| HSL | 35.64º | 0.42% | 0.47% | - |
| HSV(B) | 35.64º | 0.59% | 0.67% | - |
| XYZ | 25.5 | 24.68 | 9.05 | - |
| YUV | 134.42 | 91.08 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 69 | 0 | 0.24 | 0.59 | 0.33 | 35.64 | 0.42 | 0.47 |
| Hex | AA | 81 | 45 | 0 | 18 | 3B | 21 | 24 | 2A | 2F |
| Octal | 252 | 201 | 105 | 0 | 30 | 73 | 41 | 44 | 52 | 57 |
| Binary | 10101010 | 10000001 | 1000101 | 0 | 11000 | 111011 | 100001 | 100100 | 101010 | 101111 |
Color Harmonies of #AA8145
Complementary color
Monochromatic Colors of #AA8145
Black with #AA8145
Text Example
Text Example
White with #AA8145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8145; }
p { color: rgb(170,129,69); }
H1.HeaderClassName
{
color: #AA8145;
}
.AnyTagClassName
{
color: #AA8145;
}
</style>
background-color css
<style>
a { background-color: #AA8145; }
a { background-color: rgb(170,129,69); }
div.DivClassName
{
background-color: #AA8145;
}
.BgClassName
{
background-color: #AA8145;
}
</style>
border-color css
<style>
span { border-color: #AA8145; }
span { border-color: rgb(170,129,69); }
td.TdClassName
{
border-color: #AA8145;
}
.TagClassName
{
border-color: #AA8145;
}
</style>