Color Hex Logo

#ae7446 Color Hex

#AE7446
(174,116,70)
0 Favorites   0 Comments

Color spaces of #ae7446

RGB 17411670
HSL0.070.430.48
HSV27°60°68°
CMYK 0.000.330.60   0.32
XYZ24.806421.93168.7201
Yxy21.93160.44730.3955
Hunter Lab46.831212.596621.7419
CIE-Lab53.954418.002734.4024

#ae7446 color RGB value is (174,116,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110100 01000110
Octal 256 164 106
Decimal 174 116 70
Hex AE 74 46

RGB Percentages of Color #ae7446

%48.33
%32.22
%19.44

CMYK Percentages of Color #ae7446

%0
%33
%60
%32

Triadic Colors of #ae7446

#ae7446 #46ae74 #7446ae

Analogous Colors of #ae7446

#ae7446 #aea846 #ae464c

Monochromatic Colors of #ae7446

#ae7446

Complementary Color

#ae7446 #4680ae

#ae7446 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7446 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7446 Color CSS Codes

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

#ae7446 Text Font Color

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

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


#ae7446 Background Color

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

This div background color is #ae7446


#ae7446 Border Color

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

This div border color is #ae7446


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7446


Comments

No comments written yet.

Please login to write comment.