Color Hex Logo

#ae575d Color Hex

#AE575D
(174,87,93)
0 Favorites   0 Comments

Color spaces of #ae575d

RGB 1748793
HSL0.990.350.51
HSV356°50°68°
CMYK 0.000.500.47   0.32
XYZ22.839516.605412.3573
Yxy16.60540.44090.3206
Hunter Lab40.749728.734110.5452
CIE-Lab47.758936.028313.0974

#ae575d color RGB value is (174,87,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010111 01011101
Octal 256 127 135
Decimal 174 87 93
Hex AE 57 5D

RGB Percentages of Color #ae575d

%49.15
%24.58
%26.27

CMYK Percentages of Color #ae575d

%0
%50
%47
%32

Triadic Colors of #ae575d

#ae575d #5dae57 #575dae

Analogous Colors of #ae575d

#ae575d #ae7d57 #ae5789

Monochromatic Colors of #ae575d

#ae575d

Complementary Color

#ae575d #57aea8

#ae575d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae575d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae575d Color CSS Codes

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

#ae575d Text Font Color

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

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


#ae575d Background Color

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

This div background color is #ae575d


#ae575d Border Color

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

This div border color is #ae575d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae575d


Comments

No comments written yet.

Please login to write comment.