Color Hex Logo

#ae913f Color Hex

#AE913F
(174,145,63)
0 Favorites   0 Comments

Color spaces of #ae913f

RGB 17414563
HSL0.120.470.46
HSV44°64°68°
CMYK 0.000.170.64   0.32
XYZ28.478229.60838.9166
Yxy29.60830.42500.4419
Hunter Lab54.4135-1.802728.3738
CIE-Lab61.31481.322646.4500

#ae913f color RGB value is (174,145,63).

#ae913f hex color red value is 174, green value is 145 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ae913f hue: 0.12 , saturation: 0.47 and the lightness value of ae913f is 0.46.

The process color (four color CMYK) of #ae913f color hex is 0.00, 0.17, 0.64, 0.32. Web safe color of #ae913f is #999933. Color #ae913f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010001 00111111
Octal 256 221 77
Decimal 174 145 63
Hex AE 91 3F

RGB Percentages of Color #ae913f

%45.55
%37.96
%16.49

CMYK Percentages of Color #ae913f

%0
%17
%64
%32

Triadic Colors of #ae913f

#ae913f #3fae91 #913fae

Analogous Colors of #ae913f

#ae913f #94ae3f #ae5a3f

Monochromatic Colors of #ae913f

#ae913f

Complementary Color

#ae913f #3f5cae

#ae913f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae913f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae913f Color CSS Codes

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

#ae913f Text Font Color

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

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


#ae913f Background Color

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

This div background color is #ae913f


#ae913f Border Color

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

This div border color is #ae913f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae913f


Comments

No comments written yet.

Please login to write comment.