Color Hex Logo

#aea696 Color Hex

#AEA696
(174,166,150)
0 Favorites   0 Comments

Color spaces of #aea696

RGB 174166150
HSL0.110.130.64
HSV40°14°68°
CMYK 0.000.050.14   0.32
XYZ36.596838.473134.3514
Yxy38.47310.33450.3516
Hunter Lab62.0267-3.228710.5829
CIE-Lab68.36790.09709.3096

#aea696 color RGB value is (174,166,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100110 10010110
Octal 256 246 226
Decimal 174 166 150
Hex AE A6 96

RGB Percentages of Color #aea696

%35.51
%33.88
%30.61

CMYK Percentages of Color #aea696

%0
%5
%14
%32

Triadic Colors of #aea696

#aea696 #96aea6 #a696ae

Analogous Colors of #aea696

#aea696 #aaae96 #ae9a96

Monochromatic Colors of #aea696

#aea696

Complementary Color

#aea696 #969eae

#aea696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea696 Color CSS Codes

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

#aea696 Text Font Color

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

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


#aea696 Background Color

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

This div background color is #aea696


#aea696 Border Color

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

This div border color is #aea696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea696


Comments

No comments written yet.

Please login to write comment.