Color Hex Logo

#ae8156 Color Hex

#AE8156
(174,129,86)
0 Favorites   0 Comments

Color spaces of #ae8156

RGB 17412986
HSL0.080.350.51
HSV29°51°68°
CMYK 0.000.260.51   0.32
XYZ26.985525.371112.2789
Yxy25.37110.41750.3925
Hunter Lab50.36977.484020.8054
CIE-Lab57.435212.093929.9859

#ae8156 color RGB value is (174,129,86).

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

The process color (four color CMYK) of #ae8156 color hex is 0.00, 0.26, 0.51, 0.32. Web safe color of #ae8156 is #999966. Color #ae8156 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000001 01010110
Octal 256 201 126
Decimal 174 129 86
Hex AE 81 56

RGB Percentages of Color #ae8156

%44.73
%33.16
%22.11

CMYK Percentages of Color #ae8156

%0
%26
%51
%32

Triadic Colors of #ae8156

#ae8156 #56ae81 #8156ae

Analogous Colors of #ae8156

#ae8156 #aead56 #ae5657

Monochromatic Colors of #ae8156

#ae8156

Complementary Color

#ae8156 #5683ae

#ae8156 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8156 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8156 Color CSS Codes

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

#ae8156 Text Font Color

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

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


#ae8156 Background Color

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

This div background color is #ae8156


#ae8156 Border Color

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

This div border color is #ae8156


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8156


Comments

No comments written yet.

Please login to write comment.