Color Hex Logo

#ae7755 Color Hex

#AE7755
(174,119,85)
0 Favorites   0 Comments

Color spaces of #ae7755

RGB 17411985
HSL0.060.350.51
HSV23°51°68°
CMYK 0.000.320.51   0.32
XYZ25.692122.848211.6504
Yxy22.84820.42680.3796
Hunter Lab47.799812.293019.0089
CIE-Lab54.915617.617827.3194

#ae7755 color RGB value is (174,119,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110111 01010101
Octal 256 167 125
Decimal 174 119 85
Hex AE 77 55

RGB Percentages of Color #ae7755

%46.03
%31.48
%22.49

CMYK Percentages of Color #ae7755

%0
%32
%51
%32

Triadic Colors of #ae7755

#ae7755 #55ae77 #7755ae

Analogous Colors of #ae7755

#ae7755 #aea455 #ae555f

Monochromatic Colors of #ae7755

#ae7755

Complementary Color

#ae7755 #558cae

#ae7755 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7755 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7755 Color CSS Codes

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

#ae7755 Text Font Color

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

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


#ae7755 Background Color

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

This div background color is #ae7755


#ae7755 Border Color

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

This div border color is #ae7755


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7755


Comments

No comments written yet.

Please login to write comment.