Color Hex Logo

#ae701a Color Hex

#AE701A
(174,112,26)
0 Favorites   0 Comments

Color spaces of #ae701a

RGB 17411226
HSL0.100.740.39
HSV35°85°68°
CMYK 0.000.360.85   0.32
XYZ23.436220.66163.7301
Yxy20.66160.49000.4320
Hunter Lab45.455012.486726.9531
CIE-Lab52.577117.944153.2808

#ae701a color RGB value is (174,112,26).

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

The process color (four color CMYK) of #ae701a color hex is 0.00, 0.36, 0.85, 0.32. Web safe color of #ae701a is #996633. Color #ae701a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110000 00011010
Octal 256 160 32
Decimal 174 112 26
Hex AE 70 1A

RGB Percentages of Color #ae701a

%55.77
%35.90
%8.33

CMYK Percentages of Color #ae701a

%0
%36
%85
%32

Triadic Colors of #ae701a

#ae701a #1aae70 #701aae

Analogous Colors of #ae701a

#ae701a #a2ae1a #ae261a

Monochromatic Colors of #ae701a

#ae701a

Complementary Color

#ae701a #1a58ae

#ae701a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae701a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae701a Color CSS Codes

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

#ae701a Text Font Color

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

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


#ae701a Background Color

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

This div background color is #ae701a


#ae701a Border Color

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

This div border color is #ae701a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae701a


Comments

No comments written yet.

Please login to write comment.