Color Hex Logo

#ae550f Color Hex

#AE550F
(174,85,15)
0 Favorites   0 Comments

Color spaces of #ae550f

RGB 1748515
HSL0.070.840.37
HSV26°91°68°
CMYK 0.000.510.91   0.32
XYZ20.790315.53022.3538
Yxy15.53020.53760.4016
Hunter Lab39.408425.204924.0446
CIE-Lab46.352032.503251.7892

#ae550f color RGB value is (174,85,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010101 00001111
Octal 256 125 17
Decimal 174 85 15
Hex AE 55 F

RGB Percentages of Color #ae550f

%63.50
%31.02
%5.47

CMYK Percentages of Color #ae550f

%0
%51
%91
%32

Triadic Colors of #ae550f

#ae550f #0fae55 #550fae

Analogous Colors of #ae550f

#ae550f #aea50f #ae0f18

Monochromatic Colors of #ae550f

#ae550f

Complementary Color

#ae550f #0f68ae

#ae550f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae550f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae550f Color CSS Codes

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

#ae550f Text Font Color

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

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


#ae550f Background Color

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

This div background color is #ae550f


#ae550f Border Color

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

This div border color is #ae550f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae550f


Comments

No comments written yet.

Please login to write comment.