Color Hex Logo

#aea669 Color Hex

#AEA669
(174,166,105)
0 Favorites   0 Comments

Color spaces of #aea669

RGB 174166105
HSL0.150.300.55
HSV53°40°68°
CMYK 0.000.050.40   0.32
XYZ33.641637.291018.7894
Yxy37.29100.37500.4156
Hunter Lab61.0664-8.530124.5036
CIE-Lab67.4948-6.206832.6089

#aea669 color RGB value is (174,166,105).

#aea669 hex color red value is 174, green value is 166 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #aea669 hue: 0.15 , saturation: 0.30 and the lightness value of aea669 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100110 01101001
Octal 256 246 151
Decimal 174 166 105
Hex AE A6 69

RGB Percentages of Color #aea669

%39.10
%37.30
%23.60

CMYK Percentages of Color #aea669

%0
%5
%40
%32

Triadic Colors of #aea669

#aea669 #69aea6 #a669ae

Analogous Colors of #aea669

#aea669 #94ae69 #ae8469

Monochromatic Colors of #aea669

#aea669

Complementary Color

#aea669 #6971ae

#aea669 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea669 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea669 Color CSS Codes

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

#aea669 Text Font Color

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

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


#aea669 Background Color

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

This div background color is #aea669


#aea669 Border Color

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

This div border color is #aea669


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea669


Comments

No comments written yet.

Please login to write comment.