#AE7D40

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

Shades of Muddy Waters #AE7D40

Tints of Muddy Waters #AE7D40

Color information

#AE7D40 (or 0xAE7D40) is unknown color: approx Muddy Waters. HEX triplet: AE, 7D and 40. RGB value is (174,125,64). Sum of RGB (Red+Green+Blue) = 174+125+64=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7D40 is #5182BF. Grayscale: #848484. Windows color (decimal): -5341888 or 4226478. OLE color: 4226478.

HSL color Cylindrical-coordinate representation of color #AE7D40: hue angle of 33.27º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE7D40 is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB17412564-
CMYK00.280.630.32
HSL33.27º46.22%46.67%-
HSV(B)33.27º63.22%68.24%-
XYZ25.7124.048.13-
YUV132.789.23157.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.93%
GREEN value IS 125 (49.22% from 255) = 34.44%
BLUE value IS 64 (25.39% from 255) = 17.63%
R=47.93%
G=34.44%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741256400.280.630.3233.2746.2246.67
HexAE7D4001C3F20212e2f
Octal2561751000347740415657
Binary1010111011111011000000011100111111100000100001101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7D40; }

 p { color: rgb(174,125,64); }

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

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

 a { background-color: rgb(174,125,64); }

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

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

 span { border-color: rgb(174,125,64); }

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