Color Hex Logo

#ae525b Color Hex

#AE525B
(174,82,91)
0 Favorites   0 Comments

Color spaces of #ae525b

RGB 1748291
HSL0.980.360.50
HSV354°53°68°
CMYK 0.000.530.48   0.32
XYZ22.361215.788611.7665
Yxy15.78860.44800.3163
Hunter Lab39.734930.916710.2571
CIE-Lab46.695938.425112.8331

#ae525b color RGB value is (174,82,91).

#ae525b hex color red value is 174, green value is 82 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ae525b hue: 0.98 , saturation: 0.36 and the lightness value of ae525b is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010010 01011011
Octal 256 122 133
Decimal 174 82 91
Hex AE 52 5B

RGB Percentages of Color #ae525b

%50.14
%23.63
%26.22

CMYK Percentages of Color #ae525b

%0
%53
%48
%32

Triadic Colors of #ae525b

#ae525b #5bae52 #525bae

Analogous Colors of #ae525b

#ae525b #ae7752 #ae5289

Monochromatic Colors of #ae525b

#ae525b

Complementary Color

#ae525b #52aea5

#ae525b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae525b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae525b Color CSS Codes

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

#ae525b Text Font Color

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

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


#ae525b Background Color

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

This div background color is #ae525b


#ae525b Border Color

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

This div border color is #ae525b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae525b


Comments

No comments written yet.

Please login to write comment.