Color Hex Logo

#aea386 Color Hex

#AEA386
(174,163,134)
0 Favorites   0 Comments

Color spaces of #aea386

RGB 174163134
HSL0.120.200.60
HSV44°23°68°
CMYK 0.000.060.23   0.32
XYZ34.855836.914327.8423
Yxy36.91430.34990.3706
Hunter Lab60.7571-3.921215.3600
CIE-Lab67.2127-0.785916.5263

#aea386 color RGB value is (174,163,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100011 10000110
Octal 256 243 206
Decimal 174 163 134
Hex AE A3 86

RGB Percentages of Color #aea386

%36.94
%34.61
%28.45

CMYK Percentages of Color #aea386

%0
%6
%23
%32

Triadic Colors of #aea386

#aea386 #86aea3 #a386ae

Analogous Colors of #aea386

#aea386 #a5ae86 #ae8f86

Monochromatic Colors of #aea386

#aea386

Complementary Color

#aea386 #8691ae

#aea386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea386 Color CSS Codes

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

#aea386 Text Font Color

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

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


#aea386 Background Color

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

This div background color is #aea386


#aea386 Border Color

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

This div border color is #aea386


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,163,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 #aea386">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea386


Comments

No comments written yet.

Please login to write comment.