Color Hex Logo

#ae7154 Color Hex

#AE7154
(174,113,84)
0 Favorites   0 Comments

Color spaces of #ae7154

RGB 17411384
HSL0.050.360.51
HSV19°52°68°
CMYK 0.000.350.52   0.32
XYZ24.960921.449011.2120
Yxy21.44900.43320.3722
Hunter Lab46.313115.156518.0655
CIE-Lab53.437420.892825.9770

#ae7154 color RGB value is (174,113,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110001 01010100
Octal 256 161 124
Decimal 174 113 84
Hex AE 71 54

RGB Percentages of Color #ae7154

%46.90
%30.46
%22.64

CMYK Percentages of Color #ae7154

%0
%35
%52
%32

Triadic Colors of #ae7154

#ae7154 #54ae71 #7154ae

Analogous Colors of #ae7154

#ae7154 #ae9e54 #ae5464

Monochromatic Colors of #ae7154

#ae7154

Complementary Color

#ae7154 #5491ae

#ae7154 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7154 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7154 Color CSS Codes

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

#ae7154 Text Font Color

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

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


#ae7154 Background Color

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

This div background color is #ae7154


#ae7154 Border Color

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

This div border color is #ae7154


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7154


Comments

No comments written yet.

Please login to write comment.