Shades of Muddy Waters #AA8154
Tints of Muddy Waters #AA8154
RGB
CMYK
RGB Variations
Color information
#AA8154 (or 0xAA8154) is known color: Muddy Waters. HEX triplet: AA, 81 and 54. RGB value is (170,129,84). Sum of RGB (Red+Green+Blue) = 170+129+84=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 84 (33.20% from 255 or 21.93% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8154 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8154 is #557EAB. Grayscale: #888888. Windows color (decimal): -5602988 or 5538218. OLE color: 5538218.
HSL color Cylindrical-coordinate representation of color #AA8154: hue angle of 31.4º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA8154 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 129 | 84 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.33 |
| HSL | 31.4º | 0.34% | 0.5% | - |
| HSV(B) | 31.4º | 0.51% | 0.67% | - |
| XYZ | 26.03 | 24.89 | 11.82 | - |
| YUV | 136.13 | 98.58 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 84 | 0 | 0.24 | 0.51 | 0.33 | 31.4 | 0.34 | 0.5 |
| Hex | AA | 81 | 54 | 0 | 18 | 33 | 21 | 1F | 22 | 32 |
| Octal | 252 | 201 | 124 | 0 | 30 | 63 | 41 | 37 | 42 | 62 |
| Binary | 10101010 | 10000001 | 1010100 | 0 | 11000 | 110011 | 100001 | 11111 | 100010 | 110010 |
Color Harmonies of #AA8154
Complementary color
Monochromatic Colors of #AA8154
Black with #AA8154
Text Example
Text Example
White with #AA8154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8154; }
p { color: rgb(170,129,84); }
H1.HeaderClassName
{
color: #AA8154;
}
.AnyTagClassName
{
color: #AA8154;
}
</style>
background-color css
<style>
a { background-color: #AA8154; }
a { background-color: rgb(170,129,84); }
div.DivClassName
{
background-color: #AA8154;
}
.BgClassName
{
background-color: #AA8154;
}
</style>
border-color css
<style>
span { border-color: #AA8154; }
span { border-color: rgb(170,129,84); }
td.TdClassName
{
border-color: #AA8154;
}
.TagClassName
{
border-color: #AA8154;
}
</style>