Color Hex Logo

#ae7441 Color Hex

#AE7441
(174,116,65)
0 Favorites   0 Comments

Color spaces of #ae7441

RGB 17411665
HSL0.080.460.47
HSV28°63°68°
CMYK 0.000.330.63   0.32
XYZ24.655121.87117.9231
Yxy21.87110.45280.4017
Hunter Lab46.766512.262922.6918
CIE-Lab53.890017.629337.0022

#ae7441 color RGB value is (174,116,65).

#ae7441 hex color red value is 174, green value is 116 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #ae7441 hue: 0.08 , saturation: 0.46 and the lightness value of ae7441 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110100 01000001
Octal 256 164 101
Decimal 174 116 65
Hex AE 74 41

RGB Percentages of Color #ae7441

%49.01
%32.68
%18.31

CMYK Percentages of Color #ae7441

%0
%33
%63
%32

Triadic Colors of #ae7441

#ae7441 #41ae74 #7441ae

Analogous Colors of #ae7441

#ae7441 #aeab41 #ae4145

Monochromatic Colors of #ae7441

#ae7441

Complementary Color

#ae7441 #417bae

#ae7441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7441 Color CSS Codes

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

#ae7441 Text Font Color

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

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


#ae7441 Background Color

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

This div background color is #ae7441


#ae7441 Border Color

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

This div border color is #ae7441


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7441


Comments

No comments written yet.

Please login to write comment.