Shades of Muddy Waters #AA814C
Tints of Muddy Waters #AA814C
RGB
CMYK
RGB Variations
Color information
#AA814C (or 0xAA814C) is known color: Muddy Waters. HEX triplet: AA, 81 and 4C. RGB value is (170,129,76). Sum of RGB (Red+Green+Blue) = 170+129+76=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 76 (30.08% from 255 or 20.27% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA814C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA814C is #557EB3. Grayscale: #878787. Windows color (decimal): -5602996 or 5013930. OLE color: 5013930.
HSL color Cylindrical-coordinate representation of color #AA814C: hue angle of 33.83º 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 #AA814C is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 129 | 76 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.33 |
| HSL | 33.83º | 0.38% | 0.48% | - |
| HSV(B) | 33.83º | 0.55% | 0.67% | - |
| XYZ | 25.73 | 24.77 | 10.26 | - |
| YUV | 135.22 | 94.58 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 76 | 0 | 0.24 | 0.55 | 0.33 | 33.83 | 0.38 | 0.48 |
| Hex | AA | 81 | 4C | 0 | 18 | 37 | 21 | 22 | 26 | 30 |
| Octal | 252 | 201 | 114 | 0 | 30 | 67 | 41 | 42 | 46 | 60 |
| Binary | 10101010 | 10000001 | 1001100 | 0 | 11000 | 110111 | 100001 | 100010 | 100110 | 110000 |
Color Harmonies of #AA814C
Complementary color
Monochromatic Colors of #AA814C
Black with #AA814C
Text Example
Text Example
White with #AA814C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA814C; }
p { color: rgb(170,129,76); }
H1.HeaderClassName
{
color: #AA814C;
}
.AnyTagClassName
{
color: #AA814C;
}
</style>
background-color css
<style>
a { background-color: #AA814C; }
a { background-color: rgb(170,129,76); }
div.DivClassName
{
background-color: #AA814C;
}
.BgClassName
{
background-color: #AA814C;
}
</style>
border-color css
<style>
span { border-color: #AA814C; }
span { border-color: rgb(170,129,76); }
td.TdClassName
{
border-color: #AA814C;
}
.TagClassName
{
border-color: #AA814C;
}
</style>