Color Hex Logo

#aaab66 Color Hex

#AAAB66
(170,171,102)
0 Favorites   0 Comments

Color spaces of #aaab66

RGB 170171102
HSL0.170.290.54
HSV61°40°67°
CMYK 0.010.000.40   0.33
XYZ33.538738.631218.2593
Yxy38.63120.37090.4272
Hunter Lab62.1540-12.449826.0899
CIE-Lab68.4833-10.828535.3703

#aaab66 color RGB value is (170,171,102).

#aaab66 hex color red value is 170, green value is 171 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #aaab66 hue: 0.17 , saturation: 0.29 and the lightness value of aaab66 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101011 01100110
Octal 252 253 146
Decimal 170 171 102
Hex AA AB 66

RGB Percentages of Color #aaab66

%38.37
%38.60
%23.02

CMYK Percentages of Color #aaab66

%1
%0
%40
%33

Triadic Colors of #aaab66

#aaab66 #66aaab #ab66aa

Analogous Colors of #aaab66

#aaab66 #88ab66 #ab8a66

Monochromatic Colors of #aaab66

#aaab66

Complementary Color

#aaab66 #6766ab

#aaab66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaab66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaab66 Color CSS Codes

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

#aaab66 Text Font Color

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

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


#aaab66 Background Color

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

This div background color is #aaab66


#aaab66 Border Color

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

This div border color is #aaab66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaab66


Comments

No comments written yet.

Please login to write comment.