Color Hex Logo

#ae9031 Color Hex

#AE9031
(174,144,49)
0 Favorites   0 Comments

Color spaces of #ae9031

RGB 17414449
HSL0.130.560.44
HSV46°72°68°
CMYK 0.000.170.72   0.32
XYZ27.983229.16697.0606
Yxy29.16690.43580.4542
Hunter Lab54.0064-2.022130.0531
CIE-Lab60.92861.037152.2847

#ae9031 color RGB value is (174,144,49).

#ae9031 hex color red value is 174, green value is 144 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #ae9031 hue: 0.13 , saturation: 0.56 and the lightness value of ae9031 is 0.44.

The process color (four color CMYK) of #ae9031 color hex is 0.00, 0.17, 0.72, 0.32. Web safe color of #ae9031 is #999933. Color #ae9031 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010000 00110001
Octal 256 220 61
Decimal 174 144 49
Hex AE 90 31

RGB Percentages of Color #ae9031

%47.41
%39.24
%13.35

CMYK Percentages of Color #ae9031

%0
%17
%72
%32

Triadic Colors of #ae9031

#ae9031 #31ae90 #9031ae

Analogous Colors of #ae9031

#ae9031 #8eae31 #ae5231

Monochromatic Colors of #ae9031

#ae9031

Complementary Color

#ae9031 #314fae

#ae9031 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9031 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9031 Color CSS Codes

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

#ae9031 Text Font Color

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

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


#ae9031 Background Color

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

This div background color is #ae9031


#ae9031 Border Color

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

This div border color is #ae9031


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9031


Comments

No comments written yet.

Please login to write comment.