Color Hex Logo

#aaac42 Color Hex

#AAAC42
(170,172,66)
0 Favorites   0 Comments

Color spaces of #aaac42

RGB 17017266
HSL0.170.450.47
HSV61°62°67°
CMYK 0.010.000.62   0.33
XYZ32.313538.444410.8717
Yxy38.44440.39590.4710
Hunter Lab62.0035-15.479933.0066
CIE-Lab68.3469-14.596552.6411

#aaac42 color RGB value is (170,172,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101100 01000010
Octal 252 254 102
Decimal 170 172 66
Hex AA AC 42

RGB Percentages of Color #aaac42

%41.67
%42.16
%16.18

CMYK Percentages of Color #aaac42

%1
%0
%62
%33

Triadic Colors of #aaac42

#aaac42 #42aaac #ac42aa

Analogous Colors of #aaac42

#aaac42 #75ac42 #ac7942

Monochromatic Colors of #aaac42

#aaac42

Complementary Color

#aaac42 #4442ac

#aaac42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaac42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaac42 Color CSS Codes

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

#aaac42 Text Font Color

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

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


#aaac42 Background Color

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

This div background color is #aaac42


#aaac42 Border Color

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

This div border color is #aaac42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaac42


Comments

No comments written yet.

Please login to write comment.