Color Hex Logo

#aaac4f Color Hex

#AAAC4F
(170,172,79)
0 Favorites   0 Comments

Color spaces of #aaac4f

RGB 17017279
HSL0.170.370.49
HSV61°54°67°
CMYK 0.010.000.54   0.33
XYZ32.741438.615613.1250
Yxy38.61560.38760.4571
Hunter Lab62.1415-14.698630.9763
CIE-Lab68.4719-13.601746.8444

#aaac4f color RGB value is (170,172,79).

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

The process color (four color CMYK) of #aaac4f color hex is 0.01, 0.00, 0.54, 0.33. Web safe color of #aaac4f is #999966. Color #aaac4f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101100 01001111
Octal 252 254 117
Decimal 170 172 79
Hex AA AC 4F

RGB Percentages of Color #aaac4f

%40.38
%40.86
%18.76

CMYK Percentages of Color #aaac4f

%1
%0
%54
%33

Triadic Colors of #aaac4f

#aaac4f #4faaac #ac4faa

Analogous Colors of #aaac4f

#aaac4f #7cac4f #ac804f

Monochromatic Colors of #aaac4f

#aaac4f

Complementary Color

#aaac4f #514fac

#aaac4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaac4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaac4f Color CSS Codes

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

#aaac4f Text Font Color

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

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


#aaac4f Background Color

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

This div background color is #aaac4f


#aaac4f Border Color

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

This div border color is #aaac4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaac4f


Comments

No comments written yet.

Please login to write comment.