Color Hex Logo

#aaa34e Color Hex

#AAA34E
(170,163,78)
0 Favorites   0 Comments

Color spaces of #aaa34e

RGB 17016378
HSL0.150.370.49
HSV55°54°67°
CMYK 0.000.040.54   0.33
XYZ31.049935.290512.3830
Yxy35.29050.39440.4483
Hunter Lab59.4058-10.662829.2252
CIE-Lab65.9742-8.978844.4360

#aaa34e color RGB value is (170,163,78).

#aaa34e hex color red value is 170, green value is 163 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #aaa34e hue: 0.15 , saturation: 0.37 and the lightness value of aaa34e is 0.49.

The process color (four color CMYK) of #aaa34e color hex is 0.00, 0.04, 0.54, 0.33. Web safe color of #aaa34e is #999966. Color #aaa34e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100011 01001110
Octal 252 243 116
Decimal 170 163 78
Hex AA A3 4E

RGB Percentages of Color #aaa34e

%41.36
%39.66
%18.98

CMYK Percentages of Color #aaa34e

%0
%4
%54
%33

Triadic Colors of #aaa34e

#aaa34e #4eaaa3 #a34eaa

Analogous Colors of #aaa34e

#aaa34e #83aa4e #aa754e

Monochromatic Colors of #aaa34e

#aaa34e

Complementary Color

#aaa34e #4e55aa

#aaa34e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa34e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa34e Color CSS Codes

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

#aaa34e Text Font Color

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

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


#aaa34e Background Color

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

This div background color is #aaa34e


#aaa34e Border Color

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

This div border color is #aaa34e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa34e


Comments

No comments written yet.

Please login to write comment.