Color Hex Logo

#ae9056 Color Hex

#AE9056
(174,144,86)
0 Favorites   0 Comments

Color spaces of #ae9056

RGB 17414486
HSL0.110.350.51
HSV40°51°68°
CMYK 0.000.170.51   0.32
XYZ29.108529.617112.9866
Yxy29.61710.40590.4130
Hunter Lab54.42160.236623.9468
CIE-Lab61.32243.740034.8662

#ae9056 color RGB value is (174,144,86).

#ae9056 hex color red value is 174, green value is 144 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #ae9056 hue: 0.11 , saturation: 0.35 and the lightness value of ae9056 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010000 01010110
Octal 256 220 126
Decimal 174 144 86
Hex AE 90 56

RGB Percentages of Color #ae9056

%43.07
%35.64
%21.29

CMYK Percentages of Color #ae9056

%0
%17
%51
%32

Triadic Colors of #ae9056

#ae9056 #56ae90 #9056ae

Analogous Colors of #ae9056

#ae9056 #a0ae56 #ae6456

Monochromatic Colors of #ae9056

#ae9056

Complementary Color

#ae9056 #5674ae

#ae9056 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9056 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9056 Color CSS Codes

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

#ae9056 Text Font Color

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

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


#ae9056 Background Color

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

This div background color is #ae9056


#ae9056 Border Color

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

This div border color is #ae9056


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9056


Comments

No comments written yet.

Please login to write comment.