Shades of Muddy Waters #AA7A40
Tints of Muddy Waters #AA7A40
RGB
CMYK
RGB Variations
Color information
#AA7A40 (or 0xAA7A40) is known color: Muddy Waters. HEX triplet: AA, 7A and 40. RGB value is (170,122,64). Sum of RGB (Red+Green+Blue) = 170+122+64=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7A40 is #5585BF. Grayscale: #828282. Windows color (decimal): -5604800 or 4225706. OLE color: 4225706.
HSL color Cylindrical-coordinate representation of color #AA7A40: hue angle of 32.83º 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 #AA7A40 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 122 | 64 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.33 |
| HSL | 32.83º | 0.45% | 0.46% | - |
| HSV(B) | 32.83º | 0.62% | 0.67% | - |
| XYZ | 24.46 | 22.84 | 7.97 | - |
| YUV | 129.74 | 90.9 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 122 | 64 | 0 | 0.28 | 0.62 | 0.33 | 32.83 | 0.45 | 0.46 |
| Hex | AA | 7A | 40 | 0 | 1C | 3E | 21 | 21 | 2D | 2E |
| Octal | 252 | 172 | 100 | 0 | 34 | 76 | 41 | 41 | 55 | 56 |
| Binary | 10101010 | 1111010 | 1000000 | 0 | 11100 | 111110 | 100001 | 100001 | 101101 | 101110 |
Color Harmonies of #AA7A40
Complementary color
Monochromatic Colors of #AA7A40
Black with #AA7A40
Text Example
Text Example
White with #AA7A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7A40; }
p { color: rgb(170,122,64); }
H1.HeaderClassName
{
color: #AA7A40;
}
.AnyTagClassName
{
color: #AA7A40;
}
</style>
background-color css
<style>
a { background-color: #AA7A40; }
a { background-color: rgb(170,122,64); }
div.DivClassName
{
background-color: #AA7A40;
}
.BgClassName
{
background-color: #AA7A40;
}
</style>
border-color css
<style>
span { border-color: #AA7A40; }
span { border-color: rgb(170,122,64); }
td.TdClassName
{
border-color: #AA7A40;
}
.TagClassName
{
border-color: #AA7A40;
}
</style>