Color Hex Logo

#ae664d Color Hex

#AE664D
(174,102,77)
0 Favorites   0 Comments

Color spaces of #ae664d

RGB 17410277
HSL0.040.390.49
HSV15°56°68°
CMYK 0.000.410.56   0.32
XYZ23.546519.03729.4547
Yxy19.03720.45250.3658
Hunter Lab43.631619.975017.6944
CIE-Lab50.730726.393926.4885

#ae664d color RGB value is (174,102,77).

#ae664d hex color red value is 174, green value is 102 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ae664d hue: 0.04 , saturation: 0.39 and the lightness value of ae664d is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100110 01001101
Octal 256 146 115
Decimal 174 102 77
Hex AE 66 4D

RGB Percentages of Color #ae664d

%49.29
%28.90
%21.81

CMYK Percentages of Color #ae664d

%0
%41
%56
%32

Triadic Colors of #ae664d

#ae664d #4dae66 #664dae

Analogous Colors of #ae664d

#ae664d #ae974d #ae4d65

Monochromatic Colors of #ae664d

#ae664d

Complementary Color

#ae664d #4d95ae

#ae664d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae664d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae664d Color CSS Codes

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

#ae664d Text Font Color

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

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


#ae664d Background Color

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

This div background color is #ae664d


#ae664d Border Color

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

This div border color is #ae664d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae664d


Comments

No comments written yet.

Please login to write comment.