Shades of Muddy Waters #AA7F56
Tints of Muddy Waters #AA7F56
RGB
CMYK
RGB Variations
Color information
#AA7F56 (or 0xAA7F56) is known color: Muddy Waters. HEX triplet: AA, 7F and 56. RGB value is (170,127,86). Sum of RGB (Red+Green+Blue) = 170+127+86=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 86 (33.98% from 255 or 22.45% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7F56 is #5580A9. Grayscale: #878787. Windows color (decimal): -5603498 or 5668778. OLE color: 5668778.
HSL color Cylindrical-coordinate representation of color #AA7F56: hue angle of 29.29º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA7F56 is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 127 | 86 | - |
| CMYK | 0 | 0.25 | 0.49 | 0.33 |
| HSL | 29.29º | 0.33% | 0.5% | - |
| HSV(B) | 29.29º | 0.49% | 0.67% | - |
| XYZ | 25.85 | 24.4 | 12.15 | - |
| YUV | 135.18 | 100.25 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 86 | 0 | 0.25 | 0.49 | 0.33 | 29.29 | 0.33 | 0.5 |
| Hex | AA | 7F | 56 | 0 | 19 | 31 | 21 | 1D | 21 | 32 |
| Octal | 252 | 177 | 126 | 0 | 31 | 61 | 41 | 35 | 41 | 62 |
| Binary | 10101010 | 1111111 | 1010110 | 0 | 11001 | 110001 | 100001 | 11101 | 100001 | 110010 |
Color Harmonies of #AA7F56
Complementary color
Monochromatic Colors of #AA7F56
Black with #AA7F56
Text Example
Text Example
White with #AA7F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7F56; }
p { color: rgb(170,127,86); }
H1.HeaderClassName
{
color: #AA7F56;
}
.AnyTagClassName
{
color: #AA7F56;
}
</style>
background-color css
<style>
a { background-color: #AA7F56; }
a { background-color: rgb(170,127,86); }
div.DivClassName
{
background-color: #AA7F56;
}
.BgClassName
{
background-color: #AA7F56;
}
</style>
border-color css
<style>
span { border-color: #AA7F56; }
span { border-color: rgb(170,127,86); }
td.TdClassName
{
border-color: #AA7F56;
}
.TagClassName
{
border-color: #AA7F56;
}
</style>