Shades of Muddy Waters #AA7A4A
Tints of Muddy Waters #AA7A4A
RGB
CMYK
RGB Variations
Color information
#AA7A4A (or 0xAA7A4A) is known color: Muddy Waters. HEX triplet: AA, 7A and 4A. RGB value is (170,122,74). Sum of RGB (Red+Green+Blue) = 170+122+74=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 74 (29.30% from 255 or 20.22% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7A4A is #5585B5. Grayscale: #838383. Windows color (decimal): -5604790 or 4881066. OLE color: 4881066.
HSL color Cylindrical-coordinate representation of color #AA7A4A: hue angle of 30º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA7A4A is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 122 | 74 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.33 |
| HSL | 30º | 0.39% | 0.48% | - |
| HSV(B) | 30º | 0.56% | 0.67% | - |
| XYZ | 24.77 | 22.96 | 9.6 | - |
| YUV | 130.88 | 95.9 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 122 | 74 | 0 | 0.28 | 0.56 | 0.33 | 30 | 0.39 | 0.48 |
| Hex | AA | 7A | 4A | 0 | 1C | 38 | 21 | 1E | 27 | 30 |
| Octal | 252 | 172 | 112 | 0 | 34 | 70 | 41 | 36 | 47 | 60 |
| Binary | 10101010 | 1111010 | 1001010 | 0 | 11100 | 111000 | 100001 | 11110 | 100111 | 110000 |
Color Harmonies of #AA7A4A
Complementary color
Monochromatic Colors of #AA7A4A
Black with #AA7A4A
Text Example
Text Example
White with #AA7A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7A4A; }
p { color: rgb(170,122,74); }
H1.HeaderClassName
{
color: #AA7A4A;
}
.AnyTagClassName
{
color: #AA7A4A;
}
</style>
background-color css
<style>
a { background-color: #AA7A4A; }
a { background-color: rgb(170,122,74); }
div.DivClassName
{
background-color: #AA7A4A;
}
.BgClassName
{
background-color: #AA7A4A;
}
</style>
border-color css
<style>
span { border-color: #AA7A4A; }
span { border-color: rgb(170,122,74); }
td.TdClassName
{
border-color: #AA7A4A;
}
.TagClassName
{
border-color: #AA7A4A;
}
</style>