Color Hex Logo

#ae7264 Color Hex

#AE7264
(174,114,100)
0 Favorites   0 Comments

Color spaces of #ae7264

RGB 174114100
HSL0.030.310.54
HSV11°43°68°
CMYK 0.000.340.43   0.32
XYZ25.773121.953414.9356
Yxy21.95340.41130.3503
Hunter Lab46.854516.191713.8985
CIE-Lab53.977522.000717.5053

#ae7264 color RGB value is (174,114,100).

#ae7264 hex color red value is 174, green value is 114 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #ae7264 hue: 0.03 , saturation: 0.31 and the lightness value of ae7264 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110010 01100100
Octal 256 162 144
Decimal 174 114 100
Hex AE 72 64

RGB Percentages of Color #ae7264

%44.85
%29.38
%25.77

CMYK Percentages of Color #ae7264

%0
%34
%43
%32

Triadic Colors of #ae7264

#ae7264 #64ae72 #7264ae

Analogous Colors of #ae7264

#ae7264 #ae9764 #ae647b

Monochromatic Colors of #ae7264

#ae7264

Complementary Color

#ae7264 #64a0ae

#ae7264 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7264 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7264 Color CSS Codes

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

#ae7264 Text Font Color

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

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


#ae7264 Background Color

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

This div background color is #ae7264


#ae7264 Border Color

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

This div border color is #ae7264


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7264


Comments

No comments written yet.

Please login to write comment.