Color Hex Logo

#ae712f Color Hex

#AE712F
(174,113,47)
0 Favorites   0 Comments

Color spaces of #ae712f

RGB 17411347
HSL0.090.570.43
HSV31°73°68°
CMYK 0.000.350.73   0.32
XYZ23.873821.01425.4872
Yxy21.01420.47390.4172
Hunter Lab45.841212.739424.9919
CIE-Lab52.965018.211545.0309

#ae712f color RGB value is (174,113,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110001 00101111
Octal 256 161 57
Decimal 174 113 47
Hex AE 71 2F

RGB Percentages of Color #ae712f

%52.10
%33.83
%14.07

CMYK Percentages of Color #ae712f

%0
%35
%73
%32

Triadic Colors of #ae712f

#ae712f #2fae71 #712fae

Analogous Colors of #ae712f

#ae712f #acae2f #ae322f

Monochromatic Colors of #ae712f

#ae712f

Complementary Color

#ae712f #2f6cae

#ae712f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae712f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae712f Color CSS Codes

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

#ae712f Text Font Color

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

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


#ae712f Background Color

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

This div background color is #ae712f


#ae712f Border Color

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

This div border color is #ae712f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae712f


Comments

No comments written yet.

Please login to write comment.