Color Hex Logo

#ae8527 Color Hex

#AE8527
(174,133,39)
0 Favorites   0 Comments

Color spaces of #ae8527

RGB 17413339
HSL0.120.630.42
HSV42°78°68°
CMYK 0.000.240.78   0.32
XYZ26.209325.92025.5412
Yxy25.92020.45450.4495
Hunter Lab50.91192.795529.1853
CIE-Lab57.96126.645253.4035

#ae8527 color RGB value is (174,133,39).

#ae8527 hex color red value is 174, green value is 133 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #ae8527 hue: 0.12 , saturation: 0.63 and the lightness value of ae8527 is 0.42.

The process color (four color CMYK) of #ae8527 color hex is 0.00, 0.24, 0.78, 0.32. Web safe color of #ae8527 is #999933. Color #ae8527 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000101 00100111
Octal 256 205 47
Decimal 174 133 39
Hex AE 85 27

RGB Percentages of Color #ae8527

%50.29
%38.44
%11.27

CMYK Percentages of Color #ae8527

%0
%24
%78
%32

Triadic Colors of #ae8527

#ae8527 #27ae85 #8527ae

Analogous Colors of #ae8527

#ae8527 #94ae27 #ae4227

Monochromatic Colors of #ae8527

#ae8527

Complementary Color

#ae8527 #2750ae

#ae8527 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8527 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8527 Color CSS Codes

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

#ae8527 Text Font Color

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

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


#ae8527 Background Color

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

This div background color is #ae8527


#ae8527 Border Color

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

This div border color is #ae8527


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8527


Comments

No comments written yet.

Please login to write comment.