color codes Logo

#ae9d16 color codes

#AE9D16
(174,157,22)
0 Favorites   0 Comments

Color spaces of #ae9d16

RGB 17415722
HSL0.150.780.38
HSV53°87°68°
CMYK 0.000.100.87   0.32
XYZ29.657333.17055.5985
Yxy33.17050.43340.4848
Hunter Lab57.5938-8.872634.5523
CIE-Lab64.2987-6.984064.0756

#ae9d16 color RGB value is (174,157,22).

#ae9d16 hex color red value is 174, green value is 157 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #ae9d16 hue: 0.15 , saturation: 0.78 and the lightness value of ae9d16 is 0.38.

The process color (four color CMYK) of #ae9d16 color code is 0.00, 0.10, 0.87, 0.32. Web safe color of #ae9d16 is #999900. Color #ae9d16 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011101 00010110
Octal 256 235 26
Decimal 174 157 22
Hex AE 9D 16

RGB Percentages of Color #ae9d16

%49.29
%44.48
%6.23

CMYK Percentages of Color #ae9d16

%0
%10
%87
%32

Triadic Colors of #ae9d16

#ae9d16 #16ae9d #9d16ae

Analogous Colors of #ae9d16

#ae9d16 #73ae16 #ae5116

Monochromatic Colors of #ae9d16

#ae9d16

Complementary Color

#ae9d16 #1627ae

#ae9d16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9d16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9d16 Color CSS Codes

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

#ae9d16 Text Font Color

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

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


#ae9d16 Background Color

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

This div background color is #ae9d16


#ae9d16 Border Color

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

This div border color is #ae9d16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9d16


Comments

No comments written yet.

Please login to write comment.