#AE7E41

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

Shades of Muddy Waters #AE7E41

Tints of Muddy Waters #AE7E41

Color information

#AE7E41 (or 0xAE7E41) is unknown color: approx Muddy Waters. HEX triplet: AE, 7E and 41. RGB value is (174,126,65). Sum of RGB (Red+Green+Blue) = 174+126+65=365 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.67% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7E41 is #5181BE. Grayscale: #858585. Windows color (decimal): -5341631 or 4292270. OLE color: 4292270.

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

Color convert

RGB17412665-
CMYK00.280.630.32
HSL33.58º45.61%46.86%-
HSV(B)33.58º62.64%68.24%-
XYZ25.8724.38.33-
YUV133.489.4156.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.67%
GREEN value IS 126 (49.61% from 255) = 34.52%
BLUE value IS 65 (25.78% from 255) = 17.81%
R=47.67%
G=34.52%
B=17.81%

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
Decimal1741266500.280.630.3233.5845.6146.86
HexAE7E4101C3F20222e2f
Octal2561761010347740425657
Binary1010111011111101000001011100111111100000100010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7E41; }

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

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

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

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

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

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

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

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