Shades of Muddy Waters #AA884B
Tints of Muddy Waters #AA884B
RGB
CMYK
RGB Variations
Color information
#AA884B (or 0xAA884B) is known color: Muddy Waters. HEX triplet: AA, 88 and 4B. RGB value is (170,136,75). Sum of RGB (Red+Green+Blue) = 170+136+75=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA884B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA884B is #5577B4. Grayscale: #8B8B8B. Windows color (decimal): -5601205 or 4950186. OLE color: 4950186.
HSL color Cylindrical-coordinate representation of color #AA884B: hue angle of 38.53º 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 #AA884B is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 75 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.33 |
| HSL | 38.53º | 0.39% | 0.48% | - |
| HSV(B) | 38.53º | 0.56% | 0.67% | - |
| XYZ | 26.65 | 26.66 | 10.4 | - |
| YUV | 139.21 | 91.76 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 75 | 0 | 0.20 | 0.56 | 0.33 | 38.53 | 0.39 | 0.48 |
| Hex | AA | 88 | 4B | 0 | 14 | 38 | 21 | 27 | 27 | 30 |
| Octal | 252 | 210 | 113 | 0 | 24 | 70 | 41 | 47 | 47 | 60 |
| Binary | 10101010 | 10001000 | 1001011 | 0 | 10100 | 111000 | 100001 | 100111 | 100111 | 110000 |
Color Harmonies of #AA884B
Complementary color
Monochromatic Colors of #AA884B
Black with #AA884B
Text Example
Text Example
White with #AA884B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA884B; }
p { color: rgb(170,136,75); }
H1.HeaderClassName
{
color: #AA884B;
}
.AnyTagClassName
{
color: #AA884B;
}
</style>
background-color css
<style>
a { background-color: #AA884B; }
a { background-color: rgb(170,136,75); }
div.DivClassName
{
background-color: #AA884B;
}
.BgClassName
{
background-color: #AA884B;
}
</style>
border-color css
<style>
span { border-color: #AA884B; }
span { border-color: rgb(170,136,75); }
td.TdClassName
{
border-color: #AA884B;
}
.TagClassName
{
border-color: #AA884B;
}
</style>