Color Hex Logo

#aaa63e Color Hex

#AAA63E
(170,166,62)
0 Favorites   0 Comments

Color spaces of #aaa63e

RGB 17016662
HSL0.160.470.45
HSV58°64°67°
CMYK 0.000.020.64   0.33
XYZ31.083336.16639.9000
Yxy36.16630.40290.4688
Hunter Lab60.1384-12.982332.3366
CIE-Lab66.6468-11.754452.5609

#aaa63e color RGB value is (170,166,62).

#aaa63e hex color red value is 170, green value is 166 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #aaa63e hue: 0.16 , saturation: 0.47 and the lightness value of aaa63e is 0.45.

The process color (four color CMYK) of #aaa63e color hex is 0.00, 0.02, 0.64, 0.33. Web safe color of #aaa63e is #999933. Color #aaa63e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100110 00111110
Octal 252 246 76
Decimal 170 166 62
Hex AA A6 3E

RGB Percentages of Color #aaa63e

%42.71
%41.71
%15.58

CMYK Percentages of Color #aaa63e

%0
%2
%64
%33

Triadic Colors of #aaa63e

#aaa63e #3eaaa6 #a63eaa

Analogous Colors of #aaa63e

#aaa63e #78aa3e #aa703e

Monochromatic Colors of #aaa63e

#aaa63e

Complementary Color

#aaa63e #3e42aa

#aaa63e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa63e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa63e Color CSS Codes

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

#aaa63e Text Font Color

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

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


#aaa63e Background Color

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

This div background color is #aaa63e


#aaa63e Border Color

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

This div border color is #aaa63e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa63e


Comments

No comments written yet.

Please login to write comment.