color codes Logo

#ae9032 color codes

#AE9032
(174,144,50)
0 Favorites   0 Comments

Color spaces of #ae9032

RGB 17414450
HSL0.130.550.44
HSV45°71°68°
CMYK 0.000.170.71   0.32
XYZ28.004529.17557.1730
Yxy29.17550.43520.4534
Hunter Lab54.0143-1.979329.9364
CIE-Lab60.93621.088951.8736

#ae9032 color RGB value is (174,144,50).

#ae9032 hex color red value is 174, green value is 144 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #ae9032 hue: 0.13 , saturation: 0.55 and the lightness value of ae9032 is 0.44.

The process color (four color CMYK) of #ae9032 color code is 0.00, 0.17, 0.71, 0.32. Web safe color of #ae9032 is #999933. Color #ae9032 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010000 00110010
Octal 256 220 62
Decimal 174 144 50
Hex AE 90 32

RGB Percentages of Color #ae9032

%47.28
%39.13
%13.59

CMYK Percentages of Color #ae9032

%0
%17
%71
%32

Triadic Colors of #ae9032

#ae9032 #32ae90 #9032ae

Analogous Colors of #ae9032

#ae9032 #8eae32 #ae5232

Monochromatic Colors of #ae9032

#ae9032

Complementary Color

#ae9032 #3250ae

#ae9032 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9032 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9032 Color CSS Codes

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

#ae9032 Text Font Color

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

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


#ae9032 Background Color

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

This div background color is #ae9032


#ae9032 Border Color

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

This div border color is #ae9032


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9032


Comments

No comments written yet.

Please login to write comment.