Color Hex Logo

#ae686d Color Hex

#AE686D
(174,104,109)
0 Favorites   0 Comments

Color spaces of #ae686d

RGB 174104109
HSL0.990.300.55
HSV356°40°68°
CMYK 0.000.400.37   0.32
XYZ25.166220.003417.0026
Yxy20.00340.40480.3217
Hunter Lab44.725222.17038.7681
CIE-Lab51.841128.64929.2675

#ae686d color RGB value is (174,104,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101000 01101101
Octal 256 150 155
Decimal 174 104 109
Hex AE 68 6D

RGB Percentages of Color #ae686d

%44.96
%26.87
%28.17

CMYK Percentages of Color #ae686d

%0
%40
%37
%32

Triadic Colors of #ae686d

#ae686d #6dae68 #686dae

Analogous Colors of #ae686d

#ae686d #ae8668 #ae6890

Monochromatic Colors of #ae686d

#ae686d

Complementary Color

#ae686d #68aea9

#ae686d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae686d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae686d Color CSS Codes

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

#ae686d Text Font Color

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

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


#ae686d Background Color

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

This div background color is #ae686d


#ae686d Border Color

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

This div border color is #ae686d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae686d


Comments

No comments written yet.

Please login to write comment.