Color Hex Logo

#ae815f Color Hex

#AE815F
(174,129,95)
0 Favorites   0 Comments

Color spaces of #ae815f

RGB 17412995
HSL0.070.330.53
HSV26°45°68°
CMYK 0.000.260.45   0.32
XYZ27.371425.525414.3107
Yxy25.52540.40730.3798
Hunter Lab50.52278.290318.5718
CIE-Lab57.583813.012625.1820

#ae815f color RGB value is (174,129,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000001 01011111
Octal 256 201 137
Decimal 174 129 95
Hex AE 81 5F

RGB Percentages of Color #ae815f

%43.72
%32.41
%23.87

CMYK Percentages of Color #ae815f

%0
%26
%45
%32

Triadic Colors of #ae815f

#ae815f #5fae81 #815fae

Analogous Colors of #ae815f

#ae815f #aea95f #ae5f65

Monochromatic Colors of #ae815f

#ae815f

Complementary Color

#ae815f #5f8cae

#ae815f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae815f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae815f Color CSS Codes

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

#ae815f Text Font Color

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

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


#ae815f Background Color

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

This div background color is #ae815f


#ae815f Border Color

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

This div border color is #ae815f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae815f


Comments

No comments written yet.

Please login to write comment.