Color Hex Logo

#ae9069 Color Hex

#AE9069
(174,144,105)
0 Favorites   0 Comments

Color spaces of #ae9069

RGB 174144105
HSL0.090.300.55
HSV34°40°68°
CMYK 0.000.170.40   0.32
XYZ29.978629.965117.5684
Yxy29.96510.38680.3866
Hunter Lab54.74041.959919.2897
CIE-Lab61.62415.764924.9532

#ae9069 color RGB value is (174,144,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010000 01101001
Octal 256 220 151
Decimal 174 144 105
Hex AE 90 69

RGB Percentages of Color #ae9069

%41.13
%34.04
%24.82

CMYK Percentages of Color #ae9069

%0
%17
%40
%32

Triadic Colors of #ae9069

#ae9069 #69ae90 #9069ae

Analogous Colors of #ae9069

#ae9069 #aaae69 #ae6e69

Monochromatic Colors of #ae9069

#ae9069

Complementary Color

#ae9069 #6987ae

#ae9069 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9069 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9069 Color CSS Codes

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

#ae9069 Text Font Color

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

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


#ae9069 Background Color

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

This div background color is #ae9069


#ae9069 Border Color

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

This div border color is #ae9069


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9069


Comments

No comments written yet.

Please login to write comment.