Color Hex Logo

#aea196 Color Hex

#AEA196
(174,161,150)
0 Favorites   0 Comments

Color spaces of #aea196

RGB 174161150
HSL0.080.130.64
HSV28°14°68°
CMYK 0.000.070.14   0.32
XYZ35.705436.690434.0542
Yxy36.69040.33540.3447
Hunter Lab60.5726-0.78269.0677
CIE-Lab67.04412.82527.4210

#aea196 color RGB value is (174,161,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100001 10010110
Octal 256 241 226
Decimal 174 161 150
Hex AE A1 96

RGB Percentages of Color #aea196

%35.88
%33.20
%30.93

CMYK Percentages of Color #aea196

%0
%7
%14
%32

Triadic Colors of #aea196

#aea196 #96aea1 #a196ae

Analogous Colors of #aea196

#aea196 #aead96 #ae9697

Monochromatic Colors of #aea196

#aea196

Complementary Color

#aea196 #96a3ae

#aea196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea196 Color CSS Codes

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

#aea196 Text Font Color

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

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


#aea196 Background Color

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

This div background color is #aea196


#aea196 Border Color

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

This div border color is #aea196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea196


Comments

No comments written yet.

Please login to write comment.