Shades of Muddy Waters #AA884D
Tints of Muddy Waters #AA884D
RGB
CMYK
RGB Variations
Color information
#AA884D (or 0xAA884D) is known color: Muddy Waters. HEX triplet: AA, 88 and 4D. RGB value is (170,136,77). Sum of RGB (Red+Green+Blue) = 170+136+77=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 77 (30.47% from 255 or 20.10% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA884D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA884D is #5577B2. Grayscale: #8B8B8B. Windows color (decimal): -5601203 or 5081258. OLE color: 5081258.
HSL color Cylindrical-coordinate representation of color #AA884D: hue angle of 38.06º 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 #AA884D is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 77 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.33 |
| HSL | 38.06º | 0.38% | 0.48% | - |
| HSV(B) | 38.06º | 0.55% | 0.67% | - |
| XYZ | 26.72 | 26.69 | 10.76 | - |
| YUV | 139.44 | 92.76 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 77 | 0 | 0.20 | 0.55 | 0.33 | 38.06 | 0.38 | 0.48 |
| Hex | AA | 88 | 4D | 0 | 14 | 37 | 21 | 26 | 26 | 30 |
| Octal | 252 | 210 | 115 | 0 | 24 | 67 | 41 | 46 | 46 | 60 |
| Binary | 10101010 | 10001000 | 1001101 | 0 | 10100 | 110111 | 100001 | 100110 | 100110 | 110000 |
Color Harmonies of #AA884D
Complementary color
Monochromatic Colors of #AA884D
Black with #AA884D
Text Example
Text Example
White with #AA884D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA884D; }
p { color: rgb(170,136,77); }
H1.HeaderClassName
{
color: #AA884D;
}
.AnyTagClassName
{
color: #AA884D;
}
</style>
background-color css
<style>
a { background-color: #AA884D; }
a { background-color: rgb(170,136,77); }
div.DivClassName
{
background-color: #AA884D;
}
.BgClassName
{
background-color: #AA884D;
}
</style>
border-color css
<style>
span { border-color: #AA884D; }
span { border-color: rgb(170,136,77); }
td.TdClassName
{
border-color: #AA884D;
}
.TagClassName
{
border-color: #AA884D;
}
</style>