Color Hex Logo

#ae777a Color Hex

#AE777A
(174,119,122)
1 Favorites   0 Comments

Color spaces of #ae777a

RGB 174119122
HSL0.990.250.57
HSV357°32°68°
CMYK 0.000.320.30   0.32
XYZ27.565223.597521.5143
Yxy23.59750.37930.3247
Hunter Lab48.577316.27987.7452
CIE-Lab55.682521.98527.1014

#ae777a color RGB value is (174,119,122).

#ae777a hex color red value is 174, green value is 119 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ae777a hue: 0.99 , saturation: 0.25 and the lightness value of ae777a is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110111 01111010
Octal 256 167 172
Decimal 174 119 122
Hex AE 77 7A

RGB Percentages of Color #ae777a

%41.93
%28.67
%29.40

CMYK Percentages of Color #ae777a

%0
%32
%30
%32

Triadic Colors of #ae777a

#ae777a #7aae77 #777aae

Analogous Colors of #ae777a

#ae777a #ae9077 #ae7796

Monochromatic Colors of #ae777a

#ae777a

Complementary Color

#ae777a #77aeab

#ae777a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae777a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae777a Color CSS Codes

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

#ae777a Text Font Color

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

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


#ae777a Background Color

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

This div background color is #ae777a


#ae777a Border Color

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

This div border color is #ae777a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae777a


Comments

No comments written yet.

Please login to write comment.