Color Hex Logo

#ae715f Color Hex

#AE715F
(174,113,95)
0 Favorites   0 Comments

Color spaces of #ae715f

RGB 17411395
HSL0.040.330.53
HSV14°45°68°
CMYK 0.000.350.45   0.32
XYZ25.426221.635113.6624
Yxy21.63510.41870.3563
Hunter Lab46.513516.176715.1443
CIE-Lab53.637722.007019.9377

#ae715f color RGB value is (174,113,95).

#ae715f hex color red value is 174, green value is 113 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ae715f hue: 0.04 , saturation: 0.33 and the lightness value of ae715f is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110001 01011111
Octal 256 161 137
Decimal 174 113 95
Hex AE 71 5F

RGB Percentages of Color #ae715f

%45.55
%29.58
%24.87

CMYK Percentages of Color #ae715f

%0
%35
%45
%32

Triadic Colors of #ae715f

#ae715f #5fae71 #715fae

Analogous Colors of #ae715f

#ae715f #ae995f #ae5f75

Monochromatic Colors of #ae715f

#ae715f

Complementary Color

#ae715f #5f9cae

#ae715f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae715f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae715f Color CSS Codes

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

#ae715f Text Font Color

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

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


#ae715f Background Color

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

This div background color is #ae715f


#ae715f Border Color

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

This div border color is #ae715f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae715f


Comments

No comments written yet.

Please login to write comment.