Shades of Muddy Waters #AA874D
Tints of Muddy Waters #AA874D
RGB
CMYK
RGB Variations
Color information
#AA874D (or 0xAA874D) is known color: Muddy Waters. HEX triplet: AA, 87 and 4D. RGB value is (170,135,77). Sum of RGB (Red+Green+Blue) = 170+135+77=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 135 (53.12% from 255 or 35.34% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA874D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA874D is #5578B2. Grayscale: #8B8B8B. Windows color (decimal): -5601459 or 5081002. OLE color: 5081002.
HSL color Cylindrical-coordinate representation of color #AA874D: hue angle of 37.42º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA874D is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 135 | 77 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.33 |
| HSL | 37.42º | 0.38% | 0.48% | - |
| HSV(B) | 37.42º | 0.55% | 0.67% | - |
| XYZ | 26.58 | 26.41 | 10.72 | - |
| YUV | 138.85 | 93.1 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 135 | 77 | 0 | 0.21 | 0.55 | 0.33 | 37.42 | 0.38 | 0.48 |
| Hex | AA | 87 | 4D | 0 | 15 | 37 | 21 | 25 | 26 | 30 |
| Octal | 252 | 207 | 115 | 0 | 25 | 67 | 41 | 45 | 46 | 60 |
| Binary | 10101010 | 10000111 | 1001101 | 0 | 10101 | 110111 | 100001 | 100101 | 100110 | 110000 |
Color Harmonies of #AA874D
Complementary color
Monochromatic Colors of #AA874D
Black with #AA874D
Text Example
Text Example
White with #AA874D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA874D; }
p { color: rgb(170,135,77); }
H1.HeaderClassName
{
color: #AA874D;
}
.AnyTagClassName
{
color: #AA874D;
}
</style>
background-color css
<style>
a { background-color: #AA874D; }
a { background-color: rgb(170,135,77); }
div.DivClassName
{
background-color: #AA874D;
}
.BgClassName
{
background-color: #AA874D;
}
</style>
border-color css
<style>
span { border-color: #AA874D; }
span { border-color: rgb(170,135,77); }
td.TdClassName
{
border-color: #AA874D;
}
.TagClassName
{
border-color: #AA874D;
}
</style>