Color Hex Logo

#ae9319 Color Hex

#AE9319
(174,147,25)
0 Favorites   0 Comments

Color spaces of #ae9319

RGB 17414725
HSL0.140.750.39
HSV49°86°68°
CMYK 0.000.160.86   0.32
XYZ28.064729.93635.2188
Yxy29.93630.44390.4735
Hunter Lab54.7141-4.190932.6446
CIE-Lab61.5992-1.530761.1421

#ae9319 color RGB value is (174,147,25).

#ae9319 hex color red value is 174, green value is 147 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #ae9319 hue: 0.14 , saturation: 0.75 and the lightness value of ae9319 is 0.39.

The process color (four color CMYK) of #ae9319 color hex is 0.00, 0.16, 0.86, 0.32. Web safe color of #ae9319 is #999900. Color #ae9319 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010011 00011001
Octal 256 223 31
Decimal 174 147 25
Hex AE 93 19

RGB Percentages of Color #ae9319

%50.29
%42.49
%7.23

CMYK Percentages of Color #ae9319

%0
%16
%86
%32

Triadic Colors of #ae9319

#ae9319 #19ae93 #9319ae

Analogous Colors of #ae9319

#ae9319 #7fae19 #ae4819

Monochromatic Colors of #ae9319

#ae9319

Complementary Color

#ae9319 #1934ae

#ae9319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9319 Color CSS Codes

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

#ae9319 Text Font Color

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

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


#ae9319 Background Color

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

This div background color is #ae9319


#ae9319 Border Color

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

This div border color is #ae9319


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9319


Comments

No comments written yet.

Please login to write comment.