Color Hex Logo

#ae6156 Color Hex

#AE6156
(174,97,86)
0 Favorites   0 Comments

Color spaces of #ae6156

RGB 1749786
HSL0.020.350.51
HSV51°68°
CMYK 0.000.440.51   0.32
XYZ23.410018.219911.0871
Yxy18.21990.44410.3456
Hunter Lab42.684823.198014.4791
CIE-Lab49.761729.962519.9890

#ae6156 color RGB value is (174,97,86).

#ae6156 hex color red value is 174, green value is 97 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #ae6156 hue: 0.02 , saturation: 0.35 and the lightness value of ae6156 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100001 01010110
Octal 256 141 126
Decimal 174 97 86
Hex AE 61 56

RGB Percentages of Color #ae6156

%48.74
%27.17
%24.09

CMYK Percentages of Color #ae6156

%0
%44
%51
%32

Triadic Colors of #ae6156

#ae6156 #56ae61 #6156ae

Analogous Colors of #ae6156

#ae6156 #ae8d56 #ae5677

Monochromatic Colors of #ae6156

#ae6156

Complementary Color

#ae6156 #56a3ae

#ae6156 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae6156 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae6156 Color CSS Codes

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

#ae6156 Text Font Color

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

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


#ae6156 Background Color

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

This div background color is #ae6156


#ae6156 Border Color

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

This div border color is #ae6156


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae6156


Comments

No comments written yet.

Please login to write comment.