Color Hex Logo

#aea62a Color Hex

#AEA62A
(174,166,42)
0 Favorites   0 Comments

Color spaces of #aea62a

RGB 17416642
HSL0.160.610.42
HSV56°76°68°
CMYK 0.000.050.76   0.32
XYZ31.509736.43837.5630
Yxy36.43830.41730.4826
Hunter Lab60.3641-12.461434.8265
CIE-Lab66.8535-11.077260.6376

#aea62a color RGB value is (174,166,42).

#aea62a hex color red value is 174, green value is 166 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #aea62a hue: 0.16 , saturation: 0.61 and the lightness value of aea62a is 0.42.

The process color (four color CMYK) of #aea62a color hex is 0.00, 0.05, 0.76, 0.32. Web safe color of #aea62a is #999933. Color #aea62a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100110 00101010
Octal 256 246 52
Decimal 174 166 42
Hex AE A6 2A

RGB Percentages of Color #aea62a

%45.55
%43.46
%10.99

CMYK Percentages of Color #aea62a

%0
%5
%76
%32

Triadic Colors of #aea62a

#aea62a #2aaea6 #a62aae

Analogous Colors of #aea62a

#aea62a #74ae2a #ae642a

Monochromatic Colors of #aea62a

#aea62a

Complementary Color

#aea62a #2a32ae

#aea62a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea62a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea62a Color CSS Codes

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

#aea62a Text Font Color

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

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


#aea62a Background Color

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

This div background color is #aea62a


#aea62a Border Color

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

This div border color is #aea62a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea62a


Comments

No comments written yet.

Please login to write comment.