Shades of Muddy Waters #AA7B47
Tints of Muddy Waters #AA7B47
RGB
CMYK
RGB Variations
Color information
#AA7B47 (or 0xAA7B47) is known color: Muddy Waters. HEX triplet: AA, 7B and 47. RGB value is (170,123,71). Sum of RGB (Red+Green+Blue) = 170+123+71=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 71 (28.12% from 255 or 19.51% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7B47 is #5584B8. Grayscale: #838383. Windows color (decimal): -5604537 or 4684714. OLE color: 4684714.
HSL color Cylindrical-coordinate representation of color #AA7B47: hue angle of 31.52º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA7B47 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 123 | 71 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.33 |
| HSL | 31.52º | 0.41% | 0.47% | - |
| HSV(B) | 31.52º | 0.58% | 0.67% | - |
| XYZ | 24.8 | 23.17 | 9.13 | - |
| YUV | 131.13 | 94.07 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 123 | 71 | 0 | 0.28 | 0.58 | 0.33 | 31.52 | 0.41 | 0.47 |
| Hex | AA | 7B | 47 | 0 | 1C | 3A | 21 | 20 | 29 | 2F |
| Octal | 252 | 173 | 107 | 0 | 34 | 72 | 41 | 40 | 51 | 57 |
| Binary | 10101010 | 1111011 | 1000111 | 0 | 11100 | 111010 | 100001 | 100000 | 101001 | 101111 |
Color Harmonies of #AA7B47
Complementary color
Monochromatic Colors of #AA7B47
Black with #AA7B47
Text Example
Text Example
White with #AA7B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7B47; }
p { color: rgb(170,123,71); }
H1.HeaderClassName
{
color: #AA7B47;
}
.AnyTagClassName
{
color: #AA7B47;
}
</style>
background-color css
<style>
a { background-color: #AA7B47; }
a { background-color: rgb(170,123,71); }
div.DivClassName
{
background-color: #AA7B47;
}
.BgClassName
{
background-color: #AA7B47;
}
</style>
border-color css
<style>
span { border-color: #AA7B47; }
span { border-color: rgb(170,123,71); }
td.TdClassName
{
border-color: #AA7B47;
}
.TagClassName
{
border-color: #AA7B47;
}
</style>