Color Hex Logo

#ae575c Color Hex

#AE575C
(174,87,92)
0 Favorites   0 Comments

Color spaces of #ae575c

RGB 1748792
HSL0.990.350.51
HSV357°50°68°
CMYK 0.000.500.47   0.32
XYZ22.795516.587812.1255
Yxy16.58780.44260.3220
Hunter Lab40.728128.632110.8580
CIE-Lab47.736435.925713.6679

#ae575c color RGB value is (174,87,92).

#ae575c hex color red value is 174, green value is 87 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ae575c hue: 0.99 , saturation: 0.35 and the lightness value of ae575c is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010111 01011100
Octal 256 127 134
Decimal 174 87 92
Hex AE 57 5C

RGB Percentages of Color #ae575c

%49.29
%24.65
%26.06

CMYK Percentages of Color #ae575c

%0
%50
%47
%32

Triadic Colors of #ae575c

#ae575c #5cae57 #575cae

Analogous Colors of #ae575c

#ae575c #ae7e57 #ae5788

Monochromatic Colors of #ae575c

#ae575c

Complementary Color

#ae575c #57aea9

#ae575c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae575c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae575c Color CSS Codes

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

#ae575c Text Font Color

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

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


#ae575c Background Color

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

This div background color is #ae575c


#ae575c Border Color

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

This div border color is #ae575c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae575c


Comments

No comments written yet.

Please login to write comment.