Shades of Muddy Waters #AE8251
Tints of Muddy Waters #AE8251
RGB
CMYK
RGB Variations
Color information
#AE8251 (or 0xAE8251) is known color: Muddy Waters. HEX triplet: AE, 82 and 51. RGB value is (174,130,81). Sum of RGB (Red+Green+Blue) = 174+130+81=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 81 (32.03% from 255 or 21.04% from 385); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8251 is #517DAE. Grayscale: #898989. Windows color (decimal): -5340591 or 5341870. OLE color: 5341870.
HSL color Cylindrical-coordinate representation of color #AE8251: hue angle of 31.61º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AE8251 is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 130 | 81 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.32 |
| HSL | 31.61º | 0.36% | 0.5% | - |
| HSV(B) | 31.61º | 0.53% | 0.68% | - |
| XYZ | 26.92 | 25.56 | 11.3 | - |
| YUV | 137.57 | 96.08 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 130 | 81 | 0 | 0.25 | 0.53 | 0.32 | 31.61 | 0.36 | 0.5 |
| Hex | AE | 82 | 51 | 0 | 19 | 35 | 20 | 20 | 24 | 32 |
| Octal | 256 | 202 | 121 | 0 | 31 | 65 | 40 | 40 | 44 | 62 |
| Binary | 10101110 | 10000010 | 1010001 | 0 | 11001 | 110101 | 100000 | 100000 | 100100 | 110010 |
Color Harmonies of #AE8251
Complementary color
Monochromatic Colors of #AE8251
Black with #AE8251
Text Example
Text Example
White with #AE8251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8251; }
p { color: rgb(174,130,81); }
H1.HeaderClassName
{
color: #AE8251;
}
.AnyTagClassName
{
color: #AE8251;
}
</style>
background-color css
<style>
a { background-color: #AE8251; }
a { background-color: rgb(174,130,81); }
div.DivClassName
{
background-color: #AE8251;
}
.BgClassName
{
background-color: #AE8251;
}
</style>
border-color css
<style>
span { border-color: #AE8251; }
span { border-color: rgb(174,130,81); }
td.TdClassName
{
border-color: #AE8251;
}
.TagClassName
{
border-color: #AE8251;
}
</style>