#AE7C41

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

Shades of Muddy Waters #AE7C41

Tints of Muddy Waters #AE7C41

Color information

#AE7C41 (or 0xAE7C41) is unknown color: approx Muddy Waters. HEX triplet: AE, 7C and 41. RGB value is (174,124,65). Sum of RGB (Red+Green+Blue) = 174+124+65=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 65 (25.78% from 255 or 17.91% from 363); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7C41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7C41 is #5183BE. Grayscale: #848484. Windows color (decimal): -5342143 or 4291758. OLE color: 4291758.

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

Color convert

RGB17412465-
CMYK00.290.630.32
HSL32.48º45.61%46.86%-
HSV(B)32.48º62.64%68.24%-
XYZ25.6223.88.24-
YUV132.2290.06157.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.93%
GREEN value IS 124 (48.83% from 255) = 34.16%
BLUE value IS 65 (25.78% from 255) = 17.91%
R=47.93%
G=34.16%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741246500.290.630.3232.4845.6146.86
HexAE7C4101D3F20202e2f
Octal2561741010357740405657
Binary1010111011111001000001011101111111100000100000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7C41; }

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

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

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

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

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

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

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

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