Color Hex Logo

#aeac91 Color Hex

#AEAC91
(174,172,145)
0 Favorites   0 Comments

Color spaces of #aeac91

RGB 174172145
HSL0.160.150.63
HSV56°17°68°
CMYK 0.000.010.17   0.32
XYZ37.318940.548132.6477
Yxy40.54810.33770.3669
Hunter Lab63.6774-6.823414.1759
CIE-Lab69.8581-3.949814.1682

#aeac91 color RGB value is (174,172,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101100 10010001
Octal 256 254 221
Decimal 174 172 145
Hex AE AC 91

RGB Percentages of Color #aeac91

%35.44
%35.03
%29.53

CMYK Percentages of Color #aeac91

%0
%1
%17
%32

Triadic Colors of #aeac91

#aeac91 #91aeac #ac91ae

Analogous Colors of #aeac91

#aeac91 #a2ae91 #ae9e91

Monochromatic Colors of #aeac91

#aeac91

Complementary Color

#aeac91 #9193ae

#aeac91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeac91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeac91 Color CSS Codes

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

#aeac91 Text Font Color

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

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


#aeac91 Background Color

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

This div background color is #aeac91


#aeac91 Border Color

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

This div border color is #aeac91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeac91


Comments

No comments written yet.

Please login to write comment.