Color Hex Logo

#aea47f Color Hex

#AEA47F
(174,164,127)
0 Favorites   0 Comments

Color spaces of #aea47f

RGB 174164127
HSL0.130.220.59
HSV47°27°68°
CMYK 0.000.060.27   0.32
XYZ34.561837.081925.4146
Yxy37.08190.35610.3821
Hunter Lab60.8949-5.255817.8816
CIE-Lab67.3384-2.337020.5455

#aea47f color RGB value is (174,164,127).

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

The process color (four color CMYK) of #aea47f color hex is 0.00, 0.06, 0.27, 0.32. Web safe color of #aea47f is #999966. Color #aea47f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100100 01111111
Octal 256 244 177
Decimal 174 164 127
Hex AE A4 7F

RGB Percentages of Color #aea47f

%37.42
%35.27
%27.31

CMYK Percentages of Color #aea47f

%0
%6
%27
%32

Triadic Colors of #aea47f

#aea47f #7faea4 #a47fae

Analogous Colors of #aea47f

#aea47f #a1ae7f #ae8d7f

Monochromatic Colors of #aea47f

#aea47f

Complementary Color

#aea47f #7f89ae

#aea47f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea47f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea47f Color CSS Codes

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

#aea47f Text Font Color

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

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


#aea47f Background Color

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

This div background color is #aea47f


#aea47f Border Color

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

This div border color is #aea47f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea47f


Comments

No comments written yet.

Please login to write comment.