Shades of Muddy Waters #AA884A
Tints of Muddy Waters #AA884A
RGB
CMYK
RGB Variations
Color information
#AA884A (or 0xAA884A) is known color: Muddy Waters. HEX triplet: AA, 88 and 4A. RGB value is (170,136,74). Sum of RGB (Red+Green+Blue) = 170+136+74=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 136 (53.52% from 255 or 35.79% from 380); Blue value is 74 (29.30% from 255 or 19.47% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA884A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA884A is #5577B5. Grayscale: #8B8B8B. Windows color (decimal): -5601206 or 4884650. OLE color: 4884650.
HSL color Cylindrical-coordinate representation of color #AA884A: hue angle of 38.75º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA884A is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 74 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.33 |
| HSL | 38.75º | 0.39% | 0.48% | - |
| HSV(B) | 38.75º | 0.56% | 0.67% | - |
| XYZ | 26.62 | 26.65 | 10.22 | - |
| YUV | 139.1 | 91.26 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 74 | 0 | 0.20 | 0.56 | 0.33 | 38.75 | 0.39 | 0.48 |
| Hex | AA | 88 | 4A | 0 | 14 | 38 | 21 | 27 | 27 | 30 |
| Octal | 252 | 210 | 112 | 0 | 24 | 70 | 41 | 47 | 47 | 60 |
| Binary | 10101010 | 10001000 | 1001010 | 0 | 10100 | 111000 | 100001 | 100111 | 100111 | 110000 |
Color Harmonies of #AA884A
Complementary color
Monochromatic Colors of #AA884A
Black with #AA884A
Text Example
Text Example
White with #AA884A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA884A; }
p { color: rgb(170,136,74); }
H1.HeaderClassName
{
color: #AA884A;
}
.AnyTagClassName
{
color: #AA884A;
}
</style>
background-color css
<style>
a { background-color: #AA884A; }
a { background-color: rgb(170,136,74); }
div.DivClassName
{
background-color: #AA884A;
}
.BgClassName
{
background-color: #AA884A;
}
</style>
border-color css
<style>
span { border-color: #AA884A; }
span { border-color: rgb(170,136,74); }
td.TdClassName
{
border-color: #AA884A;
}
.TagClassName
{
border-color: #AA884A;
}
</style>