Color Hex Logo

#aaac3c Color Hex

#AAAC3C
(170,172,60)
0 Favorites   0 Comments

Color spaces of #aaac3c

RGB 17017260
HSL0.170.480.45
HSV61°65°67°
CMYK 0.010.000.65   0.33
XYZ32.145738.37739.9883
Yxy38.37730.39930.4767
Hunter Lab61.9494-15.787433.8051
CIE-Lab68.2978-14.989955.1409

#aaac3c color RGB value is (170,172,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101100 00111100
Octal 252 254 74
Decimal 170 172 60
Hex AA AC 3C

RGB Percentages of Color #aaac3c

%42.29
%42.79
%14.93

CMYK Percentages of Color #aaac3c

%1
%0
%65
%33

Triadic Colors of #aaac3c

#aaac3c #3caaac #ac3caa

Analogous Colors of #aaac3c

#aaac3c #72ac3c #ac763c

Monochromatic Colors of #aaac3c

#aaac3c

Complementary Color

#aaac3c #3e3cac

#aaac3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaac3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaac3c Color CSS Codes

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

#aaac3c Text Font Color

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

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


#aaac3c Background Color

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

This div background color is #aaac3c


#aaac3c Border Color

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

This div border color is #aaac3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaac3c


Comments

No comments written yet.

Please login to write comment.