Color Hex Logo

#ae9696 Color Hex

#AE9696
(174,150,150)
0 Favorites   0 Comments

Color spaces of #ae9696

RGB 174150150
HSL0.000.130.64
HSV14°68°
CMYK 0.000.140.14   0.32
XYZ33.866933.013433.4414
Yxy33.01340.33760.3291
Hunter Lab57.45734.66255.7120
CIE-Lab64.17188.90443.2880

#ae9696 color RGB value is (174,150,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010110 10010110
Octal 256 226 226
Decimal 174 150 150
Hex AE 96 96

RGB Percentages of Color #ae9696

%36.71
%31.65
%31.65

CMYK Percentages of Color #ae9696

%0
%14
%14
%32

Triadic Colors of #ae9696

#ae9696 #96ae96 #9696ae

Analogous Colors of #ae9696

#ae9696 #aea296 #ae96a2

Monochromatic Colors of #ae9696

#ae9696

Complementary Color

#ae9696 #96aeae

#ae9696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9696 Color CSS Codes

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

#ae9696 Text Font Color

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

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


#ae9696 Background Color

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

This div background color is #ae9696


#ae9696 Border Color

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

This div border color is #ae9696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9696


Comments

No comments written yet.

Please login to write comment.