Color Hex Logo

#aaa61e Color Hex

#AAA61E
(170,166,30)
0 Favorites   0 Comments

Color spaces of #aaa61e

RGB 17016630
HSL0.160.700.39
HSV58°82°67°
CMYK 0.000.020.82   0.33
XYZ30.448135.91226.5553
Yxy35.91220.41760.4925
Hunter Lab59.9268-14.178135.4631
CIE-Lab66.4528-13.280963.7736

#aaa61e color RGB value is (170,166,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100110 00011110
Octal 252 246 36
Decimal 170 166 30
Hex AA A6 1E

RGB Percentages of Color #aaa61e

%46.45
%45.36
%8.20

CMYK Percentages of Color #aaa61e

%0
%2
%82
%33

Triadic Colors of #aaa61e

#aaa61e #1eaaa6 #a61eaa

Analogous Colors of #aaa61e

#aaa61e #68aa1e #aa601e

Monochromatic Colors of #aaa61e

#aaa61e

Complementary Color

#aaa61e #1e22aa

#aaa61e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa61e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa61e Color CSS Codes

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

#aaa61e Text Font Color

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

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


#aaa61e Background Color

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

This div background color is #aaa61e


#aaa61e Border Color

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

This div border color is #aaa61e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa61e


Comments

No comments written yet.

Please login to write comment.