Color Hex Logo

#ae8964 Color Hex

#AE8964
(174,137,100)
0 Favorites   0 Comments

Color spaces of #ae8964

RGB 174137100
HSL0.080.310.54
HSV30°43°68°
CMYK 0.000.210.43   0.32
XYZ28.701527.810115.9117
Yxy27.81010.39630.3840
Hunter Lab52.73534.863019.0253
CIE-Lab59.71689.082725.2008

#ae8964 color RGB value is (174,137,100).

#ae8964 hex color red value is 174, green value is 137 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #ae8964 hue: 0.08 , saturation: 0.31 and the lightness value of ae8964 is 0.54.

The process color (four color CMYK) of #ae8964 color hex is 0.00, 0.21, 0.43, 0.32. Web safe color of #ae8964 is #999966. Color #ae8964 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001001 01100100
Octal 256 211 144
Decimal 174 137 100
Hex AE 89 64

RGB Percentages of Color #ae8964

%42.34
%33.33
%24.33

CMYK Percentages of Color #ae8964

%0
%21
%43
%32

Triadic Colors of #ae8964

#ae8964 #64ae89 #8964ae

Analogous Colors of #ae8964

#ae8964 #aeae64 #ae6464

Monochromatic Colors of #ae8964

#ae8964

Complementary Color

#ae8964 #6489ae

#ae8964 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8964 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8964 Color CSS Codes

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

#ae8964 Text Font Color

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

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


#ae8964 Background Color

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

This div background color is #ae8964


#ae8964 Border Color

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

This div border color is #ae8964


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8964


Comments

No comments written yet.

Please login to write comment.