Color Hex Logo

#ae912a Color Hex

#AE912A
(174,145,42)
0 Favorites   0 Comments

Color spaces of #ae912a

RGB 17414542
HSL0.130.610.42
HSV47°76°68°
CMYK 0.000.170.76   0.32
XYZ27.998929.41666.3928
Yxy29.41660.43880.4610
Hunter Lab54.2371-2.767530.9776
CIE-Lab61.14760.155755.2797

#ae912a color RGB value is (174,145,42).

#ae912a hex color red value is 174, green value is 145 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ae912a hue: 0.13 , saturation: 0.61 and the lightness value of ae912a is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010001 00101010
Octal 256 221 52
Decimal 174 145 42
Hex AE 91 2A

RGB Percentages of Color #ae912a

%48.20
%40.17
%11.63

CMYK Percentages of Color #ae912a

%0
%17
%76
%32

Triadic Colors of #ae912a

#ae912a #2aae91 #912aae

Analogous Colors of #ae912a

#ae912a #89ae2a #ae4f2a

Monochromatic Colors of #ae912a

#ae912a

Complementary Color

#ae912a #2a47ae

#ae912a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae912a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae912a Color CSS Codes

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

#ae912a Text Font Color

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

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


#ae912a Background Color

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

This div background color is #ae912a


#ae912a Border Color

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

This div border color is #ae912a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae912a


Comments

No comments written yet.

Please login to write comment.