Shades of Muddy Waters #AA804C
Tints of Muddy Waters #AA804C
RGB
CMYK
RGB Variations
Color information
#AA804C (or 0xAA804C) is known color: Muddy Waters. HEX triplet: AA, 80 and 4C. RGB value is (170,128,76). Sum of RGB (Red+Green+Blue) = 170+128+76=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 128 (50.39% from 255 or 34.22% from 374); Blue value is 76 (30.08% from 255 or 20.32% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA804C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA804C is #557FB3. Grayscale: #868686. Windows color (decimal): -5603252 or 5013674. OLE color: 5013674.
HSL color Cylindrical-coordinate representation of color #AA804C: hue angle of 33.19º 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 #AA804C is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 128 | 76 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.33 |
| HSL | 33.19º | 0.38% | 0.48% | - |
| HSV(B) | 33.19º | 0.55% | 0.67% | - |
| XYZ | 25.6 | 24.51 | 10.22 | - |
| YUV | 134.63 | 94.91 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 76 | 0 | 0.25 | 0.55 | 0.33 | 33.19 | 0.38 | 0.48 |
| Hex | AA | 80 | 4C | 0 | 19 | 37 | 21 | 21 | 26 | 30 |
| Octal | 252 | 200 | 114 | 0 | 31 | 67 | 41 | 41 | 46 | 60 |
| Binary | 10101010 | 10000000 | 1001100 | 0 | 11001 | 110111 | 100001 | 100001 | 100110 | 110000 |
Color Harmonies of #AA804C
Complementary color
Monochromatic Colors of #AA804C
Black with #AA804C
Text Example
Text Example
White with #AA804C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA804C; }
p { color: rgb(170,128,76); }
H1.HeaderClassName
{
color: #AA804C;
}
.AnyTagClassName
{
color: #AA804C;
}
</style>
background-color css
<style>
a { background-color: #AA804C; }
a { background-color: rgb(170,128,76); }
div.DivClassName
{
background-color: #AA804C;
}
.BgClassName
{
background-color: #AA804C;
}
</style>
border-color css
<style>
span { border-color: #AA804C; }
span { border-color: rgb(170,128,76); }
td.TdClassName
{
border-color: #AA804C;
}
.TagClassName
{
border-color: #AA804C;
}
</style>