Color Hex Logo

#ae766d Color Hex

#AE766D
(174,118,109)
0 Favorites   0 Comments

Color spaces of #ae766d

RGB 174118109
HSL0.020.290.55
HSV37°68°
CMYK 0.000.320.37   0.32
XYZ26.694323.059717.5120
Yxy23.05970.39680.3428
Hunter Lab48.020515.191111.9926
CIE-Lab55.133820.827613.8796

#ae766d color RGB value is (174,118,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110110 01101101
Octal 256 166 155
Decimal 174 118 109
Hex AE 76 6D

RGB Percentages of Color #ae766d

%43.39
%29.43
%27.18

CMYK Percentages of Color #ae766d

%0
%32
%37
%32

Triadic Colors of #ae766d

#ae766d #6dae76 #766dae

Analogous Colors of #ae766d

#ae766d #ae976d #ae6d85

Monochromatic Colors of #ae766d

#ae766d

Complementary Color

#ae766d #6da5ae

#ae766d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae766d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae766d Color CSS Codes

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

#ae766d Text Font Color

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

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


#ae766d Background Color

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

This div background color is #ae766d


#ae766d Border Color

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

This div border color is #ae766d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,118,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 #ae766d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae766d


Comments

No comments written yet.

Please login to write comment.