Color Hex Logo

#aea460 Color Hex

#AEA460
(174,164,96)
0 Favorites   0 Comments

Color spaces of #aea460

RGB 17416496
HSL0.150.330.53
HSV52°45°68°
CMYK 0.000.060.45   0.32
XYZ32.842336.394116.3601
Yxy36.39410.38370.4252
Hunter Lab60.3275-8.397826.1505
CIE-Lab66.8200-6.121636.4672

#aea460 color RGB value is (174,164,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100100 01100000
Octal 256 244 140
Decimal 174 164 96
Hex AE A4 60

RGB Percentages of Color #aea460

%40.09
%37.79
%22.12

CMYK Percentages of Color #aea460

%0
%6
%45
%32

Triadic Colors of #aea460

#aea460 #60aea4 #a460ae

Analogous Colors of #aea460

#aea460 #91ae60 #ae7d60

Monochromatic Colors of #aea460

#aea460

Complementary Color

#aea460 #606aae

#aea460 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea460 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea460 Color CSS Codes

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

#aea460 Text Font Color

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

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


#aea460 Background Color

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

This div background color is #aea460


#aea460 Border Color

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

This div border color is #aea460


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea460


Comments

No comments written yet.

Please login to write comment.