Color Hex Logo

#ae715a Color Hex

#AE715A
(174,113,90)
0 Favorites   0 Comments

Color spaces of #ae715a

RGB 17411390
HSL0.050.340.52
HSV16°48°68°
CMYK 0.000.350.48   0.32
XYZ25.206121.547112.5034
Yxy21.54710.42540.3636
Hunter Lab46.418915.695116.5228
CIE-Lab53.543121.482222.6901

#ae715a color RGB value is (174,113,90).

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

The process color (four color CMYK) of #ae715a color hex is 0.00, 0.35, 0.48, 0.32. Web safe color of #ae715a is #996666. Color #ae715a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110001 01011010
Octal 256 161 132
Decimal 174 113 90
Hex AE 71 5A

RGB Percentages of Color #ae715a

%46.15
%29.97
%23.87

CMYK Percentages of Color #ae715a

%0
%35
%48
%32

Triadic Colors of #ae715a

#ae715a #5aae71 #715aae

Analogous Colors of #ae715a

#ae715a #ae9b5a #ae5a6d

Monochromatic Colors of #ae715a

#ae715a

Complementary Color

#ae715a #5a97ae

#ae715a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae715a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae715a Color CSS Codes

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

#ae715a Text Font Color

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

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


#ae715a Background Color

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

This div background color is #ae715a


#ae715a Border Color

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

This div border color is #ae715a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae715a


Comments

No comments written yet.

Please login to write comment.