Shades of Muddy Waters #AA874C
Tints of Muddy Waters #AA874C
RGB
CMYK
RGB Variations
Color information
#AA874C (or 0xAA874C) is known color: Muddy Waters. HEX triplet: AA, 87 and 4C. RGB value is (170,135,76). Sum of RGB (Red+Green+Blue) = 170+135+76=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 135 (53.12% from 255 or 35.43% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA874C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA874C is #5578B3. Grayscale: #8B8B8B. Windows color (decimal): -5601460 or 5015466. OLE color: 5015466.
HSL color Cylindrical-coordinate representation of color #AA874C: hue angle of 37.66º 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 #AA874C is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 135 | 76 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.33 |
| HSL | 37.66º | 0.38% | 0.48% | - |
| HSV(B) | 37.66º | 0.55% | 0.67% | - |
| XYZ | 26.55 | 26.4 | 10.53 | - |
| YUV | 138.74 | 92.6 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 135 | 76 | 0 | 0.21 | 0.55 | 0.33 | 37.66 | 0.38 | 0.48 |
| Hex | AA | 87 | 4C | 0 | 15 | 37 | 21 | 26 | 26 | 30 |
| Octal | 252 | 207 | 114 | 0 | 25 | 67 | 41 | 46 | 46 | 60 |
| Binary | 10101010 | 10000111 | 1001100 | 0 | 10101 | 110111 | 100001 | 100110 | 100110 | 110000 |
Color Harmonies of #AA874C
Complementary color
Monochromatic Colors of #AA874C
Black with #AA874C
Text Example
Text Example
White with #AA874C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA874C; }
p { color: rgb(170,135,76); }
H1.HeaderClassName
{
color: #AA874C;
}
.AnyTagClassName
{
color: #AA874C;
}
</style>
background-color css
<style>
a { background-color: #AA874C; }
a { background-color: rgb(170,135,76); }
div.DivClassName
{
background-color: #AA874C;
}
.BgClassName
{
background-color: #AA874C;
}
</style>
border-color css
<style>
span { border-color: #AA874C; }
span { border-color: rgb(170,135,76); }
td.TdClassName
{
border-color: #AA874C;
}
.TagClassName
{
border-color: #AA874C;
}
</style>