Color Hex Logo

#ae510e Color Hex

#AE510E
(174,81,14)
0 Favorites   0 Comments

Color spaces of #ae510e

RGB 1748114
HSL0.070.850.37
HSV25°92°68°
CMYK 0.000.530.92   0.32
XYZ20.477314.91522.2151
Yxy14.91520.54450.3966
Hunter Lab38.620227.059423.6335
CIE-Lab45.517834.579351.4675

#ae510e color RGB value is (174,81,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010001 00001110
Octal 256 121 16
Decimal 174 81 14
Hex AE 51 E

RGB Percentages of Color #ae510e

%64.68
%30.11
%5.20

CMYK Percentages of Color #ae510e

%0
%53
%92
%32

Triadic Colors of #ae510e

#ae510e #0eae51 #510eae

Analogous Colors of #ae510e

#ae510e #aea10e #ae0e1b

Monochromatic Colors of #ae510e

#ae510e

Complementary Color

#ae510e #0e6bae

#ae510e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae510e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae510e Color CSS Codes

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

#ae510e Text Font Color

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

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


#ae510e Background Color

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

This div background color is #ae510e


#ae510e Border Color

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

This div border color is #ae510e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae510e


Comments

No comments written yet.

Please login to write comment.