Color Hex Logo

#aaac57 Color Hex

#AAAC57
(170,172,87)
0 Favorites   0 Comments

Color spaces of #aaac57

RGB 17017287
HSL0.170.340.51
HSV61°49°67°
CMYK 0.010.000.49   0.33
XYZ33.050438.739214.7523
Yxy38.73920.38190.4476
Hunter Lab62.2408-14.136429.5157
CIE-Lab68.5619-12.890643.0745

#aaac57 color RGB value is (170,172,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101100 01010111
Octal 252 254 127
Decimal 170 172 87
Hex AA AC 57

RGB Percentages of Color #aaac57

%39.63
%40.09
%20.28

CMYK Percentages of Color #aaac57

%1
%0
%49
%33

Triadic Colors of #aaac57

#aaac57 #57aaac #ac57aa

Analogous Colors of #aaac57

#aaac57 #80ac57 #ac8457

Monochromatic Colors of #aaac57

#aaac57

Complementary Color

#aaac57 #5957ac

#aaac57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaac57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaac57 Color CSS Codes

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

#aaac57 Text Font Color

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

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


#aaac57 Background Color

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

This div background color is #aaac57


#aaac57 Border Color

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

This div border color is #aaac57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaac57


Comments

No comments written yet.

Please login to write comment.