Color Hex Logo

#ae7564 Color Hex

#AE7564
(174,117,100)
0 Favorites   0 Comments

Color spaces of #ae7564

RGB 174117100
HSL0.040.310.54
HSV14°43°68°
CMYK 0.000.330.43   0.32
XYZ26.117122.641415.0503
Yxy22.64140.40930.3548
Hunter Lab47.583014.703914.5549
CIE-Lab54.701020.315718.4893

#ae7564 color RGB value is (174,117,100).

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

The process color (four color CMYK) of #ae7564 color hex is 0.00, 0.33, 0.43, 0.32. Web safe color of #ae7564 is #996666. Color #ae7564 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110101 01100100
Octal 256 165 144
Decimal 174 117 100
Hex AE 75 64

RGB Percentages of Color #ae7564

%44.50
%29.92
%25.58

CMYK Percentages of Color #ae7564

%0
%33
%43
%32

Triadic Colors of #ae7564

#ae7564 #64ae75 #7564ae

Analogous Colors of #ae7564

#ae7564 #ae9a64 #ae6478

Monochromatic Colors of #ae7564

#ae7564

Complementary Color

#ae7564 #649dae

#ae7564 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7564 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7564 Color CSS Codes

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

#ae7564 Text Font Color

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

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


#ae7564 Background Color

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

This div background color is #ae7564


#ae7564 Border Color

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

This div border color is #ae7564


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7564


Comments

No comments written yet.

Please login to write comment.