Shades of Muddy Waters #AE864A
Tints of Muddy Waters #AE864A
RGB
CMYK
RGB Variations
Color information
#AE864A (or 0xAE864A) is known color: Muddy Waters. HEX triplet: AE, 86 and 4A. RGB value is (174,134,74). Sum of RGB (Red+Green+Blue) = 174+134+74=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 174 - color contains mainly: red. Hex color #AE864A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE864A is #5179B5. Grayscale: #8B8B8B. Windows color (decimal): -5339574 or 4884142. OLE color: 4884142.
HSL color Cylindrical-coordinate representation of color #AE864A: hue angle of 36º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE864A is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 134 | 74 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.32 |
| HSL | 36º | 0.4% | 0.49% | - |
| HSV(B) | 36º | 0.57% | 0.68% | - |
| XYZ | 27.22 | 26.54 | 10.17 | - |
| YUV | 139.12 | 91.25 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 134 | 74 | 0 | 0.23 | 0.57 | 0.32 | 36 | 0.4 | 0.49 |
| Hex | AE | 86 | 4A | 0 | 17 | 39 | 20 | 24 | 28 | 31 |
| Octal | 256 | 206 | 112 | 0 | 27 | 71 | 40 | 44 | 50 | 61 |
| Binary | 10101110 | 10000110 | 1001010 | 0 | 10111 | 111001 | 100000 | 100100 | 101000 | 110001 |
Color Harmonies of #AE864A
Complementary color
Monochromatic Colors of #AE864A
Black with #AE864A
Text Example
Text Example
White with #AE864A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE864A; }
p { color: rgb(174,134,74); }
H1.HeaderClassName
{
color: #AE864A;
}
.AnyTagClassName
{
color: #AE864A;
}
</style>
background-color css
<style>
a { background-color: #AE864A; }
a { background-color: rgb(174,134,74); }
div.DivClassName
{
background-color: #AE864A;
}
.BgClassName
{
background-color: #AE864A;
}
</style>
border-color css
<style>
span { border-color: #AE864A; }
span { border-color: rgb(174,134,74); }
td.TdClassName
{
border-color: #AE864A;
}
.TagClassName
{
border-color: #AE864A;
}
</style>