Shades of Muddy Waters #AE8453
Tints of Muddy Waters #AE8453
RGB
CMYK
RGB Variations
Color information
#AE8453 (or 0xAE8453) is known color: Muddy Waters. HEX triplet: AE, 84 and 53. RGB value is (174,132,83). Sum of RGB (Red+Green+Blue) = 174+132+83=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 83 (32.81% from 255 or 21.34% from 389); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8453 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8453 is #517BAC. Grayscale: #8B8B8B. Windows color (decimal): -5340077 or 5473454. OLE color: 5473454.
HSL color Cylindrical-coordinate representation of color #AE8453: hue angle of 32.31º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE8453 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 132 | 83 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.32 |
| HSL | 32.31º | 0.36% | 0.5% | - |
| HSV(B) | 32.31º | 0.52% | 0.68% | - |
| XYZ | 27.27 | 26.13 | 11.79 | - |
| YUV | 138.97 | 96.41 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 132 | 83 | 0 | 0.24 | 0.52 | 0.32 | 32.31 | 0.36 | 0.5 |
| Hex | AE | 84 | 53 | 0 | 18 | 34 | 20 | 20 | 24 | 32 |
| Octal | 256 | 204 | 123 | 0 | 30 | 64 | 40 | 40 | 44 | 62 |
| Binary | 10101110 | 10000100 | 1010011 | 0 | 11000 | 110100 | 100000 | 100000 | 100100 | 110010 |
Color Harmonies of #AE8453
Complementary color
Monochromatic Colors of #AE8453
Black with #AE8453
Text Example
Text Example
White with #AE8453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8453; }
p { color: rgb(174,132,83); }
H1.HeaderClassName
{
color: #AE8453;
}
.AnyTagClassName
{
color: #AE8453;
}
</style>
background-color css
<style>
a { background-color: #AE8453; }
a { background-color: rgb(174,132,83); }
div.DivClassName
{
background-color: #AE8453;
}
.BgClassName
{
background-color: #AE8453;
}
</style>
border-color css
<style>
span { border-color: #AE8453; }
span { border-color: rgb(174,132,83); }
td.TdClassName
{
border-color: #AE8453;
}
.TagClassName
{
border-color: #AE8453;
}
</style>