Shades of Muddy Waters #AE8051
Tints of Muddy Waters #AE8051
RGB
CMYK
RGB Variations
Color information
#AE8051 (or 0xAE8051) is known color: Muddy Waters. HEX triplet: AE, 80 and 51. RGB value is (174,128,81). Sum of RGB (Red+Green+Blue) = 174+128+81=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 81 (32.03% from 255 or 21.15% from 383); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8051 is #517FAE. Grayscale: #888888. Windows color (decimal): -5341103 or 5341358. OLE color: 5341358.
HSL color Cylindrical-coordinate representation of color #AE8051: hue angle of 30.32º 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 #AE8051 is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 128 | 81 | - |
| CMYK | 0 | 0.26 | 0.53 | 0.32 |
| HSL | 30.32º | 0.36% | 0.5% | - |
| HSV(B) | 30.32º | 0.53% | 0.68% | - |
| XYZ | 26.66 | 25.03 | 11.21 | - |
| YUV | 136.4 | 96.74 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 128 | 81 | 0 | 0.26 | 0.53 | 0.32 | 30.32 | 0.36 | 0.5 |
| Hex | AE | 80 | 51 | 0 | 1A | 35 | 20 | 1E | 24 | 32 |
| Octal | 256 | 200 | 121 | 0 | 32 | 65 | 40 | 36 | 44 | 62 |
| Binary | 10101110 | 10000000 | 1010001 | 0 | 11010 | 110101 | 100000 | 11110 | 100100 | 110010 |
Color Harmonies of #AE8051
Complementary color
Monochromatic Colors of #AE8051
Black with #AE8051
Text Example
Text Example
White with #AE8051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8051; }
p { color: rgb(174,128,81); }
H1.HeaderClassName
{
color: #AE8051;
}
.AnyTagClassName
{
color: #AE8051;
}
</style>
background-color css
<style>
a { background-color: #AE8051; }
a { background-color: rgb(174,128,81); }
div.DivClassName
{
background-color: #AE8051;
}
.BgClassName
{
background-color: #AE8051;
}
</style>
border-color css
<style>
span { border-color: #AE8051; }
span { border-color: rgb(174,128,81); }
td.TdClassName
{
border-color: #AE8051;
}
.TagClassName
{
border-color: #AE8051;
}
</style>