Color Hex Logo

#aea290 Color Hex

#AEA290
(174,162,144)
0 Favorites   0 Comments

Color spaces of #aea290

RGB 174162144
HSL0.100.160.62
HSV36°17°68°
CMYK 0.000.070.17   0.32
XYZ35.409936.852931.6326
Yxy36.85290.34080.3547
Hunter Lab60.7066-2.118211.6002
CIE-Lab67.16651.299510.9295

#aea290 color RGB value is (174,162,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100010 10010000
Octal 256 242 220
Decimal 174 162 144
Hex AE A2 90

RGB Percentages of Color #aea290

%36.25
%33.75
%30.00

CMYK Percentages of Color #aea290

%0
%7
%17
%32

Triadic Colors of #aea290

#aea290 #90aea2 #a290ae

Analogous Colors of #aea290

#aea290 #abae90 #ae9390

Monochromatic Colors of #aea290

#aea290

Complementary Color

#aea290 #909cae

#aea290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea290 Color CSS Codes

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

#aea290 Text Font Color

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

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


#aea290 Background Color

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

This div background color is #aea290


#aea290 Border Color

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

This div border color is #aea290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea290


Comments

No comments written yet.

Please login to write comment.