Shades of Muddy Waters #AE8250
Tints of Muddy Waters #AE8250
RGB
CMYK
RGB Variations
Color information
#AE8250 (or 0xAE8250) is known color: Muddy Waters. HEX triplet: AE, 82 and 50. RGB value is (174,130,80). Sum of RGB (Red+Green+Blue) = 174+130+80=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 80 (31.64% from 255 or 20.83% from 384); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8250 is #517DAF. Grayscale: #898989. Windows color (decimal): -5340592 or 5276334. OLE color: 5276334.
HSL color Cylindrical-coordinate representation of color #AE8250: hue angle of 31.91º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AE8250 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 130 | 80 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.32 |
| HSL | 31.91º | 0.37% | 0.5% | - |
| HSV(B) | 31.91º | 0.54% | 0.68% | - |
| XYZ | 26.89 | 25.54 | 11.1 | - |
| YUV | 137.46 | 95.58 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 130 | 80 | 0 | 0.25 | 0.54 | 0.32 | 31.91 | 0.37 | 0.5 |
| Hex | AE | 82 | 50 | 0 | 19 | 36 | 20 | 20 | 25 | 32 |
| Octal | 256 | 202 | 120 | 0 | 31 | 66 | 40 | 40 | 45 | 62 |
| Binary | 10101110 | 10000010 | 1010000 | 0 | 11001 | 110110 | 100000 | 100000 | 100101 | 110010 |
Color Harmonies of #AE8250
Complementary color
Monochromatic Colors of #AE8250
Black with #AE8250
Text Example
Text Example
White with #AE8250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8250; }
p { color: rgb(174,130,80); }
H1.HeaderClassName
{
color: #AE8250;
}
.AnyTagClassName
{
color: #AE8250;
}
</style>
background-color css
<style>
a { background-color: #AE8250; }
a { background-color: rgb(174,130,80); }
div.DivClassName
{
background-color: #AE8250;
}
.BgClassName
{
background-color: #AE8250;
}
</style>
border-color css
<style>
span { border-color: #AE8250; }
span { border-color: rgb(174,130,80); }
td.TdClassName
{
border-color: #AE8250;
}
.TagClassName
{
border-color: #AE8250;
}
</style>