Color Hex Logo

#ae96a1 Color Hex

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

Color spaces of #ae96a1

RGB 174150161
HSL0.920.130.64
HSV333°14°68°
CMYK 0.000.140.07   0.32
XYZ34.794933.384638.3282
Yxy33.38460.32670.3134
Hunter Lab57.77946.37921.1153
CIE-Lab64.471110.8226-2.4723

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

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

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

Base Numbers

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

RGB Percentages of Color #ae96a1

%35.88
%30.93
%33.20

CMYK Percentages of Color #ae96a1

%0
%14
%7
%32

Triadic Colors of #ae96a1

#ae96a1 #a1ae96 #96a1ae

Analogous Colors of #ae96a1

#ae96a1 #ae9796 #ae96ad

Monochromatic Colors of #ae96a1

#ae96a1

Complementary Color

#ae96a1 #96aea3

#ae96a1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae96a1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae96a1 Color CSS Codes

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

#ae96a1 Text Font Color

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

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


#ae96a1 Background Color

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

This div background color is #ae96a1


#ae96a1 Border Color

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

This div border color is #ae96a1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae96a1


Comments

No comments written yet.

Please login to write comment.