Color Hex Logo

#ae9244 Color Hex

#AE9244
(174,146,68)
0 Favorites   0 Comments

Color spaces of #ae9244

RGB 17414668
HSL0.120.440.47
HSV44°61°68°
CMYK 0.000.160.61   0.32
XYZ28.777829.97389.7376
Yxy29.97380.42020.4376
Hunter Lab54.7483-1.983227.7784
CIE-Lab61.63161.126144.4085

#ae9244 color RGB value is (174,146,68).

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

The process color (four color CMYK) of #ae9244 color hex is 0.00, 0.16, 0.61, 0.32. Web safe color of #ae9244 is #999933. Color #ae9244 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010010 01000100
Octal 256 222 104
Decimal 174 146 68
Hex AE 92 44

RGB Percentages of Color #ae9244

%44.85
%37.63
%17.53

CMYK Percentages of Color #ae9244

%0
%16
%61
%32

Triadic Colors of #ae9244

#ae9244 #44ae92 #9244ae

Analogous Colors of #ae9244

#ae9244 #95ae44 #ae5d44

Monochromatic Colors of #ae9244

#ae9244

Complementary Color

#ae9244 #4460ae

#ae9244 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9244 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9244 Color CSS Codes

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

#ae9244 Text Font Color

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

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


#ae9244 Background Color

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

This div background color is #ae9244


#ae9244 Border Color

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

This div border color is #ae9244


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9244


Comments

No comments written yet.

Please login to write comment.