Color Hex Logo

#aaa34a Color Hex

#AAA34A
(170,163,74)
0 Favorites   0 Comments

Color spaces of #aaa34a

RGB 17016374
HSL0.150.390.48
HSV56°56°67°
CMYK 0.000.040.56   0.33
XYZ30.910835.234811.6504
Yxy35.23480.39730.4529
Hunter Lab59.3589-10.925329.9144
CIE-Lab65.9311-9.307846.3115

#aaa34a color RGB value is (170,163,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100011 01001010
Octal 252 243 112
Decimal 170 163 74
Hex AA A3 4A

RGB Percentages of Color #aaa34a

%41.77
%40.05
%18.18

CMYK Percentages of Color #aaa34a

%0
%4
%56
%33

Triadic Colors of #aaa34a

#aaa34a #4aaaa3 #a34aaa

Analogous Colors of #aaa34a

#aaa34a #81aa4a #aa734a

Monochromatic Colors of #aaa34a

#aaa34a

Complementary Color

#aaa34a #4a51aa

#aaa34a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa34a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa34a Color CSS Codes

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

#aaa34a Text Font Color

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

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


#aaa34a Background Color

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

This div background color is #aaa34a


#aaa34a Border Color

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

This div border color is #aaa34a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa34a


Comments

No comments written yet.

Please login to write comment.