Color Hex Logo

#ae6565 Color Hex

#AE6565
(174,101,101)
0 Favorites   0 Comments

Color spaces of #ae6565

RGB 174101101
HSL0.000.310.54
HSV42°68°
CMYK 0.000.420.42   0.32
XYZ24.458219.245614.7376
Yxy19.24560.41850.3293
Hunter Lab43.869822.744810.7910
CIE-Lab50.973329.349912.7834

#ae6565 color RGB value is (174,101,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100101 01100101
Octal 256 145 145
Decimal 174 101 101
Hex AE 65 65

RGB Percentages of Color #ae6565

%46.28
%26.86
%26.86

CMYK Percentages of Color #ae6565

%0
%42
%42
%32

Triadic Colors of #ae6565

#ae6565 #65ae65 #6565ae

Analogous Colors of #ae6565

#ae6565 #ae8a65 #ae658a

Monochromatic Colors of #ae6565

#ae6565

Complementary Color

#ae6565 #65aeae

#ae6565 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae6565 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae6565 Color CSS Codes

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

#ae6565 Text Font Color

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

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


#ae6565 Background Color

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

This div background color is #ae6565


#ae6565 Border Color

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

This div border color is #ae6565


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae6565


Comments

No comments written yet.

Please login to write comment.