Color Hex Logo

#ae696d Color Hex

#AE696D
(174,105,109)
0 Favorites   0 Comments

Color spaces of #ae696d

RGB 174105109
HSL0.990.300.55
HSV357°40°68°
CMYK 0.000.400.37   0.32
XYZ25.267520.205917.0364
Yxy20.20590.40420.3232
Hunter Lab44.951021.67298.9948
CIE-Lab52.069228.09609.5895

#ae696d color RGB value is (174,105,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101001 01101101
Octal 256 151 155
Decimal 174 105 109
Hex AE 69 6D

RGB Percentages of Color #ae696d

%44.85
%27.06
%28.09

CMYK Percentages of Color #ae696d

%0
%40
%37
%32

Triadic Colors of #ae696d

#ae696d #6dae69 #696dae

Analogous Colors of #ae696d

#ae696d #ae8869 #ae6990

Monochromatic Colors of #ae696d

#ae696d

Complementary Color

#ae696d #69aeaa

#ae696d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae696d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae696d Color CSS Codes

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

#ae696d Text Font Color

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

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


#ae696d Background Color

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

This div background color is #ae696d


#ae696d Border Color

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

This div border color is #ae696d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae696d


Comments

No comments written yet.

Please login to write comment.