Shades of Muddy Waters #AA7F4D
Tints of Muddy Waters #AA7F4D
RGB
CMYK
RGB Variations
Color information
#AA7F4D (or 0xAA7F4D) is known color: Muddy Waters. HEX triplet: AA, 7F and 4D. RGB value is (170,127,77). Sum of RGB (Red+Green+Blue) = 170+127+77=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7F4D is #5580B2. Grayscale: #868686. Windows color (decimal): -5603507 or 5078954. OLE color: 5078954.
HSL color Cylindrical-coordinate representation of color #AA7F4D: hue angle of 32.26º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA7F4D is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 127 | 77 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.33 |
| HSL | 32.26º | 0.38% | 0.48% | - |
| HSV(B) | 32.26º | 0.55% | 0.67% | - |
| XYZ | 25.51 | 24.26 | 10.36 | - |
| YUV | 134.16 | 95.75 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 77 | 0 | 0.25 | 0.55 | 0.33 | 32.26 | 0.38 | 0.48 |
| Hex | AA | 7F | 4D | 0 | 19 | 37 | 21 | 20 | 26 | 30 |
| Octal | 252 | 177 | 115 | 0 | 31 | 67 | 41 | 40 | 46 | 60 |
| Binary | 10101010 | 1111111 | 1001101 | 0 | 11001 | 110111 | 100001 | 100000 | 100110 | 110000 |
Color Harmonies of #AA7F4D
Complementary color
Monochromatic Colors of #AA7F4D
Black with #AA7F4D
Text Example
Text Example
White with #AA7F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7F4D; }
p { color: rgb(170,127,77); }
H1.HeaderClassName
{
color: #AA7F4D;
}
.AnyTagClassName
{
color: #AA7F4D;
}
</style>
background-color css
<style>
a { background-color: #AA7F4D; }
a { background-color: rgb(170,127,77); }
div.DivClassName
{
background-color: #AA7F4D;
}
.BgClassName
{
background-color: #AA7F4D;
}
</style>
border-color css
<style>
span { border-color: #AA7F4D; }
span { border-color: rgb(170,127,77); }
td.TdClassName
{
border-color: #AA7F4D;
}
.TagClassName
{
border-color: #AA7F4D;
}
</style>