Shades of Muddy Waters #AA7C4A
Tints of Muddy Waters #AA7C4A
RGB
CMYK
RGB Variations
Color information
#AA7C4A (or 0xAA7C4A) is known color: Muddy Waters. HEX triplet: AA, 7C and 4A. RGB value is (170,124,74). Sum of RGB (Red+Green+Blue) = 170+124+74=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 124 (48.83% from 255 or 33.70% from 368); Blue value is 74 (29.30% from 255 or 20.11% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7C4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7C4A is #5583B5. Grayscale: #848484. Windows color (decimal): -5604278 or 4881578. OLE color: 4881578.
HSL color Cylindrical-coordinate representation of color #AA7C4A: hue angle of 31.25º 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 #AA7C4A is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 124 | 74 | - |
| CMYK | 0 | 0.27 | 0.56 | 0.33 |
| HSL | 31.25º | 0.39% | 0.48% | - |
| HSV(B) | 31.25º | 0.56% | 0.67% | - |
| XYZ | 25.02 | 23.46 | 9.69 | - |
| YUV | 132.05 | 95.24 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 124 | 74 | 0 | 0.27 | 0.56 | 0.33 | 31.25 | 0.39 | 0.48 |
| Hex | AA | 7C | 4A | 0 | 1B | 38 | 21 | 1F | 27 | 30 |
| Octal | 252 | 174 | 112 | 0 | 33 | 70 | 41 | 37 | 47 | 60 |
| Binary | 10101010 | 1111100 | 1001010 | 0 | 11011 | 111000 | 100001 | 11111 | 100111 | 110000 |
Color Harmonies of #AA7C4A
Complementary color
Monochromatic Colors of #AA7C4A
Black with #AA7C4A
Text Example
Text Example
White with #AA7C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7C4A; }
p { color: rgb(170,124,74); }
H1.HeaderClassName
{
color: #AA7C4A;
}
.AnyTagClassName
{
color: #AA7C4A;
}
</style>
background-color css
<style>
a { background-color: #AA7C4A; }
a { background-color: rgb(170,124,74); }
div.DivClassName
{
background-color: #AA7C4A;
}
.BgClassName
{
background-color: #AA7C4A;
}
</style>
border-color css
<style>
span { border-color: #AA7C4A; }
span { border-color: rgb(170,124,74); }
td.TdClassName
{
border-color: #AA7C4A;
}
.TagClassName
{
border-color: #AA7C4A;
}
</style>