Color Hex Logo

#ae7973 Color Hex

#AE7973
(174,121,115)
0 Favorites   0 Comments

Color spaces of #ae7973

RGB 174121115
HSL0.020.270.57
HSV34°68°
CMYK 0.000.300.34   0.32
XYZ27.387423.911219.3915
Yxy23.91120.38740.3383
Hunter Lab48.899114.400910.7172
CIE-Lab55.998819.908911.6113

#ae7973 color RGB value is (174,121,115).

#ae7973 hex color red value is 174, green value is 121 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #ae7973 hue: 0.02 , saturation: 0.27 and the lightness value of ae7973 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111001 01110011
Octal 256 171 163
Decimal 174 121 115
Hex AE 79 73

RGB Percentages of Color #ae7973

%42.44
%29.51
%28.05

CMYK Percentages of Color #ae7973

%0
%30
%34
%32

Triadic Colors of #ae7973

#ae7973 #73ae79 #7973ae

Analogous Colors of #ae7973

#ae7973 #ae9773 #ae738b

Monochromatic Colors of #ae7973

#ae7973

Complementary Color

#ae7973 #73a8ae

#ae7973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7973 Color CSS Codes

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

#ae7973 Text Font Color

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

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


#ae7973 Background Color

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

This div background color is #ae7973


#ae7973 Border Color

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

This div border color is #ae7973


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7973


Comments

No comments written yet.

Please login to write comment.