Shades of Muddy Waters #AE8254
Tints of Muddy Waters #AE8254
RGB
CMYK
RGB Variations
Color information
#AE8254 (or 0xAE8254) is known color: Muddy Waters. HEX triplet: AE, 82 and 54. RGB value is (174,130,84). Sum of RGB (Red+Green+Blue) = 174+130+84=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 84 (33.20% from 255 or 21.65% from 388); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8254 is #517DAB. Grayscale: #8A8A8A. Windows color (decimal): -5340588 or 5538478. OLE color: 5538478.
HSL color Cylindrical-coordinate representation of color #AE8254: hue angle of 30.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE8254 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 130 | 84 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.32 |
| HSL | 30.67º | 0.36% | 0.51% | - |
| HSV(B) | 30.67º | 0.52% | 0.68% | - |
| XYZ | 27.04 | 25.6 | 11.9 | - |
| YUV | 137.91 | 97.58 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 130 | 84 | 0 | 0.25 | 0.52 | 0.32 | 30.67 | 0.36 | 0.51 |
| Hex | AE | 82 | 54 | 0 | 19 | 34 | 20 | 1F | 24 | 33 |
| Octal | 256 | 202 | 124 | 0 | 31 | 64 | 40 | 37 | 44 | 63 |
| Binary | 10101110 | 10000010 | 1010100 | 0 | 11001 | 110100 | 100000 | 11111 | 100100 | 110011 |
Color Harmonies of #AE8254
Complementary color
Monochromatic Colors of #AE8254
Black with #AE8254
Text Example
Text Example
White with #AE8254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8254; }
p { color: rgb(174,130,84); }
H1.HeaderClassName
{
color: #AE8254;
}
.AnyTagClassName
{
color: #AE8254;
}
</style>
background-color css
<style>
a { background-color: #AE8254; }
a { background-color: rgb(174,130,84); }
div.DivClassName
{
background-color: #AE8254;
}
.BgClassName
{
background-color: #AE8254;
}
</style>
border-color css
<style>
span { border-color: #AE8254; }
span { border-color: rgb(174,130,84); }
td.TdClassName
{
border-color: #AE8254;
}
.TagClassName
{
border-color: #AE8254;
}
</style>