Shades of Muddy Waters #AE8256
Tints of Muddy Waters #AE8256
RGB
CMYK
RGB Variations
Color information
#AE8256 (or 0xAE8256) is known color: Muddy Waters. HEX triplet: AE, 82 and 56. RGB value is (174,130,86). Sum of RGB (Red+Green+Blue) = 174+130+86=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 86 (33.98% from 255 or 22.05% from 390); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8256 is #517DA9. Grayscale: #8A8A8A. Windows color (decimal): -5340586 or 5669550. OLE color: 5669550.
HSL color Cylindrical-coordinate representation of color #AE8256: hue angle of 30º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AE8256 is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 130 | 86 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.32 |
| HSL | 30º | 0.35% | 0.51% | - |
| HSV(B) | 30º | 0.51% | 0.68% | - |
| XYZ | 27.12 | 25.64 | 12.32 | - |
| YUV | 138.14 | 98.58 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 130 | 86 | 0 | 0.25 | 0.51 | 0.32 | 30 | 0.35 | 0.51 |
| Hex | AE | 82 | 56 | 0 | 19 | 33 | 20 | 1E | 23 | 33 |
| Octal | 256 | 202 | 126 | 0 | 31 | 63 | 40 | 36 | 43 | 63 |
| Binary | 10101110 | 10000010 | 1010110 | 0 | 11001 | 110011 | 100000 | 11110 | 100011 | 110011 |
Color Harmonies of #AE8256
Complementary color
Monochromatic Colors of #AE8256
Black with #AE8256
Text Example
Text Example
White with #AE8256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8256; }
p { color: rgb(174,130,86); }
H1.HeaderClassName
{
color: #AE8256;
}
.AnyTagClassName
{
color: #AE8256;
}
</style>
background-color css
<style>
a { background-color: #AE8256; }
a { background-color: rgb(174,130,86); }
div.DivClassName
{
background-color: #AE8256;
}
.BgClassName
{
background-color: #AE8256;
}
</style>
border-color css
<style>
span { border-color: #AE8256; }
span { border-color: rgb(174,130,86); }
td.TdClassName
{
border-color: #AE8256;
}
.TagClassName
{
border-color: #AE8256;
}
</style>