Shades of Muddy Waters #AA7D4E
Tints of Muddy Waters #AA7D4E
RGB
CMYK
RGB Variations
Color information
#AA7D4E (or 0xAA7D4E) is known color: Muddy Waters. HEX triplet: AA, 7D and 4E. RGB value is (170,125,78). Sum of RGB (Red+Green+Blue) = 170+125+78=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 78 (30.86% from 255 or 20.91% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7D4E is #5582B1. Grayscale: #858585. Windows color (decimal): -5604018 or 5143978. OLE color: 5143978.
HSL color Cylindrical-coordinate representation of color #AA7D4E: hue angle of 30.65º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA7D4E is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 125 | 78 | - |
| CMYK | 0 | 0.26 | 0.54 | 0.33 |
| HSL | 30.65º | 0.37% | 0.49% | - |
| HSV(B) | 30.65º | 0.54% | 0.67% | - |
| XYZ | 25.29 | 23.76 | 10.46 | - |
| YUV | 133.1 | 96.91 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 125 | 78 | 0 | 0.26 | 0.54 | 0.33 | 30.65 | 0.37 | 0.49 |
| Hex | AA | 7D | 4E | 0 | 1A | 36 | 21 | 1F | 25 | 31 |
| Octal | 252 | 175 | 116 | 0 | 32 | 66 | 41 | 37 | 45 | 61 |
| Binary | 10101010 | 1111101 | 1001110 | 0 | 11010 | 110110 | 100001 | 11111 | 100101 | 110001 |
Color Harmonies of #AA7D4E
Complementary color
Monochromatic Colors of #AA7D4E
Black with #AA7D4E
Text Example
Text Example
White with #AA7D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7D4E; }
p { color: rgb(170,125,78); }
H1.HeaderClassName
{
color: #AA7D4E;
}
.AnyTagClassName
{
color: #AA7D4E;
}
</style>
background-color css
<style>
a { background-color: #AA7D4E; }
a { background-color: rgb(170,125,78); }
div.DivClassName
{
background-color: #AA7D4E;
}
.BgClassName
{
background-color: #AA7D4E;
}
</style>
border-color css
<style>
span { border-color: #AA7D4E; }
span { border-color: rgb(170,125,78); }
td.TdClassName
{
border-color: #AA7D4E;
}
.TagClassName
{
border-color: #AA7D4E;
}
</style>