Color Hex Logo

#aea92e Color Hex

#AEA92E
(174,169,46)
0 Favorites   0 Comments

Color spaces of #aea92e

RGB 17416946
HSL0.160.580.43
HSV58°74°68°
CMYK 0.000.030.74   0.32
XYZ32.136737.57198.1431
Yxy37.57190.41280.4826
Hunter Lab61.2959-13.682535.0305
CIE-Lab67.7039-12.462660.0535

#aea92e color RGB value is (174,169,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101001 00101110
Octal 256 251 56
Decimal 174 169 46
Hex AE A9 2E

RGB Percentages of Color #aea92e

%44.73
%43.44
%11.83

CMYK Percentages of Color #aea92e

%0
%3
%74
%32

Triadic Colors of #aea92e

#aea92e #2eaea9 #a92eae

Analogous Colors of #aea92e

#aea92e #73ae2e #ae692e

Monochromatic Colors of #aea92e

#aea92e

Complementary Color

#aea92e #2e33ae

#aea92e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea92e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea92e Color CSS Codes

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

#aea92e Text Font Color

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

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


#aea92e Background Color

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

This div background color is #aea92e


#aea92e Border Color

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

This div border color is #aea92e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea92e


Comments

No comments written yet.

Please login to write comment.