Color Hex Logo

#ae776d Color Hex

#AE776D
(174,119,109)
0 Favorites   0 Comments

Color spaces of #ae776d

RGB 174119109
HSL0.030.290.55
HSV37°68°
CMYK 0.000.320.37   0.32
XYZ26.812723.296417.5515
Yxy23.29640.39630.3443
Hunter Lab48.266314.693412.2263
CIE-Lab55.376320.265514.2161

#ae776d color RGB value is (174,119,109).

#ae776d hex color red value is 174, green value is 119 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ae776d hue: 0.03 , saturation: 0.29 and the lightness value of ae776d is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110111 01101101
Octal 256 167 155
Decimal 174 119 109
Hex AE 77 6D

RGB Percentages of Color #ae776d

%43.28
%29.60
%27.11

CMYK Percentages of Color #ae776d

%0
%32
%37
%32

Triadic Colors of #ae776d

#ae776d #6dae77 #776dae

Analogous Colors of #ae776d

#ae776d #ae986d #ae6d84

Monochromatic Colors of #ae776d

#ae776d

Complementary Color

#ae776d #6da4ae

#ae776d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae776d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae776d Color CSS Codes

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

#ae776d Text Font Color

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

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


#ae776d Background Color

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

This div background color is #ae776d


#ae776d Border Color

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

This div border color is #ae776d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae776d


Comments

No comments written yet.

Please login to write comment.