#AE7C54

Color #AE7C54 Muddy Waters (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Muddy Waters #AE7C54

Tints of Muddy Waters #AE7C54

Color information

#AE7C54 (or 0xAE7C54) is unknown color: approx Muddy Waters. HEX triplet: AE, 7C and 54. RGB value is (174,124,84). Sum of RGB (Red+Green+Blue) = 174+124+84=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 84 (33.20% from 255 or 21.99% from 382); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7C54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7C54 is #5183AB. Grayscale: #868686. Windows color (decimal): -5342124 or 5536942. OLE color: 5536942.

HSL color Cylindrical-coordinate representation of color #AE7C54: hue angle of 26.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 #AE7C54 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.32.

Color convert

RGB17412484-
CMYK00.290.520.32
HSL26.67º35.71%50.59%-
HSV(B)26.67º51.72%68.24%-
XYZ26.2624.0511.65-
YUV134.3999.56156.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 45.55%
GREEN value IS 124 (48.83% from 255) = 32.46%
BLUE value IS 84 (33.20% from 255) = 21.99%
R=45.55%
G=32.46%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741248400.290.520.3226.6735.7150.59
HexAE7C5401D34201b2433
Octal2561741240356440334463
Binary101011101111100101010001110111010010000011011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7C54; }

 p { color: rgb(174,124,84); }

 H1.HeaderClassName
 {
   color: #AE7C54;
 }
 .AnyTagClassName
 {
   color: #AE7C54;
 }
</style>
background-color css

<style>
 a { background-color: #AE7C54; }

 a { background-color: rgb(174,124,84); }

 div.DivClassName
 {
   background-color: #AE7C54;
 }
 .BgClassName
 {
   background-color: #AE7C54;
 }
</style>
border-color css

<style>
 span { border-color: #AE7C54; }

 span { border-color: rgb(174,124,84); }

 td.TdClassName
 {
   border-color: #AE7C54;
 }
 .TagClassName
 {
   border-color: #AE7C54;
 }
</style>