Shades of Muddy Waters #AA8158
Tints of Muddy Waters #AA8158
RGB
CMYK
RGB Variations
Color information
#AA8158 (or 0xAA8158) is known color: Muddy Waters. HEX triplet: AA, 81 and 58. RGB value is (170,129,88). Sum of RGB (Red+Green+Blue) = 170+129+88=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 88 (34.77% from 255 or 22.74% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8158 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8158 is #557EA7. Grayscale: #888888. Windows color (decimal): -5602984 or 5800362. OLE color: 5800362.
HSL color Cylindrical-coordinate representation of color #AA8158: hue angle of 30º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA8158 is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 129 | 88 | - |
| CMYK | 0 | 0.24 | 0.48 | 0.33 |
| HSL | 30º | 0.33% | 0.51% | - |
| HSV(B) | 30º | 0.48% | 0.67% | - |
| XYZ | 26.19 | 24.95 | 12.67 | - |
| YUV | 136.59 | 100.58 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 88 | 0 | 0.24 | 0.48 | 0.33 | 30 | 0.33 | 0.51 |
| Hex | AA | 81 | 58 | 0 | 18 | 30 | 21 | 1E | 21 | 33 |
| Octal | 252 | 201 | 130 | 0 | 30 | 60 | 41 | 36 | 41 | 63 |
| Binary | 10101010 | 10000001 | 1011000 | 0 | 11000 | 110000 | 100001 | 11110 | 100001 | 110011 |
Color Harmonies of #AA8158
Complementary color
Monochromatic Colors of #AA8158
Black with #AA8158
Text Example
Text Example
White with #AA8158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8158; }
p { color: rgb(170,129,88); }
H1.HeaderClassName
{
color: #AA8158;
}
.AnyTagClassName
{
color: #AA8158;
}
</style>
background-color css
<style>
a { background-color: #AA8158; }
a { background-color: rgb(170,129,88); }
div.DivClassName
{
background-color: #AA8158;
}
.BgClassName
{
background-color: #AA8158;
}
</style>
border-color css
<style>
span { border-color: #AA8158; }
span { border-color: rgb(170,129,88); }
td.TdClassName
{
border-color: #AA8158;
}
.TagClassName
{
border-color: #AA8158;
}
</style>