Shades of Muddy Waters #AA7F41
Tints of Muddy Waters #AA7F41
RGB
CMYK
RGB Variations
Color information
#AA7F41 (or 0xAA7F41) is known color: Muddy Waters. HEX triplet: AA, 7F and 41. RGB value is (170,127,65). Sum of RGB (Red+Green+Blue) = 170+127+65=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 65 (25.78% from 255 or 17.96% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7F41 is #5580BE. Grayscale: #858585. Windows color (decimal): -5603519 or 4292522. OLE color: 4292522.
HSL color Cylindrical-coordinate representation of color #AA7F41: hue angle of 35.43º 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 #AA7F41 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 127 | 65 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.33 |
| HSL | 35.43º | 0.45% | 0.46% | - |
| HSV(B) | 35.43º | 0.62% | 0.67% | - |
| XYZ | 25.12 | 24.11 | 8.33 | - |
| YUV | 132.79 | 89.75 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 65 | 0 | 0.25 | 0.62 | 0.33 | 35.43 | 0.45 | 0.46 |
| Hex | AA | 7F | 41 | 0 | 19 | 3E | 21 | 23 | 2D | 2E |
| Octal | 252 | 177 | 101 | 0 | 31 | 76 | 41 | 43 | 55 | 56 |
| Binary | 10101010 | 1111111 | 1000001 | 0 | 11001 | 111110 | 100001 | 100011 | 101101 | 101110 |
Color Harmonies of #AA7F41
Complementary color
Monochromatic Colors of #AA7F41
Black with #AA7F41
Text Example
Text Example
White with #AA7F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7F41; }
p { color: rgb(170,127,65); }
H1.HeaderClassName
{
color: #AA7F41;
}
.AnyTagClassName
{
color: #AA7F41;
}
</style>
background-color css
<style>
a { background-color: #AA7F41; }
a { background-color: rgb(170,127,65); }
div.DivClassName
{
background-color: #AA7F41;
}
.BgClassName
{
background-color: #AA7F41;
}
</style>
border-color css
<style>
span { border-color: #AA7F41; }
span { border-color: rgb(170,127,65); }
td.TdClassName
{
border-color: #AA7F41;
}
.TagClassName
{
border-color: #AA7F41;
}
</style>