Color Hex Logo

#ae8e60 Color Hex

#AE8E60
(174,142,96)
0 Favorites   0 Comments

Color spaces of #ae8e60

RGB 17414296
HSL0.100.330.53
HSV35°45°68°
CMYK 0.000.180.45   0.32
XYZ29.239929.189215.1593
Yxy29.18920.39730.3967
Hunter Lab54.02702.058521.1829
CIE-Lab60.94825.859229.0113

#ae8e60 color RGB value is (174,142,96).

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

The process color (four color CMYK) of #ae8e60 color hex is 0.00, 0.18, 0.45, 0.32. Web safe color of #ae8e60 is #999966. Color #ae8e60 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001110 01100000
Octal 256 216 140
Decimal 174 142 96
Hex AE 8E 60

RGB Percentages of Color #ae8e60

%42.23
%34.47
%23.30

CMYK Percentages of Color #ae8e60

%0
%18
%45
%32

Triadic Colors of #ae8e60

#ae8e60 #60ae8e #8e60ae

Analogous Colors of #ae8e60

#ae8e60 #a7ae60 #ae6760

Monochromatic Colors of #ae8e60

#ae8e60

Complementary Color

#ae8e60 #6080ae

#ae8e60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8e60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8e60 Color CSS Codes

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

#ae8e60 Text Font Color

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

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


#ae8e60 Background Color

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

This div background color is #ae8e60


#ae8e60 Border Color

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

This div border color is #ae8e60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8e60


Comments

No comments written yet.

Please login to write comment.