Color Hex Logo

#ae512f Color Hex

#AE512F
(174,81,47)
0 Favorites   0 Comments

Color spaces of #ae512f

RGB 1748147
HSL0.040.570.43
HSV16°73°68°
CMYK 0.000.530.73   0.32
XYZ20.911115.08884.4996
Yxy15.08880.51630.3726
Hunter Lab38.844328.114620.3230
CIE-Lab45.755635.656337.3290

#ae512f color RGB value is (174,81,47).

#ae512f hex color red value is 174, green value is 81 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ae512f hue: 0.04 , saturation: 0.57 and the lightness value of ae512f is 0.43.

The process color (four color CMYK) of #ae512f color hex is 0.00, 0.53, 0.73, 0.32. Web safe color of #ae512f is #996633. Color #ae512f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010001 00101111
Octal 256 121 57
Decimal 174 81 47
Hex AE 51 2F

RGB Percentages of Color #ae512f

%57.62
%26.82
%15.56

CMYK Percentages of Color #ae512f

%0
%53
%73
%32

Triadic Colors of #ae512f

#ae512f #2fae51 #512fae

Analogous Colors of #ae512f

#ae512f #ae912f #ae2f4d

Monochromatic Colors of #ae512f

#ae512f

Complementary Color

#ae512f #2f8cae

#ae512f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae512f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae512f Color CSS Codes

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

#ae512f Text Font Color

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

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


#ae512f Background Color

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

This div background color is #ae512f


#ae512f Border Color

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

This div border color is #ae512f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae512f


Comments

No comments written yet.

Please login to write comment.