Shades of Muddy Waters #AA8448
Tints of Muddy Waters #AA8448
RGB
CMYK
RGB Variations
Color information
#AA8448 (or 0xAA8448) is known color: Muddy Waters. HEX triplet: AA, 84 and 48. RGB value is (170,132,72). Sum of RGB (Red+Green+Blue) = 170+132+72=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 72 (28.52% from 255 or 19.25% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8448 is #557BB7. Grayscale: #888888. Windows color (decimal): -5602232 or 4752554. OLE color: 4752554.
HSL color Cylindrical-coordinate representation of color #AA8448: hue angle of 36.73º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA8448 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 132 | 72 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.33 |
| HSL | 36.73º | 0.4% | 0.47% | - |
| HSV(B) | 36.73º | 0.58% | 0.67% | - |
| XYZ | 26 | 25.52 | 9.69 | - |
| YUV | 136.52 | 91.59 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 132 | 72 | 0 | 0.22 | 0.58 | 0.33 | 36.73 | 0.4 | 0.47 |
| Hex | AA | 84 | 48 | 0 | 16 | 3A | 21 | 25 | 28 | 2F |
| Octal | 252 | 204 | 110 | 0 | 26 | 72 | 41 | 45 | 50 | 57 |
| Binary | 10101010 | 10000100 | 1001000 | 0 | 10110 | 111010 | 100001 | 100101 | 101000 | 101111 |
Color Harmonies of #AA8448
Complementary color
Monochromatic Colors of #AA8448
Black with #AA8448
Text Example
Text Example
White with #AA8448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8448; }
p { color: rgb(170,132,72); }
H1.HeaderClassName
{
color: #AA8448;
}
.AnyTagClassName
{
color: #AA8448;
}
</style>
background-color css
<style>
a { background-color: #AA8448; }
a { background-color: rgb(170,132,72); }
div.DivClassName
{
background-color: #AA8448;
}
.BgClassName
{
background-color: #AA8448;
}
</style>
border-color css
<style>
span { border-color: #AA8448; }
span { border-color: rgb(170,132,72); }
td.TdClassName
{
border-color: #AA8448;
}
.TagClassName
{
border-color: #AA8448;
}
</style>