Color Hex Logo

#a6aa80 Color Hex

#A6AA80
(166,170,128)
0 Favorites   0 Comments

Color spaces of #a6aa80

RGB 166170128
HSL0.180.200.58
HSV66°25°67°
CMYK 0.020.000.25   0.33
XYZ33.996938.415026.0451
Yxy38.41500.34530.3902
Hunter Lab61.9798-10.554718.4711
CIE-Lab68.3254-8.546121.2371

#a6aa80 color RGB value is (166,170,128).

#a6aa80 hex color red value is 166, green value is 170 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #a6aa80 hue: 0.18 , saturation: 0.20 and the lightness value of a6aa80 is 0.58.

The process color (four color CMYK) of #a6aa80 color hex is 0.02, 0.00, 0.25, 0.33. Web safe color of #a6aa80 is #999999. Color #a6aa80 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10101010 10000000
Octal 246 252 200
Decimal 166 170 128
Hex A6 AA 80

RGB Percentages of Color #a6aa80

%35.78
%36.64
%27.59

CMYK Percentages of Color #a6aa80

%2
%0
%25
%33

Triadic Colors of #a6aa80

#a6aa80 #80a6aa #aa80a6

Analogous Colors of #a6aa80

#a6aa80 #91aa80 #aa9980

Monochromatic Colors of #a6aa80

#a6aa80

Complementary Color

#a6aa80 #8480aa

#a6aa80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6aa80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6aa80 Color CSS Codes

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

#a6aa80 Text Font Color

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

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


#a6aa80 Background Color

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

This div background color is #a6aa80


#a6aa80 Border Color

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

This div border color is #a6aa80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6aa80


Comments

No comments written yet.

Please login to write comment.