Color Hex Logo

#ae715d Color Hex

#AE715D
(174,113,93)
0 Favorites   0 Comments

Color spaces of #ae715d

RGB 17411393
HSL0.040.330.52
HSV15°47°68°
CMYK 0.000.350.47   0.32
XYZ25.336521.599213.1896
Yxy21.59920.42140.3592
Hunter Lab46.474915.980815.7059
CIE-Lab53.599121.793821.0398

#ae715d color RGB value is (174,113,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110001 01011101
Octal 256 161 135
Decimal 174 113 93
Hex AE 71 5D

RGB Percentages of Color #ae715d

%45.79
%29.74
%24.47

CMYK Percentages of Color #ae715d

%0
%35
%47
%32

Triadic Colors of #ae715d

#ae715d #5dae71 #715dae

Analogous Colors of #ae715d

#ae715d #ae9a5d #ae5d72

Monochromatic Colors of #ae715d

#ae715d

Complementary Color

#ae715d #5d9aae

#ae715d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae715d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae715d Color CSS Codes

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

#ae715d Text Font Color

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

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


#ae715d Background Color

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

This div background color is #ae715d


#ae715d Border Color

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

This div border color is #ae715d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae715d

#ae715d Color Palettes


Comments

No comments written yet.

Please login to write comment.