Color Hex Logo

#ae9180 Color Hex

#AE9180
(174,145,128)
0 Favorites   0 Comments

Color spaces of #ae9180

RGB 174145128
HSL0.060.220.59
HSV22°26°68°
CMYK 0.000.170.26   0.32
XYZ31.477230.808024.7096
Yxy30.80800.36180.3541
Hunter Lab55.50504.094812.4588
CIE-Lab62.34528.235913.0858

#ae9180 color RGB value is (174,145,128).

#ae9180 hex color red value is 174, green value is 145 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #ae9180 hue: 0.06 , saturation: 0.22 and the lightness value of ae9180 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010001 10000000
Octal 256 221 200
Decimal 174 145 128
Hex AE 91 80

RGB Percentages of Color #ae9180

%38.93
%32.44
%28.64

CMYK Percentages of Color #ae9180

%0
%17
%26
%32

Triadic Colors of #ae9180

#ae9180 #80ae91 #9180ae

Analogous Colors of #ae9180

#ae9180 #aea880 #ae8086

Monochromatic Colors of #ae9180

#ae9180

Complementary Color

#ae9180 #809dae

#ae9180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9180 Color CSS Codes

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

#ae9180 Text Font Color

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

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


#ae9180 Background Color

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

This div background color is #ae9180


#ae9180 Border Color

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

This div border color is #ae9180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9180

#ae9180 Color Palettes


Comments

No comments written yet.

Please login to write comment.