Color Hex Logo

#aea92d Color Hex

#AEA92D
(174,169,45)
0 Favorites   0 Comments

Color spaces of #aea92d

RGB 17416945
HSL0.160.590.43
HSV58°74°68°
CMYK 0.000.030.74   0.32
XYZ32.117237.56418.0405
Yxy37.56410.41320.4833
Hunter Lab61.2896-13.718435.1245
CIE-Lab67.6981-12.508160.3989

#aea92d color RGB value is (174,169,45).

#aea92d hex color red value is 174, green value is 169 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #aea92d hue: 0.16 , saturation: 0.59 and the lightness value of aea92d is 0.43.

The process color (four color CMYK) of #aea92d color hex is 0.00, 0.03, 0.74, 0.32. Web safe color of #aea92d is #999933. Color #aea92d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101001 00101101
Octal 256 251 55
Decimal 174 169 45
Hex AE A9 2D

RGB Percentages of Color #aea92d

%44.85
%43.56
%11.60

CMYK Percentages of Color #aea92d

%0
%3
%74
%32

Triadic Colors of #aea92d

#aea92d #2daea9 #a92dae

Analogous Colors of #aea92d

#aea92d #73ae2d #ae692d

Monochromatic Colors of #aea92d

#aea92d

Complementary Color

#aea92d #2d32ae

#aea92d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea92d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea92d Color CSS Codes

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

#aea92d Text Font Color

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

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


#aea92d Background Color

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

This div background color is #aea92d


#aea92d Border Color

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

This div border color is #aea92d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea92d


Comments

No comments written yet.

Please login to write comment.