Color Hex Logo

#aea381 Color Hex

#AEA381
(174,163,129)
0 Favorites   0 Comments

Color spaces of #aea381

RGB 174163129
HSL0.130.220.59
HSV45°26°68°
CMYK 0.000.060.26   0.32
XYZ34.515236.778026.0486
Yxy36.77800.35460.3778
Hunter Lab60.6449-4.537716.9848
CIE-Lab67.1101-1.513519.1363

#aea381 color RGB value is (174,163,129).

#aea381 hex color red value is 174, green value is 163 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #aea381 hue: 0.13 , saturation: 0.22 and the lightness value of aea381 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100011 10000001
Octal 256 243 201
Decimal 174 163 129
Hex AE A3 81

RGB Percentages of Color #aea381

%37.34
%34.98
%27.68

CMYK Percentages of Color #aea381

%0
%6
%26
%32

Triadic Colors of #aea381

#aea381 #81aea3 #a381ae

Analogous Colors of #aea381

#aea381 #a3ae81 #ae8d81

Monochromatic Colors of #aea381

#aea381

Complementary Color

#aea381 #818cae

#aea381 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea381 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea381 Color CSS Codes

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

#aea381 Text Font Color

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

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


#aea381 Background Color

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

This div background color is #aea381


#aea381 Border Color

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

This div border color is #aea381


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea381


Comments

No comments written yet.

Please login to write comment.