Color Hex Logo

#ae7957 Color Hex

#AE7957
(174,121,87)
0 Favorites   0 Comments

Color spaces of #ae7957

RGB 17412187
HSL0.070.350.51
HSV23°50°68°
CMYK 0.000.300.50   0.32
XYZ26.013223.361512.1550
Yxy23.36150.42280.3797
Hunter Lab48.333711.484618.9233
CIE-Lab55.442816.686926.8767

#ae7957 color RGB value is (174,121,87).

#ae7957 hex color red value is 174, green value is 121 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #ae7957 hue: 0.07 , saturation: 0.35 and the lightness value of ae7957 is 0.51.

The process color (four color CMYK) of #ae7957 color hex is 0.00, 0.30, 0.50, 0.32. Web safe color of #ae7957 is #996666. Color #ae7957 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111001 01010111
Octal 256 171 127
Decimal 174 121 87
Hex AE 79 57

RGB Percentages of Color #ae7957

%45.55
%31.68
%22.77

CMYK Percentages of Color #ae7957

%0
%30
%50
%32

Triadic Colors of #ae7957

#ae7957 #57ae79 #7957ae

Analogous Colors of #ae7957

#ae7957 #aea557 #ae5760

Monochromatic Colors of #ae7957

#ae7957

Complementary Color

#ae7957 #578cae

#ae7957 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7957 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7957 Color CSS Codes

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

#ae7957 Text Font Color

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

This sample text font color is #ae7957
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.


#ae7957 Background Color

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

This div background color is #ae7957


#ae7957 Border Color

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

This div border color is #ae7957


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7957


Comments

No comments written yet.

Please login to write comment.