Color Hex Logo

#ae891f Color Hex

#AE891F
(174,137,31)
0 Favorites   0 Comments

Color spaces of #ae891f

RGB 17413731
HSL0.120.700.40
HSV44°82°68°
CMYK 0.000.210.82   0.32
XYZ26.648526.98895.1012
Yxy26.98890.45370.4595
Hunter Lab51.95080.648730.5437
CIE-Lab58.96414.130457.1486

#ae891f color RGB value is (174,137,31).

#ae891f hex color red value is 174, green value is 137 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ae891f hue: 0.12 , saturation: 0.70 and the lightness value of ae891f is 0.40.

The process color (four color CMYK) of #ae891f color hex is 0.00, 0.21, 0.82, 0.32. Web safe color of #ae891f is #999933. Color #ae891f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001001 00011111
Octal 256 211 37
Decimal 174 137 31
Hex AE 89 1F

RGB Percentages of Color #ae891f

%50.88
%40.06
%9.06

CMYK Percentages of Color #ae891f

%0
%21
%82
%32

Triadic Colors of #ae891f

#ae891f #1fae89 #891fae

Analogous Colors of #ae891f

#ae891f #8cae1f #ae421f

Monochromatic Colors of #ae891f

#ae891f

Complementary Color

#ae891f #1f44ae

#ae891f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae891f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae891f Color CSS Codes

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

#ae891f Text Font Color

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

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


#ae891f Background Color

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

This div background color is #ae891f


#ae891f Border Color

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

This div border color is #ae891f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae891f


Comments

No comments written yet.

Please login to write comment.