Color Hex Logo

#ae6667 Color Hex

#AE6667
(174,102,103)
0 Favorites   0 Comments

Color spaces of #ae6667

RGB 174102103
HSL1.000.310.54
HSV359°41°68°
CMYK 0.000.410.41   0.32
XYZ24.655119.480715.2926
Yxy19.48070.41490.3278
Hunter Lab44.136922.471310.3530
CIE-Lab51.244929.030311.9785

#ae6667 color RGB value is (174,102,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100110 01100111
Octal 256 146 147
Decimal 174 102 103
Hex AE 66 67

RGB Percentages of Color #ae6667

%45.91
%26.91
%27.18

CMYK Percentages of Color #ae6667

%0
%41
%41
%32

Triadic Colors of #ae6667

#ae6667 #67ae66 #6667ae

Analogous Colors of #ae6667

#ae6667 #ae8966 #ae668b

Monochromatic Colors of #ae6667

#ae6667

Complementary Color

#ae6667 #66aead

#ae6667 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae6667 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae6667 Color CSS Codes

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

#ae6667 Text Font Color

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

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


#ae6667 Background Color

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

This div background color is #ae6667


#ae6667 Border Color

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

This div border color is #ae6667


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae6667


Comments

No comments written yet.

Please login to write comment.