Color Hex Logo

#ae9380 Color Hex

#AE9380
(174,147,128)
0 Favorites   0 Comments

Color spaces of #ae9380

RGB 174147128
HSL0.070.220.59
HSV25°26°68°
CMYK 0.000.160.26   0.32
XYZ31.785631.424624.8124
Yxy31.42460.36110.3570
Hunter Lab56.05763.111512.9972
CIE-Lab62.86447.123913.8121

#ae9380 color RGB value is (174,147,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010011 10000000
Octal 256 223 200
Decimal 174 147 128
Hex AE 93 80

RGB Percentages of Color #ae9380

%38.75
%32.74
%28.51

CMYK Percentages of Color #ae9380

%0
%16
%26
%32

Triadic Colors of #ae9380

#ae9380 #80ae93 #9380ae

Analogous Colors of #ae9380

#ae9380 #aeaa80 #ae8084

Monochromatic Colors of #ae9380

#ae9380

Complementary Color

#ae9380 #809bae

#ae9380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9380 Color CSS Codes

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

#ae9380 Text Font Color

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

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


#ae9380 Background Color

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

This div background color is #ae9380


#ae9380 Border Color

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

This div border color is #ae9380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9380


Comments

No comments written yet.

Please login to write comment.