Color Hex Logo

#aea479 Color Hex

#AEA479
(174,164,121)
0 Favorites   0 Comments

Color spaces of #aea479

RGB 174164121
HSL0.140.250.58
HSV49°30°68°
CMYK 0.000.060.30   0.32
XYZ34.182236.930123.4158
Yxy36.93010.36160.3907
Hunter Lab60.7701-5.944419.6936
CIE-Lab67.2246-3.157523.6659

#aea479 color RGB value is (174,164,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100100 01111001
Octal 256 244 171
Decimal 174 164 121
Hex AE A4 79

RGB Percentages of Color #aea479

%37.91
%35.73
%26.36

CMYK Percentages of Color #aea479

%0
%6
%30
%32

Triadic Colors of #aea479

#aea479 #79aea4 #a479ae

Analogous Colors of #aea479

#aea479 #9eae79 #ae8a79

Monochromatic Colors of #aea479

#aea479

Complementary Color

#aea479 #7983ae

#aea479 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea479 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea479 Color CSS Codes

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

#aea479 Text Font Color

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

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


#aea479 Background Color

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

This div background color is #aea479


#aea479 Border Color

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

This div border color is #aea479


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea479


Comments

No comments written yet.

Please login to write comment.