Color Hex Logo

#aeaa74 Color Hex

#AEAA74
(174,170,116)
0 Favorites   0 Comments

Color spaces of #aeaa74

RGB 174170116
HSL0.160.260.57
HSV56°33°68°
CMYK 0.000.020.33   0.32
XYZ34.982739.009122.2087
Yxy39.00910.36360.4055
Hunter Lab62.4573-9.321322.6376
CIE-Lab68.7579-7.012428.4050

#aeaa74 color RGB value is (174,170,116).

#aeaa74 hex color red value is 174, green value is 170 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #aeaa74 hue: 0.16 , saturation: 0.26 and the lightness value of aeaa74 is 0.57.

The process color (four color CMYK) of #aeaa74 color hex is 0.00, 0.02, 0.33, 0.32. Web safe color of #aeaa74 is #999966. Color #aeaa74 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101010 01110100
Octal 256 252 164
Decimal 174 170 116
Hex AE AA 74

RGB Percentages of Color #aeaa74

%37.83
%36.96
%25.22

CMYK Percentages of Color #aeaa74

%0
%2
%33
%32

Triadic Colors of #aeaa74

#aeaa74 #74aeaa #aa74ae

Analogous Colors of #aeaa74

#aeaa74 #95ae74 #ae8d74

Monochromatic Colors of #aeaa74

#aeaa74

Complementary Color

#aeaa74 #7478ae

#aeaa74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaa74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaa74 Color CSS Codes

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

#aeaa74 Text Font Color

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

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


#aeaa74 Background Color

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

This div background color is #aeaa74


#aeaa74 Border Color

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

This div border color is #aeaa74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaa74


Comments

No comments written yet.

Please login to write comment.