Color Hex Logo

#aaa660 Color Hex

#AAA660
(170,166,96)
0 Favorites   0 Comments

Color spaces of #aaa660

RGB 17016696
HSL0.160.300.52
HSV57°44°67°
CMYK 0.000.020.44   0.33
XYZ32.325136.663016.4393
Yxy36.66300.37840.4292
Hunter Lab60.5500-10.668826.2878
CIE-Lab67.0234-8.850236.6467

#aaa660 color RGB value is (170,166,96).

#aaa660 hex color red value is 170, green value is 166 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #aaa660 hue: 0.16 , saturation: 0.30 and the lightness value of aaa660 is 0.52.

The process color (four color CMYK) of #aaa660 color hex is 0.00, 0.02, 0.44, 0.33. Web safe color of #aaa660 is #999966. Color #aaa660 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100110 01100000
Octal 252 246 140
Decimal 170 166 96
Hex AA A6 60

RGB Percentages of Color #aaa660

%39.35
%38.43
%22.22

CMYK Percentages of Color #aaa660

%0
%2
%44
%33

Triadic Colors of #aaa660

#aaa660 #60aaa6 #a660aa

Analogous Colors of #aaa660

#aaa660 #89aa60 #aa8160

Monochromatic Colors of #aaa660

#aaa660

Complementary Color

#aaa660 #6064aa

#aaa660 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa660 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa660 Color CSS Codes

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

#aaa660 Text Font Color

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

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


#aaa660 Background Color

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

This div background color is #aaa660


#aaa660 Border Color

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

This div border color is #aaa660


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa660


Comments

No comments written yet.

Please login to write comment.