Color Hex Logo

#aea195 Color Hex

#AEA195
(174,161,149)
0 Favorites   0 Comments

Color spaces of #aea195

RGB 174161149
HSL0.080.130.63
HSV29°14°68°
CMYK 0.000.070.14   0.32
XYZ35.625236.658333.6319
Yxy36.65830.33640.3461
Hunter Lab60.5461-0.92669.4481
CIE-Lab67.01992.65937.9428

#aea195 color RGB value is (174,161,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100001 10010101
Octal 256 241 225
Decimal 174 161 149
Hex AE A1 95

RGB Percentages of Color #aea195

%35.95
%33.26
%30.79

CMYK Percentages of Color #aea195

%0
%7
%14
%32

Triadic Colors of #aea195

#aea195 #95aea1 #a195ae

Analogous Colors of #aea195

#aea195 #aeae95 #ae9596

Monochromatic Colors of #aea195

#aea195

Complementary Color

#aea195 #95a2ae

#aea195 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea195 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea195 Color CSS Codes

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

#aea195 Text Font Color

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

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


#aea195 Background Color

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

This div background color is #aea195


#aea195 Border Color

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

This div border color is #aea195


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea195


Comments

No comments written yet.

Please login to write comment.