Color Hex Logo

#aea071 Color Hex

#AEA071
(174,160,113)
0 Favorites   0 Comments

Color spaces of #aea071

RGB 174160113
HSL0.130.270.56
HSV46°35°68°
CMYK 0.000.080.35   0.32
XYZ33.007035.332520.7030
Yxy35.33250.37070.3968
Hunter Lab59.4411-4.903020.9584
CIE-Lab66.0067-2.030726.3847

#aea071 color RGB value is (174,160,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100000 01110001
Octal 256 240 161
Decimal 174 160 113
Hex AE A0 71

RGB Percentages of Color #aea071

%38.93
%35.79
%25.28

CMYK Percentages of Color #aea071

%0
%8
%35
%32

Triadic Colors of #aea071

#aea071 #71aea0 #a071ae

Analogous Colors of #aea071

#aea071 #9eae71 #ae8271

Monochromatic Colors of #aea071

#aea071

Complementary Color

#aea071 #717fae

#aea071 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea071 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea071 Color CSS Codes

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

#aea071 Text Font Color

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

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


#aea071 Background Color

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

This div background color is #aea071


#aea071 Border Color

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

This div border color is #aea071


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea071


Comments

No comments written yet.

Please login to write comment.