Shades of Muddy Waters #AA894A
Tints of Muddy Waters #AA894A
RGB
CMYK
RGB Variations
Color information
#AA894A (or 0xAA894A) is known color: Muddy Waters. HEX triplet: AA, 89 and 4A. RGB value is (170,137,74). Sum of RGB (Red+Green+Blue) = 170+137+74=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 137 (53.91% from 255 or 35.96% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA894A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA894A is #5576B5. Grayscale: #8B8B8B. Windows color (decimal): -5600950 or 4884906. OLE color: 4884906.
HSL color Cylindrical-coordinate representation of color #AA894A: hue angle of 39.38º 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 #AA894A is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 137 | 74 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.33 |
| HSL | 39.38º | 0.39% | 0.48% | - |
| HSV(B) | 39.38º | 0.56% | 0.67% | - |
| XYZ | 26.76 | 26.93 | 10.27 | - |
| YUV | 139.69 | 90.93 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 137 | 74 | 0 | 0.19 | 0.56 | 0.33 | 39.38 | 0.39 | 0.48 |
| Hex | AA | 89 | 4A | 0 | 13 | 38 | 21 | 27 | 27 | 30 |
| Octal | 252 | 211 | 112 | 0 | 23 | 70 | 41 | 47 | 47 | 60 |
| Binary | 10101010 | 10001001 | 1001010 | 0 | 10011 | 111000 | 100001 | 100111 | 100111 | 110000 |
Color Harmonies of #AA894A
Complementary color
Monochromatic Colors of #AA894A
Black with #AA894A
Text Example
Text Example
White with #AA894A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA894A; }
p { color: rgb(170,137,74); }
H1.HeaderClassName
{
color: #AA894A;
}
.AnyTagClassName
{
color: #AA894A;
}
</style>
background-color css
<style>
a { background-color: #AA894A; }
a { background-color: rgb(170,137,74); }
div.DivClassName
{
background-color: #AA894A;
}
.BgClassName
{
background-color: #AA894A;
}
</style>
border-color css
<style>
span { border-color: #AA894A; }
span { border-color: rgb(170,137,74); }
td.TdClassName
{
border-color: #AA894A;
}
.TagClassName
{
border-color: #AA894A;
}
</style>