Color Hex Logo

#ae540a Color Hex

#AE540A
(174,84,10)
0 Favorites   0 Comments

Color spaces of #ae540a

RGB 1748410
HSL0.080.890.36
HSV27°94°68°
CMYK 0.000.520.94   0.32
XYZ20.680715.36122.1622
Yxy15.36120.54130.4021
Hunter Lab39.193425.598624.1645
CIE-Lab46.125032.951452.9525

#ae540a color RGB value is (174,84,10).

#ae540a hex color red value is 174, green value is 84 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ae540a hue: 0.08 , saturation: 0.89 and the lightness value of ae540a is 0.36.

The process color (four color CMYK) of #ae540a color hex is 0.00, 0.52, 0.94, 0.32. Web safe color of #ae540a is #996600. Color #ae540a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010100 00001010
Octal 256 124 12
Decimal 174 84 10
Hex AE 54 A

RGB Percentages of Color #ae540a

%64.93
%31.34
%3.73

CMYK Percentages of Color #ae540a

%0
%52
%94
%32

Triadic Colors of #ae540a

#ae540a #0aae54 #540aae

Analogous Colors of #ae540a

#ae540a #aea60a #ae0a12

Monochromatic Colors of #ae540a

#ae540a

Complementary Color

#ae540a #0a64ae

#ae540a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae540a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae540a Color CSS Codes

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

#ae540a Text Font Color

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

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


#ae540a Background Color

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

This div background color is #ae540a


#ae540a Border Color

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

This div border color is #ae540a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae540a


Comments

No comments written yet.

Please login to write comment.