Color Hex Logo

#ae6972 Color Hex

#AE6972
(174,105,114)
0 Favorites   0 Comments

Color spaces of #ae6972

RGB 174105114
HSL0.980.300.55
HSV352°40°68°
CMYK 0.000.400.34   0.32
XYZ25.544420.316718.4948
Yxy20.31670.39690.3157
Hunter Lab45.074122.28017.2239
CIE-Lab52.193428.73086.8122

#ae6972 color RGB value is (174,105,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101001 01110010
Octal 256 151 162
Decimal 174 105 114
Hex AE 69 72

RGB Percentages of Color #ae6972

%44.27
%26.72
%29.01

CMYK Percentages of Color #ae6972

%0
%40
%34
%32

Triadic Colors of #ae6972

#ae6972 #72ae69 #6972ae

Analogous Colors of #ae6972

#ae6972 #ae8369 #ae6995

Monochromatic Colors of #ae6972

#ae6972

Complementary Color

#ae6972 #69aea5

#ae6972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae6972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae6972 Color CSS Codes

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

#ae6972 Text Font Color

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

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


#ae6972 Background Color

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

This div background color is #ae6972


#ae6972 Border Color

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

This div border color is #ae6972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae6972


Comments

No comments written yet.

Please login to write comment.