Color Hex Logo

#ae9a1e Color Hex

#AE9A1E
(174,154,30)
0 Favorites   0 Comments

Color spaces of #ae9a1e

RGB 17415430
HSL0.140.710.40
HSV52°83°68°
CMYK 0.000.110.83   0.32
XYZ29.245532.20365.9028
Yxy32.20360.43420.4781
Hunter Lab56.7482-7.318433.5566
CIE-Lab63.5108-5.164761.3934

#ae9a1e color RGB value is (174,154,30).

#ae9a1e hex color red value is 174, green value is 154 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ae9a1e hue: 0.14 , saturation: 0.71 and the lightness value of ae9a1e is 0.40.

The process color (four color CMYK) of #ae9a1e color hex is 0.00, 0.11, 0.83, 0.32. Web safe color of #ae9a1e is #999933. Color #ae9a1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011010 00011110
Octal 256 232 36
Decimal 174 154 30
Hex AE 9A 1E

RGB Percentages of Color #ae9a1e

%48.60
%43.02
%8.38

CMYK Percentages of Color #ae9a1e

%0
%11
%83
%32

Triadic Colors of #ae9a1e

#ae9a1e #1eae9a #9a1eae

Analogous Colors of #ae9a1e

#ae9a1e #7aae1e #ae521e

Monochromatic Colors of #ae9a1e

#ae9a1e

Complementary Color

#ae9a1e #1e32ae

#ae9a1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9a1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9a1e Color CSS Codes

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

#ae9a1e Text Font Color

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

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


#ae9a1e Background Color

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

This div background color is #ae9a1e


#ae9a1e Border Color

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

This div border color is #ae9a1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9a1e


Comments

No comments written yet.

Please login to write comment.