Shades of Muddy Waters #AA7C41
Tints of Muddy Waters #AA7C41
RGB
CMYK
RGB Variations
Color information
#AA7C41 (or 0xAA7C41) is known color: Muddy Waters. HEX triplet: AA, 7C and 41. RGB value is (170,124,65). Sum of RGB (Red+Green+Blue) = 170+124+65=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 124 (48.83% from 255 or 34.54% from 359); Blue value is 65 (25.78% from 255 or 18.11% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7C41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7C41 is #5583BE. Grayscale: #838383. Windows color (decimal): -5604287 or 4291754. OLE color: 4291754.
HSL color Cylindrical-coordinate representation of color #AA7C41: hue angle of 33.71º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA7C41 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 124 | 65 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.33 |
| HSL | 33.71º | 0.45% | 0.46% | - |
| HSV(B) | 33.71º | 0.62% | 0.67% | - |
| XYZ | 24.74 | 23.34 | 8.2 | - |
| YUV | 131.03 | 90.74 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 124 | 65 | 0 | 0.27 | 0.62 | 0.33 | 33.71 | 0.45 | 0.46 |
| Hex | AA | 7C | 41 | 0 | 1B | 3E | 21 | 22 | 2D | 2E |
| Octal | 252 | 174 | 101 | 0 | 33 | 76 | 41 | 42 | 55 | 56 |
| Binary | 10101010 | 1111100 | 1000001 | 0 | 11011 | 111110 | 100001 | 100010 | 101101 | 101110 |
Color Harmonies of #AA7C41
Complementary color
Monochromatic Colors of #AA7C41
Black with #AA7C41
Text Example
Text Example
White with #AA7C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7C41; }
p { color: rgb(170,124,65); }
H1.HeaderClassName
{
color: #AA7C41;
}
.AnyTagClassName
{
color: #AA7C41;
}
</style>
background-color css
<style>
a { background-color: #AA7C41; }
a { background-color: rgb(170,124,65); }
div.DivClassName
{
background-color: #AA7C41;
}
.BgClassName
{
background-color: #AA7C41;
}
</style>
border-color css
<style>
span { border-color: #AA7C41; }
span { border-color: rgb(170,124,65); }
td.TdClassName
{
border-color: #AA7C41;
}
.TagClassName
{
border-color: #AA7C41;
}
</style>