Color Hex Logo

#aaa44a Color Hex

#AAA44A
(170,164,74)
0 Favorites   0 Comments

Color spaces of #aaa44a

RGB 17016474
HSL0.160.390.48
HSV56°56°67°
CMYK 0.000.040.56   0.33
XYZ31.089135.591411.7098
Yxy35.59140.39660.4540
Hunter Lab59.6585-11.383030.1235
CIE-Lab66.2065-9.835346.6253

#aaa44a color RGB value is (170,164,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100100 01001010
Octal 252 244 112
Decimal 170 164 74
Hex AA A4 4A

RGB Percentages of Color #aaa44a

%41.67
%40.20
%18.14

CMYK Percentages of Color #aaa44a

%0
%4
%56
%33

Triadic Colors of #aaa44a

#aaa44a #4aaaa4 #a44aaa

Analogous Colors of #aaa44a

#aaa44a #80aa4a #aa744a

Monochromatic Colors of #aaa44a

#aaa44a

Complementary Color

#aaa44a #4a50aa

#aaa44a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa44a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa44a Color CSS Codes

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

#aaa44a Text Font Color

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

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


#aaa44a Background Color

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

This div background color is #aaa44a


#aaa44a Border Color

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

This div border color is #aaa44a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa44a


Comments

No comments written yet.

Please login to write comment.