Color Hex Logo

#ae541f Color Hex

#AE541F
(174,84,31)
0 Favorites   0 Comments

Color spaces of #ae541f

RGB 1748431
HSL0.060.700.40
HSV22°82°68°
CMYK 0.000.520.82   0.32
XYZ20.873215.43823.1761
Yxy15.43820.52860.3910
Hunter Lab39.291526.066222.7114
CIE-Lab46.228633.434945.7247

#ae541f color RGB value is (174,84,31).

#ae541f hex color red value is 174, green value is 84 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ae541f hue: 0.06 , saturation: 0.70 and the lightness value of ae541f is 0.40.

The process color (four color CMYK) of #ae541f color hex is 0.00, 0.52, 0.82, 0.32. Web safe color of #ae541f is #996633. Color #ae541f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010100 00011111
Octal 256 124 37
Decimal 174 84 31
Hex AE 54 1F

RGB Percentages of Color #ae541f

%60.21
%29.07
%10.73

CMYK Percentages of Color #ae541f

%0
%52
%82
%32

Triadic Colors of #ae541f

#ae541f #1fae54 #541fae

Analogous Colors of #ae541f

#ae541f #ae9c1f #ae1f31

Monochromatic Colors of #ae541f

#ae541f

Complementary Color

#ae541f #1f79ae

#ae541f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae541f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae541f Color CSS Codes

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

#ae541f Text Font Color

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

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


#ae541f Background Color

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

This div background color is #ae541f


#ae541f Border Color

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

This div border color is #ae541f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae541f


Comments

No comments written yet.

Please login to write comment.