Color Hex Logo

#ae520f Color Hex

#AE520F
(174,82,15)
0 Favorites   0 Comments

Color spaces of #ae520f

RGB 1748215
HSL0.070.840.37
HSV25°91°68°
CMYK 0.000.530.91   0.32
XYZ20.559115.06772.2767
Yxy15.06770.54240.3975
Hunter Lab38.817126.610723.6945
CIE-Lab45.726834.077251.3263

#ae520f color RGB value is (174,82,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010010 00001111
Octal 256 122 17
Decimal 174 82 15
Hex AE 52 F

RGB Percentages of Color #ae520f

%64.21
%30.26
%5.54

CMYK Percentages of Color #ae520f

%0
%53
%91
%32

Triadic Colors of #ae520f

#ae520f #0fae52 #520fae

Analogous Colors of #ae520f

#ae520f #aea20f #ae0f1b

Monochromatic Colors of #ae520f

#ae520f

Complementary Color

#ae520f #0f6bae

#ae520f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae520f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae520f Color CSS Codes

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

#ae520f Text Font Color

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

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


#ae520f Background Color

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

This div background color is #ae520f


#ae520f Border Color

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

This div border color is #ae520f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae520f


Comments

No comments written yet.

Please login to write comment.