Color Hex Logo

#ae564e Color Hex

#AE564E
(174,86,78)
0 Favorites   0 Comments

Color spaces of #ae564e

RGB 1748678
HSL0.010.380.49
HSV55°68°
CMYK 0.000.510.55   0.32
XYZ22.158516.20439.1676
Yxy16.20430.46620.3409
Hunter Lab40.254627.811514.6755
CIE-Lab47.241435.138421.3781

#ae564e color RGB value is (174,86,78).

#ae564e hex color red value is 174, green value is 86 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ae564e hue: 0.01 , saturation: 0.38 and the lightness value of ae564e is 0.49.

The process color (four color CMYK) of #ae564e color hex is 0.00, 0.51, 0.55, 0.32. Web safe color of #ae564e is #996666. Color #ae564e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010110 01001110
Octal 256 126 116
Decimal 174 86 78
Hex AE 56 4E

RGB Percentages of Color #ae564e

%51.48
%25.44
%23.08

CMYK Percentages of Color #ae564e

%0
%51
%55
%32

Triadic Colors of #ae564e

#ae564e #4eae56 #564eae

Analogous Colors of #ae564e

#ae564e #ae864e #ae4e76

Monochromatic Colors of #ae564e

#ae564e

Complementary Color

#ae564e #4ea6ae

#ae564e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae564e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae564e Color CSS Codes

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

#ae564e Text Font Color

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

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


#ae564e Background Color

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

This div background color is #ae564e


#ae564e Border Color

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

This div border color is #ae564e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae564e


Comments

No comments written yet.

Please login to write comment.