Color Hex Logo

#ae755e Color Hex

#AE755E
(174,117,94)
0 Favorites   0 Comments

Color spaces of #ae755e

RGB 17411794
HSL0.050.330.53
HSV17°46°68°
CMYK 0.000.330.46   0.32
XYZ25.837222.529413.5765
Yxy22.52940.41710.3637
Hunter Lab47.465114.100816.2668
CIE-Lab54.584319.653621.7800

#ae755e color RGB value is (174,117,94).

#ae755e hex color red value is 174, green value is 117 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ae755e hue: 0.05 , saturation: 0.33 and the lightness value of ae755e is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110101 01011110
Octal 256 165 136
Decimal 174 117 94
Hex AE 75 5E

RGB Percentages of Color #ae755e

%45.19
%30.39
%24.42

CMYK Percentages of Color #ae755e

%0
%33
%46
%32

Triadic Colors of #ae755e

#ae755e #5eae75 #755eae

Analogous Colors of #ae755e

#ae755e #ae9d5e #ae5e6f

Monochromatic Colors of #ae755e

#ae755e

Complementary Color

#ae755e #5e97ae

#ae755e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae755e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae755e Color CSS Codes

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

#ae755e Text Font Color

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

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


#ae755e Background Color

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

This div background color is #ae755e


#ae755e Border Color

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

This div border color is #ae755e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae755e


Comments

No comments written yet.

Please login to write comment.