Color Hex Logo

#ae6567 Color Hex

#AE6567
(174,101,103)
0 Favorites   0 Comments

Color spaces of #ae6567

RGB 174101103
HSL1.000.310.54
HSV358°42°68°
CMYK 0.000.420.41   0.32
XYZ24.557419.285315.2601
Yxy19.28530.41550.3263
Hunter Lab43.915022.966410.1378
CIE-Lab51.019329.580911.6633

#ae6567 color RGB value is (174,101,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100101 01100111
Octal 256 145 147
Decimal 174 101 103
Hex AE 65 67

RGB Percentages of Color #ae6567

%46.03
%26.72
%27.25

CMYK Percentages of Color #ae6567

%0
%42
%41
%32

Triadic Colors of #ae6567

#ae6567 #67ae65 #6567ae

Analogous Colors of #ae6567

#ae6567 #ae8865 #ae658c

Monochromatic Colors of #ae6567

#ae6567

Complementary Color

#ae6567 #65aeac

#ae6567 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae6567 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae6567 Color CSS Codes

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

#ae6567 Text Font Color

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

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


#ae6567 Background Color

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

This div background color is #ae6567


#ae6567 Border Color

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

This div border color is #ae6567


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae6567


Comments

No comments written yet.

Please login to write comment.