#AE7E42

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

Shades of Muddy Waters #AE7E42

Tints of Muddy Waters #AE7E42

Color information

#AE7E42 (or 0xAE7E42) is unknown color: approx Muddy Waters. HEX triplet: AE, 7E and 42. RGB value is (174,126,66). Sum of RGB (Red+Green+Blue) = 174+126+66=366 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.54% from 366); Green value is 126 (49.61% from 255 or 34.43% from 366); Blue value is 66 (26.17% from 255 or 18.03% from 366); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE7E42 is #5181BD. Grayscale: #858585. Windows color (decimal): -5341630 or 4357806. OLE color: 4357806.

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

Color convert

RGB17412666-
CMYK00.280.620.32
HSL33.33º45%47.06%-
HSV(B)33.33º62.07%68.24%-
XYZ25.924.318.48-
YUV133.5189.9156.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.54%
GREEN value IS 126 (49.61% from 255) = 34.43%
BLUE value IS 66 (26.17% from 255) = 18.03%
R=47.54%
G=34.43%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741266600.280.620.3233.334547.06
HexAE7E4201C3E20212d2f
Octal2561761020347640415557
Binary1010111011111101000010011100111110100000100001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7E42; }

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

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

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

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

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

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

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

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