Color Hex Logo

#aea685 Color Hex

#AEA685
(174,166,133)
0 Favorites   0 Comments

Color spaces of #aea685

RGB 174166133
HSL0.130.200.60
HSV48°24°68°
CMYK 0.000.050.24   0.32
XYZ35.325437.964627.6563
Yxy37.96460.34990.3761
Hunter Lab61.6154-5.489216.5183
CIE-Lab67.9945-2.555818.1576

#aea685 color RGB value is (174,166,133).

#aea685 hex color red value is 174, green value is 166 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #aea685 hue: 0.13 , saturation: 0.20 and the lightness value of aea685 is 0.60.

The process color (four color CMYK) of #aea685 color hex is 0.00, 0.05, 0.24, 0.32. Web safe color of #aea685 is #999999. Color #aea685 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100110 10000101
Octal 256 246 205
Decimal 174 166 133
Hex AE A6 85

RGB Percentages of Color #aea685

%36.79
%35.10
%28.12

CMYK Percentages of Color #aea685

%0
%5
%24
%32

Triadic Colors of #aea685

#aea685 #85aea6 #a685ae

Analogous Colors of #aea685

#aea685 #a2ae85 #ae9285

Monochromatic Colors of #aea685

#aea685

Complementary Color

#aea685 #858dae

#aea685 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea685 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea685 Color CSS Codes

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

#aea685 Text Font Color

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

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


#aea685 Background Color

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

This div background color is #aea685


#aea685 Border Color

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

This div border color is #aea685


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea685


Comments

No comments written yet.

Please login to write comment.