Shades of Muddy Waters #AA7D42
Tints of Muddy Waters #AA7D42
RGB
CMYK
RGB Variations
Color information
#AA7D42 (or 0xAA7D42) is known color: Muddy Waters. HEX triplet: AA, 7D and 42. RGB value is (170,125,66). Sum of RGB (Red+Green+Blue) = 170+125+66=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 66 (26.17% from 255 or 18.28% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7D42 is #5582BD. Grayscale: #848484. Windows color (decimal): -5604030 or 4357546. OLE color: 4357546.
HSL color Cylindrical-coordinate representation of color #AA7D42: hue angle of 34.04º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA7D42 is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 125 | 66 | - |
| CMYK | 0 | 0.26 | 0.61 | 0.33 |
| HSL | 34.04º | 0.44% | 0.46% | - |
| HSV(B) | 34.04º | 0.61% | 0.67% | - |
| XYZ | 24.89 | 23.61 | 8.4 | - |
| YUV | 131.73 | 90.91 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 125 | 66 | 0 | 0.26 | 0.61 | 0.33 | 34.04 | 0.44 | 0.46 |
| Hex | AA | 7D | 42 | 0 | 1A | 3D | 21 | 22 | 2C | 2E |
| Octal | 252 | 175 | 102 | 0 | 32 | 75 | 41 | 42 | 54 | 56 |
| Binary | 10101010 | 1111101 | 1000010 | 0 | 11010 | 111101 | 100001 | 100010 | 101100 | 101110 |
Color Harmonies of #AA7D42
Complementary color
Monochromatic Colors of #AA7D42
Black with #AA7D42
Text Example
Text Example
White with #AA7D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7D42; }
p { color: rgb(170,125,66); }
H1.HeaderClassName
{
color: #AA7D42;
}
.AnyTagClassName
{
color: #AA7D42;
}
</style>
background-color css
<style>
a { background-color: #AA7D42; }
a { background-color: rgb(170,125,66); }
div.DivClassName
{
background-color: #AA7D42;
}
.BgClassName
{
background-color: #AA7D42;
}
</style>
border-color css
<style>
span { border-color: #AA7D42; }
span { border-color: rgb(170,125,66); }
td.TdClassName
{
border-color: #AA7D42;
}
.TagClassName
{
border-color: #AA7D42;
}
</style>