Color Hex Logo

#aea490 Color Hex

#AEA490
(174,164,144)
0 Favorites   0 Comments

Color spaces of #aea490

RGB 174164144
HSL0.110.160.62
HSV40°17°68°
CMYK 0.000.060.17   0.32
XYZ35.765137.563231.7510
Yxy37.56320.34040.3575
Hunter Lab61.2888-3.091712.1867
CIE-Lab67.69740.210111.6798

#aea490 color RGB value is (174,164,144).

#aea490 hex color red value is 174, green value is 164 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #aea490 hue: 0.11 , saturation: 0.16 and the lightness value of aea490 is 0.62.

The process color (four color CMYK) of #aea490 color hex is 0.00, 0.06, 0.17, 0.32. Web safe color of #aea490 is #999999. Color #aea490 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100100 10010000
Octal 256 244 220
Decimal 174 164 144
Hex AE A4 90

RGB Percentages of Color #aea490

%36.10
%34.02
%29.88

CMYK Percentages of Color #aea490

%0
%6
%17
%32

Triadic Colors of #aea490

#aea490 #90aea4 #a490ae

Analogous Colors of #aea490

#aea490 #a9ae90 #ae9590

Monochromatic Colors of #aea490

#aea490

Complementary Color

#aea490 #909aae

#aea490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea490 Color CSS Codes

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

#aea490 Text Font Color

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

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


#aea490 Background Color

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

This div background color is #aea490


#aea490 Border Color

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

This div border color is #aea490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea490


Comments

No comments written yet.

Please login to write comment.