Shades of Muddy Waters #AA7F50
Tints of Muddy Waters #AA7F50
RGB
CMYK
RGB Variations
Color information
#AA7F50 (or 0xAA7F50) is known color: Muddy Waters. HEX triplet: AA, 7F and 50. RGB value is (170,127,80). Sum of RGB (Red+Green+Blue) = 170+127+80=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 80 (31.64% from 255 or 21.22% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7F50 is #5580AF. Grayscale: #868686. Windows color (decimal): -5603504 or 5275562. OLE color: 5275562.
HSL color Cylindrical-coordinate representation of color #AA7F50: hue angle of 31.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA7F50 is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 127 | 80 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.33 |
| HSL | 31.33º | 0.36% | 0.49% | - |
| HSV(B) | 31.33º | 0.53% | 0.67% | - |
| XYZ | 25.61 | 24.3 | 10.93 | - |
| YUV | 134.5 | 97.25 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 80 | 0 | 0.25 | 0.53 | 0.33 | 31.33 | 0.36 | 0.49 |
| Hex | AA | 7F | 50 | 0 | 19 | 35 | 21 | 1F | 24 | 31 |
| Octal | 252 | 177 | 120 | 0 | 31 | 65 | 41 | 37 | 44 | 61 |
| Binary | 10101010 | 1111111 | 1010000 | 0 | 11001 | 110101 | 100001 | 11111 | 100100 | 110001 |
Color Harmonies of #AA7F50
Complementary color
Monochromatic Colors of #AA7F50
Black with #AA7F50
Text Example
Text Example
White with #AA7F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7F50; }
p { color: rgb(170,127,80); }
H1.HeaderClassName
{
color: #AA7F50;
}
.AnyTagClassName
{
color: #AA7F50;
}
</style>
background-color css
<style>
a { background-color: #AA7F50; }
a { background-color: rgb(170,127,80); }
div.DivClassName
{
background-color: #AA7F50;
}
.BgClassName
{
background-color: #AA7F50;
}
</style>
border-color css
<style>
span { border-color: #AA7F50; }
span { border-color: rgb(170,127,80); }
td.TdClassName
{
border-color: #AA7F50;
}
.TagClassName
{
border-color: #AA7F50;
}
</style>