Color Hex Logo

#ae6367 Color Hex

#AE6367
(174,99,103)
0 Favorites   0 Comments

Color spaces of #ae6367

RGB 17499103
HSL0.990.320.54
HSV357°43°68°
CMYK 0.000.430.41   0.32
XYZ24.365618.901615.1961
Yxy18.90160.41680.3233
Hunter Lab43.476023.95539.7096
CIE-Lab50.571930.678411.0373

#ae6367 color RGB value is (174,99,103).

#ae6367 hex color red value is 174, green value is 99 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #ae6367 hue: 0.99 , saturation: 0.32 and the lightness value of ae6367 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100011 01100111
Octal 256 143 147
Decimal 174 99 103
Hex AE 63 67

RGB Percentages of Color #ae6367

%46.28
%26.33
%27.39

CMYK Percentages of Color #ae6367

%0
%43
%41
%32

Triadic Colors of #ae6367

#ae6367 #67ae63 #6367ae

Analogous Colors of #ae6367

#ae6367 #ae8563 #ae638d

Monochromatic Colors of #ae6367

#ae6367

Complementary Color

#ae6367 #63aeaa

#ae6367 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae6367 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae6367 Color CSS Codes

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

#ae6367 Text Font Color

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

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


#ae6367 Background Color

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

This div background color is #ae6367


#ae6367 Border Color

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

This div border color is #ae6367


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae6367


Comments

No comments written yet.

Please login to write comment.