Color Hex Logo

#ae865f Color Hex

#AE865F
(174,134,95)
0 Favorites   0 Comments

Color spaces of #ae865f

RGB 17413495
HSL0.080.330.53
HSV30°45°68°
CMYK 0.000.230.45   0.32
XYZ28.046226.875114.5357
Yxy26.87510.40380.3869
Hunter Lab51.84125.846819.6646
CIE-Lab58.858510.209426.8497

#ae865f color RGB value is (174,134,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000110 01011111
Octal 256 206 137
Decimal 174 134 95
Hex AE 86 5F

RGB Percentages of Color #ae865f

%43.18
%33.25
%23.57

CMYK Percentages of Color #ae865f

%0
%23
%45
%32

Triadic Colors of #ae865f

#ae865f #5fae86 #865fae

Analogous Colors of #ae865f

#ae865f #aeae5f #ae5f5f

Monochromatic Colors of #ae865f

#ae865f

Complementary Color

#ae865f #5f87ae

#ae865f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae865f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae865f Color CSS Codes

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

#ae865f Text Font Color

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

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


#ae865f Background Color

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

This div background color is #ae865f


#ae865f Border Color

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

This div border color is #ae865f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae865f


Comments

No comments written yet.

Please login to write comment.