Color Hex Logo

#ae797f Color Hex

#AE797F
(174,121,127)
0 Favorites   0 Comments

Color spaces of #ae797f

RGB 174121127
HSL0.980.250.58
HSV353°30°68°
CMYK 0.000.300.27   0.32
XYZ28.123724.205723.2686
Yxy24.20570.37200.3202
Hunter Lab49.199315.93696.3985
CIE-Lab56.293221.57345.0703

#ae797f color RGB value is (174,121,127).

#ae797f hex color red value is 174, green value is 121 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ae797f hue: 0.98 , saturation: 0.25 and the lightness value of ae797f is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111001 01111111
Octal 256 171 177
Decimal 174 121 127
Hex AE 79 7F

RGB Percentages of Color #ae797f

%41.23
%28.67
%30.09

CMYK Percentages of Color #ae797f

%0
%30
%27
%32

Triadic Colors of #ae797f

#ae797f #7fae79 #797fae

Analogous Colors of #ae797f

#ae797f #ae8e79 #ae799a

Monochromatic Colors of #ae797f

#ae797f

Complementary Color

#ae797f #79aea8

#ae797f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae797f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae797f Color CSS Codes

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

#ae797f Text Font Color

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

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


#ae797f Background Color

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

This div background color is #ae797f


#ae797f Border Color

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

This div border color is #ae797f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae797f


Comments

No comments written yet.

Please login to write comment.