#AE7D41

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

Shades of Muddy Waters #AE7D41

Tints of Muddy Waters #AE7D41

Color information

#AE7D41 (or 0xAE7D41) is unknown color: approx Muddy Waters. HEX triplet: AE, 7D and 41. RGB value is (174,125,65). Sum of RGB (Red+Green+Blue) = 174+125+65=364 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.80% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 65 (25.78% from 255 or 17.86% from 364); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7D41 is #5182BE. Grayscale: #858585. Windows color (decimal): -5341887 or 4292014. OLE color: 4292014.

HSL color Cylindrical-coordinate representation of color #AE7D41: hue angle of 33.03º 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 #AE7D41 is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB17412565-
CMYK00.280.630.32
HSL33.03º45.61%46.86%-
HSV(B)33.03º62.64%68.24%-
XYZ25.7424.058.29-
YUV132.8189.73157.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.80%
GREEN value IS 125 (49.22% from 255) = 34.34%
BLUE value IS 65 (25.78% from 255) = 17.86%
R=47.80%
G=34.34%
B=17.86%

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
Decimal1741256500.280.630.3233.0345.6146.86
HexAE7D4101C3F20212e2f
Octal2561751010347740415657
Binary1010111011111011000001011100111111100000100001101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7D41; }

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

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

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

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

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

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

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

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