Color Hex Logo

#ae7176 Color Hex

#AE7176
(174,113,118)
0 Favorites   0 Comments

Color spaces of #ae7176

RGB 174113118
HSL0.990.270.56
HSV355°35°68°
CMYK 0.000.350.32   0.32
XYZ26.630722.116920.0049
Yxy22.11690.38730.3217
Hunter Lab47.028618.77847.6994
CIE-Lab54.150824.80437.2510

#ae7176 color RGB value is (174,113,118).

#ae7176 hex color red value is 174, green value is 113 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #ae7176 hue: 0.99 , saturation: 0.27 and the lightness value of ae7176 is 0.56.

The process color (four color CMYK) of #ae7176 color hex is 0.00, 0.35, 0.32, 0.32. Web safe color of #ae7176 is #996666. Color #ae7176 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110001 01110110
Octal 256 161 166
Decimal 174 113 118
Hex AE 71 76

RGB Percentages of Color #ae7176

%42.96
%27.90
%29.14

CMYK Percentages of Color #ae7176

%0
%35
%32
%32

Triadic Colors of #ae7176

#ae7176 #76ae71 #7176ae

Analogous Colors of #ae7176

#ae7176 #ae8b71 #ae7195

Monochromatic Colors of #ae7176

#ae7176

Complementary Color

#ae7176 #71aea9

#ae7176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7176 Color CSS Codes

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

#ae7176 Text Font Color

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

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


#ae7176 Background Color

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

This div background color is #ae7176


#ae7176 Border Color

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

This div border color is #ae7176


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7176

#ae7176 Color Palettes


Comments

No comments written yet.

Please login to write comment.