Color Hex Logo

#aea190 Color Hex

#AEA190
(174,161,144)
0 Favorites   0 Comments

Color spaces of #aea190

RGB 174161144
HSL0.090.160.62
HSV34°17°68°
CMYK 0.000.070.17   0.32
XYZ35.234536.502031.5741
Yxy36.50200.34110.3533
Hunter Lab60.4169-1.630211.3066
CIE-Lab66.90171.845910.5546

#aea190 color RGB value is (174,161,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100001 10010000
Octal 256 241 220
Decimal 174 161 144
Hex AE A1 90

RGB Percentages of Color #aea190

%36.33
%33.61
%30.06

CMYK Percentages of Color #aea190

%0
%7
%17
%32

Triadic Colors of #aea190

#aea190 #90aea1 #a190ae

Analogous Colors of #aea190

#aea190 #acae90 #ae9290

Monochromatic Colors of #aea190

#aea190

Complementary Color

#aea190 #909dae

#aea190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea190 Color CSS Codes

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

#aea190 Text Font Color

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

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


#aea190 Background Color

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

This div background color is #aea190


#aea190 Border Color

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

This div border color is #aea190


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea190


Comments

No comments written yet.

Please login to write comment.