Color Hex Logo

#ae7745 Color Hex

#AE7745
(174,119,69)
0 Favorites   0 Comments

Color spaces of #ae7745

RGB 17411969
HSL0.080.430.48
HSV29°60°68°
CMYK 0.000.320.60   0.32
XYZ25.126622.62208.6724
Yxy22.62200.44530.4010
Hunter Lab47.562611.064322.4831
CIE-Lab54.680816.240335.8124

#ae7745 color RGB value is (174,119,69).

#ae7745 hex color red value is 174, green value is 119 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #ae7745 hue: 0.08 , saturation: 0.43 and the lightness value of ae7745 is 0.48.

The process color (four color CMYK) of #ae7745 color hex is 0.00, 0.32, 0.60, 0.32. Web safe color of #ae7745 is #996633. Color #ae7745 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110111 01000101
Octal 256 167 105
Decimal 174 119 69
Hex AE 77 45

RGB Percentages of Color #ae7745

%48.07
%32.87
%19.06

CMYK Percentages of Color #ae7745

%0
%32
%60
%32

Triadic Colors of #ae7745

#ae7745 #45ae77 #7745ae

Analogous Colors of #ae7745

#ae7745 #aeac45 #ae4548

Monochromatic Colors of #ae7745

#ae7745

Complementary Color

#ae7745 #457cae

#ae7745 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7745 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7745 Color CSS Codes

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

#ae7745 Text Font Color

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

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


#ae7745 Background Color

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

This div background color is #ae7745


#ae7745 Border Color

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

This div border color is #ae7745


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7745


Comments

No comments written yet.

Please login to write comment.