Color Hex Logo

#ae871a Color Hex

#AE871A
(174,135,26)
0 Favorites   0 Comments

Color spaces of #ae871a

RGB 17413526
HSL0.120.740.39
HSV44°85°68°
CMYK 0.000.220.85   0.32
XYZ26.306026.40124.6867
Yxy26.40120.45830.4600
Hunter Lab51.38211.467730.5595
CIE-Lab58.41595.085058.2118

#ae871a color RGB value is (174,135,26).

#ae871a hex color red value is 174, green value is 135 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #ae871a hue: 0.12 , saturation: 0.74 and the lightness value of ae871a is 0.39.

The process color (four color CMYK) of #ae871a color hex is 0.00, 0.22, 0.85, 0.32. Web safe color of #ae871a is #999933. Color #ae871a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000111 00011010
Octal 256 207 32
Decimal 174 135 26
Hex AE 87 1A

RGB Percentages of Color #ae871a

%51.94
%40.30
%7.76

CMYK Percentages of Color #ae871a

%0
%22
%85
%32

Triadic Colors of #ae871a

#ae871a #1aae87 #871aae

Analogous Colors of #ae871a

#ae871a #8bae1a #ae3d1a

Monochromatic Colors of #ae871a

#ae871a

Complementary Color

#ae871a #1a41ae

#ae871a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae871a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae871a Color CSS Codes

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

#ae871a Text Font Color

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

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


#ae871a Background Color

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

This div background color is #ae871a


#ae871a Border Color

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

This div border color is #ae871a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae871a


Comments

No comments written yet.

Please login to write comment.