Shades of Muddy Waters #AA854C
Tints of Muddy Waters #AA854C
RGB
CMYK
RGB Variations
Color information
#AA854C (or 0xAA854C) is known color: Muddy Waters. HEX triplet: AA, 85 and 4C. RGB value is (170,133,76). Sum of RGB (Red+Green+Blue) = 170+133+76=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 76 (30.08% from 255 or 20.05% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA854C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA854C is #557AB3. Grayscale: #898989. Windows color (decimal): -5601972 or 5014954. OLE color: 5014954.
HSL color Cylindrical-coordinate representation of color #AA854C: hue angle of 36.38º 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 #AA854C is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 133 | 76 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.33 |
| HSL | 36.38º | 0.38% | 0.48% | - |
| HSV(B) | 36.38º | 0.55% | 0.67% | - |
| XYZ | 26.27 | 25.84 | 10.44 | - |
| YUV | 137.57 | 93.26 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 133 | 76 | 0 | 0.22 | 0.55 | 0.33 | 36.38 | 0.38 | 0.48 |
| Hex | AA | 85 | 4C | 0 | 16 | 37 | 21 | 24 | 26 | 30 |
| Octal | 252 | 205 | 114 | 0 | 26 | 67 | 41 | 44 | 46 | 60 |
| Binary | 10101010 | 10000101 | 1001100 | 0 | 10110 | 110111 | 100001 | 100100 | 100110 | 110000 |
Color Harmonies of #AA854C
Complementary color
Monochromatic Colors of #AA854C
Black with #AA854C
Text Example
Text Example
White with #AA854C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA854C; }
p { color: rgb(170,133,76); }
H1.HeaderClassName
{
color: #AA854C;
}
.AnyTagClassName
{
color: #AA854C;
}
</style>
background-color css
<style>
a { background-color: #AA854C; }
a { background-color: rgb(170,133,76); }
div.DivClassName
{
background-color: #AA854C;
}
.BgClassName
{
background-color: #AA854C;
}
</style>
border-color css
<style>
span { border-color: #AA854C; }
span { border-color: rgb(170,133,76); }
td.TdClassName
{
border-color: #AA854C;
}
.TagClassName
{
border-color: #AA854C;
}
</style>