Color Hex Logo

#ae570f Color Hex

#AE570F
(174,87,15)
0 Favorites   0 Comments

Color spaces of #ae570f

RGB 1748715
HSL0.080.840.37
HSV27°91°68°
CMYK 0.000.500.91   0.32
XYZ20.950015.84962.4070
Yxy15.84960.53430.4043
Hunter Lab39.811624.261724.2834
CIE-Lab46.776531.442752.1045

#ae570f color RGB value is (174,87,15).

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

The process color (four color CMYK) of #ae570f color hex is 0.00, 0.50, 0.91, 0.32. Web safe color of #ae570f is #996600. Color #ae570f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010111 00001111
Octal 256 127 17
Decimal 174 87 15
Hex AE 57 F

RGB Percentages of Color #ae570f

%63.04
%31.52
%5.43

CMYK Percentages of Color #ae570f

%0
%50
%91
%32

Triadic Colors of #ae570f

#ae570f #0fae57 #570fae

Analogous Colors of #ae570f

#ae570f #aea70f #ae0f16

Monochromatic Colors of #ae570f

#ae570f

Complementary Color

#ae570f #0f66ae

#ae570f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae570f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae570f Color CSS Codes

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

#ae570f Text Font Color

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

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


#ae570f Background Color

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

This div background color is #ae570f


#ae570f Border Color

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

This div border color is #ae570f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae570f


Comments

No comments written yet.

Please login to write comment.