Color Hex Logo

#ae564d Color Hex

#AE564D
(174,86,77)
0 Favorites   0 Comments

Color spaces of #ae564d

RGB 1748677
HSL0.020.390.49
HSV56°68°
CMYK 0.000.510.56   0.32
XYZ22.122916.19018.9802
Yxy16.19010.46780.3423
Hunter Lab40.236927.727514.9333
CIE-Lab47.222935.053121.9477

#ae564d color RGB value is (174,86,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010110 01001101
Octal 256 126 115
Decimal 174 86 77
Hex AE 56 4D

RGB Percentages of Color #ae564d

%51.63
%25.52
%22.85

CMYK Percentages of Color #ae564d

%0
%51
%56
%32

Triadic Colors of #ae564d

#ae564d #4dae56 #564dae

Analogous Colors of #ae564d

#ae564d #ae874d #ae4d75

Monochromatic Colors of #ae564d

#ae564d

Complementary Color

#ae564d #4da5ae

#ae564d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae564d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae564d Color CSS Codes

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

#ae564d Text Font Color

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

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


#ae564d Background Color

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

This div background color is #ae564d


#ae564d Border Color

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

This div border color is #ae564d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae564d


Comments

No comments written yet.

Please login to write comment.