Color Hex Logo

#aaac71 Color Hex

#AAAC71
(170,172,113)
0 Favorites   0 Comments

Color spaces of #aaac71

RGB 170172113
HSL0.170.260.56
HSV62°34°67°
CMYK 0.010.000.34   0.33
XYZ34.310739.243321.3891
Yxy39.24330.36140.4133
Hunter Lab62.6445-11.862523.6074
CIE-Lab68.9271-10.051330.1633

#aaac71 color RGB value is (170,172,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101100 01110001
Octal 252 254 161
Decimal 170 172 113
Hex AA AC 71

RGB Percentages of Color #aaac71

%37.36
%37.80
%24.84

CMYK Percentages of Color #aaac71

%1
%0
%34
%33

Triadic Colors of #aaac71

#aaac71 #71aaac #ac71aa

Analogous Colors of #aaac71

#aaac71 #8dac71 #ac9171

Monochromatic Colors of #aaac71

#aaac71

Complementary Color

#aaac71 #7371ac

#aaac71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaac71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaac71 Color CSS Codes

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

#aaac71 Text Font Color

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

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


#aaac71 Background Color

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

This div background color is #aaac71


#aaac71 Border Color

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

This div border color is #aaac71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaac71


Comments

No comments written yet.

Please login to write comment.