Color Hex Logo

#a5aa66 Color Hex

#A5AA66
(165,170,102)
0 Favorites   0 Comments

Color spaces of #a5aa66

RGB 165170102
HSL0.180.290.53
HSV64°40°67°
CMYK 0.030.000.40   0.33
XYZ32.290037.708118.1469
Yxy37.70810.36630.4278
Hunter Lab61.4069-13.600325.4635
CIE-Lab67.8049-12.345134.4275

#a5aa66 color RGB value is (165,170,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10101010 01100110
Octal 245 252 146
Decimal 165 170 102
Hex A5 AA 66

RGB Percentages of Color #a5aa66

%37.76
%38.90
%23.34

CMYK Percentages of Color #a5aa66

%3
%0
%40
%33

Triadic Colors of #a5aa66

#a5aa66 #66a5aa #aa66a5

Analogous Colors of #a5aa66

#a5aa66 #83aa66 #aa8d66

Monochromatic Colors of #a5aa66

#a5aa66

Complementary Color

#a5aa66 #6b66aa

#a5aa66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5aa66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5aa66 Color CSS Codes

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

#a5aa66 Text Font Color

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

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


#a5aa66 Background Color

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

This div background color is #a5aa66


#a5aa66 Border Color

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

This div border color is #a5aa66


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,170,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 #a5aa66">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5aa66


Comments

No comments written yet.

Please login to write comment.