Color Hex Logo

#ae3316 Color Hex

#AE3316
(174,51,22)
0 Favorites   0 Comments

Color spaces of #ae3316

RGB 1745122
HSL0.030.780.38
HSV11°87°68°
CMYK 0.000.710.87   0.32
XYZ18.784211.42431.9741
Yxy11.42430.58370.3550
Hunter Lab33.799940.051320.1970
CIE-Lab40.286148.630044.5038

#ae3316 color RGB value is (174,51,22).

#ae3316 hex color red value is 174, green value is 51 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #ae3316 hue: 0.03 , saturation: 0.78 and the lightness value of ae3316 is 0.38.

The process color (four color CMYK) of #ae3316 color hex is 0.00, 0.71, 0.87, 0.32. Web safe color of #ae3316 is #993300. Color #ae3316 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110011 00010110
Octal 256 63 26
Decimal 174 51 22
Hex AE 33 16

RGB Percentages of Color #ae3316

%70.45
%20.65
%8.91

CMYK Percentages of Color #ae3316

%0
%71
%87
%32

Triadic Colors of #ae3316

#ae3316 #16ae33 #3316ae

Analogous Colors of #ae3316

#ae3316 #ae7f16 #ae1645

Monochromatic Colors of #ae3316

#ae3316

Complementary Color

#ae3316 #1691ae

#ae3316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae3316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae3316 Color CSS Codes

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

#ae3316 Text Font Color

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

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


#ae3316 Background Color

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

This div background color is #ae3316


#ae3316 Border Color

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

This div border color is #ae3316


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae3316


Comments

No comments written yet.

Please login to write comment.