Color Hex Logo

#aea671 Color Hex

#AEA671
(174,166,113)
0 Favorites   0 Comments

Color spaces of #aea671

RGB 174166113
HSL0.140.270.56
HSV52°35°68°
CMYK 0.000.050.35   0.32
XYZ34.072437.463421.0581
Yxy37.46340.36800.4046
Hunter Lab61.2074-7.747022.4467
CIE-Lab67.6233-5.257228.5181

#aea671 color RGB value is (174,166,113).

#aea671 hex color red value is 174, green value is 166 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #aea671 hue: 0.14 , saturation: 0.27 and the lightness value of aea671 is 0.56.

The process color (four color CMYK) of #aea671 color hex is 0.00, 0.05, 0.35, 0.32. Web safe color of #aea671 is #999966. Color #aea671 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100110 01110001
Octal 256 246 161
Decimal 174 166 113
Hex AE A6 71

RGB Percentages of Color #aea671

%38.41
%36.64
%24.94

CMYK Percentages of Color #aea671

%0
%5
%35
%32

Triadic Colors of #aea671

#aea671 #71aea6 #a671ae

Analogous Colors of #aea671

#aea671 #98ae71 #ae8871

Monochromatic Colors of #aea671

#aea671

Complementary Color

#aea671 #7179ae

#aea671 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea671 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea671 Color CSS Codes

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

#aea671 Text Font Color

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

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


#aea671 Background Color

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

This div background color is #aea671


#aea671 Border Color

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

This div border color is #aea671


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea671


Comments

No comments written yet.

Please login to write comment.