Color Hex Logo

#aea73e Color Hex

#AEA73E
(174,167,62)
0 Favorites   0 Comments

Color spaces of #aea73e

RGB 17416762
HSL0.160.470.46
HSV56°64°68°
CMYK 0.000.040.64   0.32
XYZ32.143836.983910.0019
Yxy36.98390.40620.4674
Hunter Lab60.8144-12.078032.8189
CIE-Lab67.2649-10.544953.3192

#aea73e color RGB value is (174,167,62).

#aea73e hex color red value is 174, green value is 167 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #aea73e hue: 0.16 , saturation: 0.47 and the lightness value of aea73e is 0.46.

The process color (four color CMYK) of #aea73e color hex is 0.00, 0.04, 0.64, 0.32. Web safe color of #aea73e is #999933. Color #aea73e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100111 00111110
Octal 256 247 76
Decimal 174 167 62
Hex AE A7 3E

RGB Percentages of Color #aea73e

%43.18
%41.44
%15.38

CMYK Percentages of Color #aea73e

%0
%4
%64
%32

Triadic Colors of #aea73e

#aea73e #3eaea7 #a73eae

Analogous Colors of #aea73e

#aea73e #7dae3e #ae6f3e

Monochromatic Colors of #aea73e

#aea73e

Complementary Color

#aea73e #3e45ae

#aea73e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea73e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea73e Color CSS Codes

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

#aea73e Text Font Color

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

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


#aea73e Background Color

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

This div background color is #aea73e


#aea73e Border Color

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

This div border color is #aea73e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea73e


Comments

No comments written yet.

Please login to write comment.