Color Hex Logo

#aea396 Color Hex

#AEA396
(174,163,150)
0 Favorites   0 Comments

Color spaces of #aea396

RGB 174163150
HSL0.090.130.64
HSV33°14°68°
CMYK 0.000.060.14   0.32
XYZ36.057837.395134.1717
Yxy37.39510.33500.3475
Hunter Lab61.1515-1.76329.6746
CIE-Lab67.57241.73118.1759

#aea396 color RGB value is (174,163,150).

#aea396 hex color red value is 174, green value is 163 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #aea396 hue: 0.09 , saturation: 0.13 and the lightness value of aea396 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100011 10010110
Octal 256 243 226
Decimal 174 163 150
Hex AE A3 96

RGB Percentages of Color #aea396

%35.73
%33.47
%30.80

CMYK Percentages of Color #aea396

%0
%6
%14
%32

Triadic Colors of #aea396

#aea396 #96aea3 #a396ae

Analogous Colors of #aea396

#aea396 #adae96 #ae9796

Monochromatic Colors of #aea396

#aea396

Complementary Color

#aea396 #96a1ae

#aea396 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea396 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea396 Color CSS Codes

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

#aea396 Text Font Color

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

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


#aea396 Background Color

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

This div background color is #aea396


#aea396 Border Color

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

This div border color is #aea396


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea396

#aea396 Color Palettes


Comments

No comments written yet.

Please login to write comment.