Color Hex Logo

#aaa43e Color Hex

#AAA43E
(170,164,62)
0 Favorites   0 Comments

Color spaces of #aaa43e

RGB 17016462
HSL0.160.470.45
HSV57°64°67°
CMYK 0.000.040.64   0.33
XYZ30.722535.44489.7797
Yxy35.44480.40450.4667
Hunter Lab59.5355-12.074731.9355
CIE-Lab66.0935-10.707651.9728

#aaa43e color RGB value is (170,164,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100100 00111110
Octal 252 244 76
Decimal 170 164 62
Hex AA A4 3E

RGB Percentages of Color #aaa43e

%42.93
%41.41
%15.66

CMYK Percentages of Color #aaa43e

%0
%4
%64
%33

Triadic Colors of #aaa43e

#aaa43e #3eaaa4 #a43eaa

Analogous Colors of #aaa43e

#aaa43e #7aaa3e #aa6e3e

Monochromatic Colors of #aaa43e

#aaa43e

Complementary Color

#aaa43e #3e44aa

#aaa43e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa43e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa43e Color CSS Codes

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

#aaa43e Text Font Color

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

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


#aaa43e Background Color

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

This div background color is #aaa43e


#aaa43e Border Color

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

This div border color is #aaa43e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa43e


Comments

No comments written yet.

Please login to write comment.