Color Hex Logo

#ae7747 Color Hex

#AE7747
(174,119,71)
1 Favorites   0 Comments

Color spaces of #ae7747

RGB 17411971
HSL0.080.420.48
HSV28°59°68°
CMYK 0.000.320.59   0.32
XYZ25.189722.64739.0050
Yxy22.64730.44320.3984
Hunter Lab47.589211.201822.0934
CIE-Lab54.707216.395234.7715

#ae7747 color RGB value is (174,119,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110111 01000111
Octal 256 167 107
Decimal 174 119 71
Hex AE 77 47

RGB Percentages of Color #ae7747

%47.80
%32.69
%19.51

CMYK Percentages of Color #ae7747

%0
%32
%59
%32

Triadic Colors of #ae7747

#ae7747 #47ae77 #7747ae

Analogous Colors of #ae7747

#ae7747 #aeab47 #ae474b

Monochromatic Colors of #ae7747

#ae7747

Complementary Color

#ae7747 #477eae

#ae7747 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7747 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7747 Color CSS Codes

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

#ae7747 Text Font Color

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

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


#ae7747 Background Color

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

This div background color is #ae7747


#ae7747 Border Color

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

This div border color is #ae7747


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7747


Comments

No comments written yet.

Please login to write comment.