Color Hex Logo

#ae6a70 Color Hex

#AE6A70
(174,106,112)
0 Favorites   0 Comments

Color spaces of #ae6a70

RGB 174106112
HSL0.990.300.55
HSV355°39°68°
CMYK 0.000.390.36   0.32
XYZ25.534220.476617.9358
Yxy20.47660.39930.3202
Hunter Lab45.251121.53438.1755
CIE-Lab52.371827.91878.2472

#ae6a70 color RGB value is (174,106,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101010 01110000
Octal 256 152 160
Decimal 174 106 112
Hex AE 6A 70

RGB Percentages of Color #ae6a70

%44.39
%27.04
%28.57

CMYK Percentages of Color #ae6a70

%0
%39
%36
%32

Triadic Colors of #ae6a70

#ae6a70 #70ae6a #6a70ae

Analogous Colors of #ae6a70

#ae6a70 #ae866a #ae6a92

Monochromatic Colors of #ae6a70

#ae6a70

Complementary Color

#ae6a70 #6aaea8

#ae6a70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae6a70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae6a70 Color CSS Codes

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

#ae6a70 Text Font Color

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

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


#ae6a70 Background Color

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

This div background color is #ae6a70


#ae6a70 Border Color

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

This div border color is #ae6a70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae6a70


Comments

No comments written yet.

Please login to write comment.