Color Hex Logo

#ae410f Color Hex

#AE410F
(174,65,15)
0 Favorites   0 Comments

Color spaces of #ae410f

RGB 1746515
HSL0.050.840.37
HSV19°91°68°
CMYK 0.000.630.91   0.32
XYZ19.432112.81381.9011
Yxy12.81380.56910.3753
Hunter Lab35.796434.255321.9086
CIE-Lab42.481342.478548.9445

#ae410f color RGB value is (174,65,15).

#ae410f hex color red value is 174, green value is 65 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ae410f hue: 0.05 , saturation: 0.84 and the lightness value of ae410f is 0.37.

The process color (four color CMYK) of #ae410f color hex is 0.00, 0.63, 0.91, 0.32. Web safe color of #ae410f is #993300. Color #ae410f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000001 00001111
Octal 256 101 17
Decimal 174 65 15
Hex AE 41 F

RGB Percentages of Color #ae410f

%68.50
%25.59
%5.91

CMYK Percentages of Color #ae410f

%0
%63
%91
%32

Triadic Colors of #ae410f

#ae410f #0fae41 #410fae

Analogous Colors of #ae410f

#ae410f #ae910f #ae0f2c

Monochromatic Colors of #ae410f

#ae410f

Complementary Color

#ae410f #0f7cae

#ae410f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae410f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae410f Color CSS Codes

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

#ae410f Text Font Color

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

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


#ae410f Background Color

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

This div background color is #ae410f


#ae410f Border Color

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

This div border color is #ae410f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae410f


Comments

No comments written yet.

Please login to write comment.