Color Hex Logo

#aea46d Color Hex

#AEA46D
(174,164,109)
0 Favorites   0 Comments

Color spaces of #aea46d

RGB 174164109
HSL0.140.290.55
HSV51°37°68°
CMYK 0.000.060.37   0.32
XYZ33.491336.653719.7777
Yxy36.65370.37240.4076
Hunter Lab60.5423-7.204923.0110
CIE-Lab67.0164-4.672329.8651

#aea46d color RGB value is (174,164,109).

#aea46d hex color red value is 174, green value is 164 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #aea46d hue: 0.14 , saturation: 0.29 and the lightness value of aea46d is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100100 01101101
Octal 256 244 155
Decimal 174 164 109
Hex AE A4 6D

RGB Percentages of Color #aea46d

%38.93
%36.69
%24.38

CMYK Percentages of Color #aea46d

%0
%6
%37
%32

Triadic Colors of #aea46d

#aea46d #6daea4 #a46dae

Analogous Colors of #aea46d

#aea46d #98ae6d #ae846d

Monochromatic Colors of #aea46d

#aea46d

Complementary Color

#aea46d #6d77ae

#aea46d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea46d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea46d Color CSS Codes

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

#aea46d Text Font Color

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

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


#aea46d Background Color

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

This div background color is #aea46d


#aea46d Border Color

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

This div border color is #aea46d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea46d


Comments

No comments written yet.

Please login to write comment.