Color Hex Logo

#aaa71e Color Hex

#AAA71E
(170,167,30)
0 Favorites   0 Comments

Color spaces of #aaa71e

RGB 17016730
HSL0.160.700.39
HSV59°82°67°
CMYK 0.000.020.82   0.33
XYZ30.630636.27726.6161
Yxy36.27720.41660.4934
Hunter Lab60.2306-14.626335.6486
CIE-Lab66.7312-13.798764.0120

#aaa71e color RGB value is (170,167,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100111 00011110
Octal 252 247 36
Decimal 170 167 30
Hex AA A7 1E

RGB Percentages of Color #aaa71e

%46.32
%45.50
%8.17

CMYK Percentages of Color #aaa71e

%0
%2
%82
%33

Triadic Colors of #aaa71e

#aaa71e #1eaaa7 #a71eaa

Analogous Colors of #aaa71e

#aaa71e #67aa1e #aa611e

Monochromatic Colors of #aaa71e

#aaa71e

Complementary Color

#aaa71e #1e21aa

#aaa71e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa71e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa71e Color CSS Codes

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

#aaa71e Text Font Color

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

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


#aaa71e Background Color

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

This div background color is #aaa71e


#aaa71e Border Color

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

This div border color is #aaa71e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,167,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 #aaa71e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa71e


Comments

No comments written yet.

Please login to write comment.