Color Hex Logo

#aaaa3e Color Hex

#AAAA3E
(170,170,62)
0 Favorites   0 Comments

Color spaces of #aaaa3e

RGB 17017062
HSL0.170.470.45
HSV60°64°67°
CMYK 0.000.000.64   0.33
XYZ31.821837.643310.1461
Yxy37.64330.39970.4728
Hunter Lab61.3541-14.789333.1431
CIE-Lab67.7569-13.832553.7358

#aaaa3e color RGB value is (170,170,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101010 00111110
Octal 252 252 76
Decimal 170 170 62
Hex AA AA 3E

RGB Percentages of Color #aaaa3e

%42.29
%42.29
%15.42

CMYK Percentages of Color #aaaa3e

%0
%0
%64
%33

Triadic Colors of #aaaa3e

#aaaa3e #3eaaaa #aa3eaa

Analogous Colors of #aaaa3e

#aaaa3e #74aa3e #aa743e

Monochromatic Colors of #aaaa3e

#aaaa3e

Complementary Color

#aaaa3e #3e3eaa

#aaaa3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaa3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaa3e Color CSS Codes

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

#aaaa3e Text Font Color

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

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


#aaaa3e Background Color

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

This div background color is #aaaa3e


#aaaa3e Border Color

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

This div border color is #aaaa3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaa3e


Comments

No comments written yet.

Please login to write comment.