Shades of Muddy Waters #AA7D4A
Tints of Muddy Waters #AA7D4A
RGB
CMYK
RGB Variations
Color information
#AA7D4A (or 0xAA7D4A) is known color: Muddy Waters. HEX triplet: AA, 7D and 4A. RGB value is (170,125,74). Sum of RGB (Red+Green+Blue) = 170+125+74=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 125 (49.22% from 255 or 33.88% from 369); Blue value is 74 (29.30% from 255 or 20.05% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7D4A is #5582B5. Grayscale: #848484. Windows color (decimal): -5604022 or 4881834. OLE color: 4881834.
HSL color Cylindrical-coordinate representation of color #AA7D4A: hue angle of 31.88º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA7D4A is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 125 | 74 | - |
| CMYK | 0 | 0.26 | 0.56 | 0.33 |
| HSL | 31.88º | 0.39% | 0.48% | - |
| HSV(B) | 31.88º | 0.56% | 0.67% | - |
| XYZ | 25.15 | 23.71 | 9.73 | - |
| YUV | 132.64 | 94.91 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 125 | 74 | 0 | 0.26 | 0.56 | 0.33 | 31.88 | 0.39 | 0.48 |
| Hex | AA | 7D | 4A | 0 | 1A | 38 | 21 | 20 | 27 | 30 |
| Octal | 252 | 175 | 112 | 0 | 32 | 70 | 41 | 40 | 47 | 60 |
| Binary | 10101010 | 1111101 | 1001010 | 0 | 11010 | 111000 | 100001 | 100000 | 100111 | 110000 |
Color Harmonies of #AA7D4A
Complementary color
Monochromatic Colors of #AA7D4A
Black with #AA7D4A
Text Example
Text Example
White with #AA7D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7D4A; }
p { color: rgb(170,125,74); }
H1.HeaderClassName
{
color: #AA7D4A;
}
.AnyTagClassName
{
color: #AA7D4A;
}
</style>
background-color css
<style>
a { background-color: #AA7D4A; }
a { background-color: rgb(170,125,74); }
div.DivClassName
{
background-color: #AA7D4A;
}
.BgClassName
{
background-color: #AA7D4A;
}
</style>
border-color css
<style>
span { border-color: #AA7D4A; }
span { border-color: rgb(170,125,74); }
td.TdClassName
{
border-color: #AA7D4A;
}
.TagClassName
{
border-color: #AA7D4A;
}
</style>