Color Hex Logo

#ae865e Color Hex

#AE865E
(174,134,94)
0 Favorites   0 Comments

Color spaces of #ae865e

RGB 17413494
HSL0.080.330.53
HSV30°46°68°
CMYK 0.000.230.46   0.32
XYZ28.001026.857014.2978
Yxy26.85700.40490.3884
Hunter Lab51.82375.754219.9189
CIE-Lab58.841710.102927.3815

#ae865e color RGB value is (174,134,94).

#ae865e hex color red value is 174, green value is 134 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ae865e hue: 0.08 , saturation: 0.33 and the lightness value of ae865e is 0.53.

The process color (four color CMYK) of #ae865e color hex is 0.00, 0.23, 0.46, 0.32. Web safe color of #ae865e is #999966. Color #ae865e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000110 01011110
Octal 256 206 136
Decimal 174 134 94
Hex AE 86 5E

RGB Percentages of Color #ae865e

%43.28
%33.33
%23.38

CMYK Percentages of Color #ae865e

%0
%23
%46
%32

Triadic Colors of #ae865e

#ae865e #5eae86 #865eae

Analogous Colors of #ae865e

#ae865e #aeae5e #ae5e5e

Monochromatic Colors of #ae865e

#ae865e

Complementary Color

#ae865e #5e86ae

#ae865e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae865e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae865e Color CSS Codes

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

#ae865e Text Font Color

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

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


#ae865e Background Color

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

This div background color is #ae865e


#ae865e Border Color

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

This div border color is #ae865e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae865e

#ae865e Color Palettes


Comments

No comments written yet.

Please login to write comment.