Color Hex Logo

#aea462 Color Hex

#AEA462
(174,164,98)
0 Favorites   0 Comments

Color spaces of #aea462

RGB 17416498
HSL0.140.320.53
HSV52°44°68°
CMYK 0.000.060.44   0.32
XYZ32.935636.431416.8514
Yxy36.43140.38200.4225
Hunter Lab60.3584-8.225725.6978
CIE-Lab66.8482-5.911635.4621

#aea462 color RGB value is (174,164,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100100 01100010
Octal 256 244 142
Decimal 174 164 98
Hex AE A4 62

RGB Percentages of Color #aea462

%39.91
%37.61
%22.48

CMYK Percentages of Color #aea462

%0
%6
%44
%32

Triadic Colors of #aea462

#aea462 #62aea4 #a462ae

Analogous Colors of #aea462

#aea462 #92ae62 #ae7e62

Monochromatic Colors of #aea462

#aea462

Complementary Color

#aea462 #626cae

#aea462 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea462 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea462 Color CSS Codes

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

#aea462 Text Font Color

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

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


#aea462 Background Color

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

This div background color is #aea462


#aea462 Border Color

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

This div border color is #aea462


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,164,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 #aea462">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea462


Comments

No comments written yet.

Please login to write comment.