Shades of Muddy Waters #AE824A
Tints of Muddy Waters #AE824A
RGB
CMYK
RGB Variations
Color information
#AE824A (or 0xAE824A) is known color: Muddy Waters. HEX triplet: AE, 82 and 4A. RGB value is (174,130,74). Sum of RGB (Red+Green+Blue) = 174+130+74=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 174 - color contains mainly: red. Hex color #AE824A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE824A is #517DB5. Grayscale: #898989. Windows color (decimal): -5340598 or 4883118. OLE color: 4883118.
HSL color Cylindrical-coordinate representation of color #AE824A: hue angle of 33.6º 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 #AE824A is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 130 | 74 | - |
| CMYK | 0 | 0.25 | 0.57 | 0.32 |
| HSL | 33.6º | 0.4% | 0.49% | - |
| HSV(B) | 33.6º | 0.57% | 0.68% | - |
| XYZ | 26.67 | 25.46 | 9.99 | - |
| YUV | 136.77 | 92.58 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 130 | 74 | 0 | 0.25 | 0.57 | 0.32 | 33.6 | 0.4 | 0.49 |
| Hex | AE | 82 | 4A | 0 | 19 | 39 | 20 | 22 | 28 | 31 |
| Octal | 256 | 202 | 112 | 0 | 31 | 71 | 40 | 42 | 50 | 61 |
| Binary | 10101110 | 10000010 | 1001010 | 0 | 11001 | 111001 | 100000 | 100010 | 101000 | 110001 |
Color Harmonies of #AE824A
Complementary color
Monochromatic Colors of #AE824A
Black with #AE824A
Text Example
Text Example
White with #AE824A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE824A; }
p { color: rgb(174,130,74); }
H1.HeaderClassName
{
color: #AE824A;
}
.AnyTagClassName
{
color: #AE824A;
}
</style>
background-color css
<style>
a { background-color: #AE824A; }
a { background-color: rgb(174,130,74); }
div.DivClassName
{
background-color: #AE824A;
}
.BgClassName
{
background-color: #AE824A;
}
</style>
border-color css
<style>
span { border-color: #AE824A; }
span { border-color: rgb(174,130,74); }
td.TdClassName
{
border-color: #AE824A;
}
.TagClassName
{
border-color: #AE824A;
}
</style>