Shades of Muddy Waters #AA7D41
Tints of Muddy Waters #AA7D41
RGB
CMYK
RGB Variations
Color information
#AA7D41 (or 0xAA7D41) is known color: Muddy Waters. HEX triplet: AA, 7D and 41. RGB value is (170,125,65). Sum of RGB (Red+Green+Blue) = 170+125+65=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 65 (25.78% from 255 or 18.06% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7D41 is #5582BE. Grayscale: #838383. Windows color (decimal): -5604031 or 4292010. OLE color: 4292010.
HSL color Cylindrical-coordinate representation of color #AA7D41: hue angle of 34.29º 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 #AA7D41 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 125 | 65 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.33 |
| HSL | 34.29º | 0.45% | 0.46% | - |
| HSV(B) | 34.29º | 0.62% | 0.67% | - |
| XYZ | 24.87 | 23.59 | 8.24 | - |
| YUV | 131.62 | 90.41 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 125 | 65 | 0 | 0.26 | 0.62 | 0.33 | 34.29 | 0.45 | 0.46 |
| Hex | AA | 7D | 41 | 0 | 1A | 3E | 21 | 22 | 2D | 2E |
| Octal | 252 | 175 | 101 | 0 | 32 | 76 | 41 | 42 | 55 | 56 |
| Binary | 10101010 | 1111101 | 1000001 | 0 | 11010 | 111110 | 100001 | 100010 | 101101 | 101110 |
Color Harmonies of #AA7D41
Complementary color
Monochromatic Colors of #AA7D41
Black with #AA7D41
Text Example
Text Example
White with #AA7D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7D41; }
p { color: rgb(170,125,65); }
H1.HeaderClassName
{
color: #AA7D41;
}
.AnyTagClassName
{
color: #AA7D41;
}
</style>
background-color css
<style>
a { background-color: #AA7D41; }
a { background-color: rgb(170,125,65); }
div.DivClassName
{
background-color: #AA7D41;
}
.BgClassName
{
background-color: #AA7D41;
}
</style>
border-color css
<style>
span { border-color: #AA7D41; }
span { border-color: rgb(170,125,65); }
td.TdClassName
{
border-color: #AA7D41;
}
.TagClassName
{
border-color: #AA7D41;
}
</style>