Shades of Muddy Waters #AA784C
Tints of Muddy Waters #AA784C
RGB
CMYK
RGB Variations
Color information
#AA784C (or 0xAA784C) is known color: Muddy Waters. HEX triplet: AA, 78 and 4C. RGB value is (170,120,76). Sum of RGB (Red+Green+Blue) = 170+120+76=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 76 (30.08% from 255 or 20.77% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA784C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA784C is #5587B3. Grayscale: #828282. Windows color (decimal): -5605300 or 5011626. OLE color: 5011626.
HSL color Cylindrical-coordinate representation of color #AA784C: hue angle of 28.09º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA784C is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 120 | 76 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.33 |
| HSL | 28.09º | 0.38% | 0.48% | - |
| HSV(B) | 28.09º | 0.55% | 0.67% | - |
| XYZ | 24.6 | 22.5 | 9.88 | - |
| YUV | 129.93 | 97.57 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 120 | 76 | 0 | 0.29 | 0.55 | 0.33 | 28.09 | 0.38 | 0.48 |
| Hex | AA | 78 | 4C | 0 | 1D | 37 | 21 | 1C | 26 | 30 |
| Octal | 252 | 170 | 114 | 0 | 35 | 67 | 41 | 34 | 46 | 60 |
| Binary | 10101010 | 1111000 | 1001100 | 0 | 11101 | 110111 | 100001 | 11100 | 100110 | 110000 |
Color Harmonies of #AA784C
Complementary color
Monochromatic Colors of #AA784C
Black with #AA784C
Text Example
Text Example
White with #AA784C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA784C; }
p { color: rgb(170,120,76); }
H1.HeaderClassName
{
color: #AA784C;
}
.AnyTagClassName
{
color: #AA784C;
}
</style>
background-color css
<style>
a { background-color: #AA784C; }
a { background-color: rgb(170,120,76); }
div.DivClassName
{
background-color: #AA784C;
}
.BgClassName
{
background-color: #AA784C;
}
</style>
border-color css
<style>
span { border-color: #AA784C; }
span { border-color: rgb(170,120,76); }
td.TdClassName
{
border-color: #AA784C;
}
.TagClassName
{
border-color: #AA784C;
}
</style>