Shades of Muddy Waters #AA814D
Tints of Muddy Waters #AA814D
RGB
CMYK
RGB Variations
Color information
#AA814D (or 0xAA814D) is known color: Muddy Waters. HEX triplet: AA, 81 and 4D. RGB value is (170,129,77). Sum of RGB (Red+Green+Blue) = 170+129+77=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 129 (50.78% from 255 or 34.31% from 376); Blue value is 77 (30.47% from 255 or 20.48% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA814D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA814D is #557EB2. Grayscale: #878787. Windows color (decimal): -5602995 or 5079466. OLE color: 5079466.
HSL color Cylindrical-coordinate representation of color #AA814D: hue angle of 33.55º 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 #AA814D is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 129 | 77 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.33 |
| HSL | 33.55º | 0.38% | 0.48% | - |
| HSV(B) | 33.55º | 0.55% | 0.67% | - |
| XYZ | 25.77 | 24.78 | 10.45 | - |
| YUV | 135.33 | 95.08 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 77 | 0 | 0.24 | 0.55 | 0.33 | 33.55 | 0.38 | 0.48 |
| Hex | AA | 81 | 4D | 0 | 18 | 37 | 21 | 22 | 26 | 30 |
| Octal | 252 | 201 | 115 | 0 | 30 | 67 | 41 | 42 | 46 | 60 |
| Binary | 10101010 | 10000001 | 1001101 | 0 | 11000 | 110111 | 100001 | 100010 | 100110 | 110000 |
Color Harmonies of #AA814D
Complementary color
Monochromatic Colors of #AA814D
Black with #AA814D
Text Example
Text Example
White with #AA814D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA814D; }
p { color: rgb(170,129,77); }
H1.HeaderClassName
{
color: #AA814D;
}
.AnyTagClassName
{
color: #AA814D;
}
</style>
background-color css
<style>
a { background-color: #AA814D; }
a { background-color: rgb(170,129,77); }
div.DivClassName
{
background-color: #AA814D;
}
.BgClassName
{
background-color: #AA814D;
}
</style>
border-color css
<style>
span { border-color: #AA814D; }
span { border-color: rgb(170,129,77); }
td.TdClassName
{
border-color: #AA814D;
}
.TagClassName
{
border-color: #AA814D;
}
</style>