Color Hex Logo

#aea962 Color Hex

#AEA962
(174,169,98)
0 Favorites   0 Comments

Color spaces of #aea962

RGB 17416998
HSL0.160.320.53
HSV56°44°68°
CMYK 0.000.030.44   0.32
XYZ33.848138.256417.1555
Yxy38.25640.37920.4286
Hunter Lab61.8518-10.557226.8513
CIE-Lab68.2092-8.563837.1665

#aea962 color RGB value is (174,169,98).

#aea962 hex color red value is 174, green value is 169 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #aea962 hue: 0.16 , saturation: 0.32 and the lightness value of aea962 is 0.53.

The process color (four color CMYK) of #aea962 color hex is 0.00, 0.03, 0.44, 0.32. Web safe color of #aea962 is #999966. Color #aea962 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101001 01100010
Octal 256 251 142
Decimal 174 169 98
Hex AE A9 62

RGB Percentages of Color #aea962

%39.46
%38.32
%22.22

CMYK Percentages of Color #aea962

%0
%3
%44
%32

Triadic Colors of #aea962

#aea962 #62aea9 #a962ae

Analogous Colors of #aea962

#aea962 #8dae62 #ae8362

Monochromatic Colors of #aea962

#aea962

Complementary Color

#aea962 #6267ae

#aea962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea962 Color CSS Codes

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

#aea962 Text Font Color

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

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


#aea962 Background Color

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

This div background color is #aea962


#aea962 Border Color

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

This div border color is #aea962


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea962


Comments

No comments written yet.

Please login to write comment.