Color Hex Logo

#ae9339 Color Hex

#AE9339
(174,147,57)
0 Favorites   0 Comments

Color spaces of #ae9339

RGB 17414757
HSL0.130.510.45
HSV46°67°68°
CMYK 0.000.160.67   0.32
XYZ28.627830.16158.1838
Yxy30.16150.42750.4504
Hunter Lab54.9195-3.062729.6086
CIE-Lab61.7933-0.155349.7227

#ae9339 color RGB value is (174,147,57).

#ae9339 hex color red value is 174, green value is 147 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #ae9339 hue: 0.13 , saturation: 0.51 and the lightness value of ae9339 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010011 00111001
Octal 256 223 71
Decimal 174 147 57
Hex AE 93 39

RGB Percentages of Color #ae9339

%46.03
%38.89
%15.08

CMYK Percentages of Color #ae9339

%0
%16
%67
%32

Triadic Colors of #ae9339

#ae9339 #39ae93 #9339ae

Analogous Colors of #ae9339

#ae9339 #8fae39 #ae5839

Monochromatic Colors of #ae9339

#ae9339

Complementary Color

#ae9339 #3954ae

#ae9339 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9339 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9339 Color CSS Codes

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

#ae9339 Text Font Color

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

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


#ae9339 Background Color

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

This div background color is #ae9339


#ae9339 Border Color

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

This div border color is #ae9339


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9339


Comments

No comments written yet.

Please login to write comment.