Color Hex Logo

#aea895 Color Hex

#AEA895
(174,168,149)
0 Favorites   0 Comments

Color spaces of #aea895

RGB 174168149
HSL0.130.130.63
HSV46°14°68°
CMYK 0.000.030.14   0.32
XYZ36.883039.173934.0511
Yxy39.17390.33500.3558
Hunter Lab62.5891-4.342911.5561
CIE-Lab68.8770-1.152010.5854

#aea895 color RGB value is (174,168,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101000 10010101
Octal 256 250 225
Decimal 174 168 149
Hex AE A8 95

RGB Percentages of Color #aea895

%35.44
%34.22
%30.35

CMYK Percentages of Color #aea895

%0
%3
%14
%32

Triadic Colors of #aea895

#aea895 #95aea8 #a895ae

Analogous Colors of #aea895

#aea895 #a8ae95 #ae9c95

Monochromatic Colors of #aea895

#aea895

Complementary Color

#aea895 #959bae

#aea895 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea895 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea895 Color CSS Codes

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

#aea895 Text Font Color

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

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


#aea895 Background Color

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

This div background color is #aea895


#aea895 Border Color

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

This div border color is #aea895


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea895


Comments

No comments written yet.

Please login to write comment.