Color Hex Logo

#ae575a Color Hex

#AE575A
(174,87,90)
0 Favorites   0 Comments

Color spaces of #ae575a

RGB 1748790
HSL0.990.350.51
HSV358°50°68°
CMYK 0.000.500.48   0.32
XYZ22.709216.553211.6710
Yxy16.55320.44590.3250
Hunter Lab40.685628.432211.4721
CIE-Lab47.692135.724314.8090

#ae575a color RGB value is (174,87,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010111 01011010
Octal 256 127 132
Decimal 174 87 90
Hex AE 57 5A

RGB Percentages of Color #ae575a

%49.57
%24.79
%25.64

CMYK Percentages of Color #ae575a

%0
%50
%48
%32

Triadic Colors of #ae575a

#ae575a #5aae57 #575aae

Analogous Colors of #ae575a

#ae575a #ae8057 #ae5786

Monochromatic Colors of #ae575a

#ae575a

Complementary Color

#ae575a #57aeab

#ae575a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae575a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae575a Color CSS Codes

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

#ae575a Text Font Color

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

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


#ae575a Background Color

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

This div background color is #ae575a


#ae575a Border Color

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

This div border color is #ae575a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae575a


Comments

No comments written yet.

Please login to write comment.