Color Hex Logo

#aea086 Color Hex

#AEA086
(174,160,134)
0 Favorites   0 Comments

Color spaces of #aea086

RGB 174160134
HSL0.110.200.60
HSV39°23°68°
CMYK 0.000.080.23   0.32
XYZ34.329435.861527.6669
Yxy35.86150.35080.3665
Hunter Lab59.8845-2.470814.5269
CIE-Lab66.41400.846015.4163

#aea086 color RGB value is (174,160,134).

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

The process color (four color CMYK) of #aea086 color hex is 0.00, 0.08, 0.23, 0.32. Web safe color of #aea086 is #999999. Color #aea086 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100000 10000110
Octal 256 240 206
Decimal 174 160 134
Hex AE A0 86

RGB Percentages of Color #aea086

%37.18
%34.19
%28.63

CMYK Percentages of Color #aea086

%0
%8
%23
%32

Triadic Colors of #aea086

#aea086 #86aea0 #a086ae

Analogous Colors of #aea086

#aea086 #a8ae86 #ae8c86

Monochromatic Colors of #aea086

#aea086

Complementary Color

#aea086 #8694ae

#aea086 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea086 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea086 Color CSS Codes

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

#aea086 Text Font Color

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

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


#aea086 Background Color

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

This div background color is #aea086


#aea086 Border Color

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

This div border color is #aea086


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea086


Comments

No comments written yet.

Please login to write comment.