Color Hex Logo

#aaac3f Color Hex

#AAAC3F
(170,172,63)
0 Favorites   0 Comments

Color spaces of #aaac3f

RGB 17017263
HSL0.170.460.46
HSV61°63°67°
CMYK 0.010.000.63   0.33
XYZ32.227338.410010.4179
Yxy38.41000.39760.4739
Hunter Lab61.9758-15.638033.4166
CIE-Lab68.3217-14.798653.9071

#aaac3f color RGB value is (170,172,63).

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

The process color (four color CMYK) of #aaac3f color hex is 0.01, 0.00, 0.63, 0.33. Web safe color of #aaac3f is #999933. Color #aaac3f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101100 00111111
Octal 252 254 77
Decimal 170 172 63
Hex AA AC 3F

RGB Percentages of Color #aaac3f

%41.98
%42.47
%15.56

CMYK Percentages of Color #aaac3f

%1
%0
%63
%33

Triadic Colors of #aaac3f

#aaac3f #3faaac #ac3faa

Analogous Colors of #aaac3f

#aaac3f #74ac3f #ac783f

Monochromatic Colors of #aaac3f

#aaac3f

Complementary Color

#aaac3f #413fac

#aaac3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaac3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaac3f Color CSS Codes

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

#aaac3f Text Font Color

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

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


#aaac3f Background Color

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

This div background color is #aaac3f


#aaac3f Border Color

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

This div border color is #aaac3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaac3f


Comments

No comments written yet.

Please login to write comment.