Color Hex Logo

#aea5a3 Color Hex

#AEA5A3
(174,165,163)
0 Favorites   0 Comments

Color spaces of #aea5a3

RGB 174165163
HSL0.030.060.66
HSV11°68°
CMYK 0.000.050.06   0.32
XYZ37.521638.553340.1143
Yxy38.55330.32290.3318
Hunter Lab62.0913-0.79275.1594
CIE-Lab68.42642.88302.1869

#aea5a3 color RGB value is (174,165,163).

#aea5a3 hex color red value is 174, green value is 165 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #aea5a3 hue: 0.03 , saturation: 0.06 and the lightness value of aea5a3 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100101 10100011
Octal 256 245 243
Decimal 174 165 163
Hex AE A5 A3

RGB Percentages of Color #aea5a3

%34.66
%32.87
%32.47

CMYK Percentages of Color #aea5a3

%0
%5
%6
%32

Triadic Colors of #aea5a3

#aea5a3 #a3aea5 #a5a3ae

Analogous Colors of #aea5a3

#aea5a3 #aeaba3 #aea3a7

Monochromatic Colors of #aea5a3

#aea5a3

Complementary Color

#aea5a3 #a3acae

#aea5a3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea5a3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea5a3 Color CSS Codes

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

#aea5a3 Text Font Color

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

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


#aea5a3 Background Color

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

This div background color is #aea5a3


#aea5a3 Border Color

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

This div border color is #aea5a3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea5a3


Comments

No comments written yet.

Please login to write comment.