Shades of Muddy Waters #AE844D
Tints of Muddy Waters #AE844D
RGB
CMYK
RGB Variations
Color information
#AE844D (or 0xAE844D) is known color: Muddy Waters. HEX triplet: AE, 84 and 4D. RGB value is (174,132,77). Sum of RGB (Red+Green+Blue) = 174+132+77=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 77 (30.47% from 255 or 20.10% from 383); Max value from RGB is 174 - color contains mainly: red. Hex color #AE844D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE844D is #517BB2. Grayscale: #8A8A8A. Windows color (decimal): -5340083 or 5080238. OLE color: 5080238.
HSL color Cylindrical-coordinate representation of color #AE844D: hue angle of 34.02º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AE844D is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 132 | 77 | - |
| CMYK | 0 | 0.24 | 0.56 | 0.32 |
| HSL | 34.02º | 0.39% | 0.49% | - |
| HSV(B) | 34.02º | 0.56% | 0.68% | - |
| XYZ | 27.05 | 26.04 | 10.62 | - |
| YUV | 138.29 | 93.41 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 132 | 77 | 0 | 0.24 | 0.56 | 0.32 | 34.02 | 0.39 | 0.49 |
| Hex | AE | 84 | 4D | 0 | 18 | 38 | 20 | 22 | 27 | 31 |
| Octal | 256 | 204 | 115 | 0 | 30 | 70 | 40 | 42 | 47 | 61 |
| Binary | 10101110 | 10000100 | 1001101 | 0 | 11000 | 111000 | 100000 | 100010 | 100111 | 110001 |
Color Harmonies of #AE844D
Complementary color
Monochromatic Colors of #AE844D
Black with #AE844D
Text Example
Text Example
White with #AE844D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE844D; }
p { color: rgb(174,132,77); }
H1.HeaderClassName
{
color: #AE844D;
}
.AnyTagClassName
{
color: #AE844D;
}
</style>
background-color css
<style>
a { background-color: #AE844D; }
a { background-color: rgb(174,132,77); }
div.DivClassName
{
background-color: #AE844D;
}
.BgClassName
{
background-color: #AE844D;
}
</style>
border-color css
<style>
span { border-color: #AE844D; }
span { border-color: rgb(174,132,77); }
td.TdClassName
{
border-color: #AE844D;
}
.TagClassName
{
border-color: #AE844D;
}
</style>