Color Hex Logo

#aea491 Color Hex

#AEA491
(174,164,145)
0 Favorites   0 Comments

Color spaces of #aea491

RGB 174164145
HSL0.110.150.63
HSV39°17°68°
CMYK 0.000.060.17   0.32
XYZ35.841937.593932.1553
Yxy37.59390.33940.3560
Hunter Lab61.3139-2.954511.8258
CIE-Lab67.72020.370011.1585

#aea491 color RGB value is (174,164,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100100 10010001
Octal 256 244 221
Decimal 174 164 145
Hex AE A4 91

RGB Percentages of Color #aea491

%36.02
%33.95
%30.02

CMYK Percentages of Color #aea491

%0
%6
%17
%32

Triadic Colors of #aea491

#aea491 #91aea4 #a491ae

Analogous Colors of #aea491

#aea491 #aaae91 #ae9691

Monochromatic Colors of #aea491

#aea491

Complementary Color

#aea491 #919bae

#aea491 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea491 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea491 Color CSS Codes

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

#aea491 Text Font Color

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

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


#aea491 Background Color

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

This div background color is #aea491


#aea491 Border Color

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

This div border color is #aea491


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea491

#aea491 Color Palettes


Comments

No comments written yet.

Please login to write comment.