Color Hex Logo

#ae7e59 Color Hex

#AE7E59
(174,126,89)
0 Favorites   0 Comments

Color spaces of #ae7e59

RGB 17412689
HSL0.070.340.52
HSV26°49°68°
CMYK 0.000.280.49   0.32
XYZ26.719624.641612.7992
Yxy24.64160.41650.3841
Hunter Lab49.64039.209619.4609
CIE-Lab56.724514.074327.4146

#ae7e59 color RGB value is (174,126,89).

#ae7e59 hex color red value is 174, green value is 126 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #ae7e59 hue: 0.07 , saturation: 0.34 and the lightness value of ae7e59 is 0.52.

The process color (four color CMYK) of #ae7e59 color hex is 0.00, 0.28, 0.49, 0.32. Web safe color of #ae7e59 is #996666. Color #ae7e59 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111110 01011001
Octal 256 176 131
Decimal 174 126 89
Hex AE 7E 59

RGB Percentages of Color #ae7e59

%44.73
%32.39
%22.88

CMYK Percentages of Color #ae7e59

%0
%28
%49
%32

Triadic Colors of #ae7e59

#ae7e59 #59ae7e #7e59ae

Analogous Colors of #ae7e59

#ae7e59 #aea959 #ae595e

Monochromatic Colors of #ae7e59

#ae7e59

Complementary Color

#ae7e59 #5989ae

#ae7e59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7e59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7e59 Color CSS Codes

.mybgcolor {background-color:#ae7e59; } 
.myforecolor {color:#ae7e59; }
.mybordercolor {border:3px solid #ae7e59; }

#ae7e59 Text Font Color

<p style="color:#ae7e59">Text here</p>

This sample text font color is #ae7e59
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ae7e59 Background Color

<div style="background-color:#ae7e59">
Div content here</div>

This div background color is #ae7e59


#ae7e59 Border Color

<div style="border:3px solid #ae7e59">
Div here</div>

This div border color is #ae7e59


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(174,126,89, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ae7e59; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ae7e59;
  -webkit-box-shadow: 1px 1px 3px 2px #ae7e59;
  box-shadow:         1px 1px 3px 2px #ae7e59; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,126,89, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ae7e59">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ae7e59;
  -webkit-box-shadow: 1px 1px 3px 2px #ae7e59;
  box-shadow:         1px 1px 3px 2px #ae7e59;">
Div content here</div>

This div box has shadow with color #ae7e59


Comments

No comments written yet.

Please login to write comment.