Color Hex Logo

#ae916c Color Hex

#AE916C
(174,145,108)
0 Favorites   0 Comments

Color spaces of #ae916c

RGB 174145108
HSL0.090.290.55
HSV34°38°68°
CMYK 0.000.170.38   0.32
XYZ30.287730.332218.4457
Yxy30.33220.38310.3836
Hunter Lab55.07471.783418.6948
CIE-Lab61.93985.569823.7145

#ae916c color RGB value is (174,145,108).

#ae916c hex color red value is 174, green value is 145 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ae916c hue: 0.09 , saturation: 0.29 and the lightness value of ae916c is 0.55.

The process color (four color CMYK) of #ae916c color hex is 0.00, 0.17, 0.38, 0.32. Web safe color of #ae916c is #999966. Color #ae916c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010001 01101100
Octal 256 221 154
Decimal 174 145 108
Hex AE 91 6C

RGB Percentages of Color #ae916c

%40.75
%33.96
%25.29

CMYK Percentages of Color #ae916c

%0
%17
%38
%32

Triadic Colors of #ae916c

#ae916c #6cae91 #916cae

Analogous Colors of #ae916c

#ae916c #aaae6c #ae706c

Monochromatic Colors of #ae916c

#ae916c

Complementary Color

#ae916c #6c89ae

#ae916c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae916c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae916c Color CSS Codes

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

#ae916c Text Font Color

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

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


#ae916c Background Color

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

This div background color is #ae916c


#ae916c Border Color

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

This div border color is #ae916c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae916c


Comments

No comments written yet.

Please login to write comment.