Color Hex Logo

#a1a760 Color Hex

#A1A760
(161,167,96)
0 Favorites   0 Comments

Color spaces of #a1a760

RGB 16116796
HSL0.180.290.52
HSV65°43°65°
CMYK 0.040.000.43   0.35
XYZ30.628036.059016.4122
Yxy36.05900.36860.4339
Hunter Lab60.0491-14.042325.8297
CIE-Lab66.5650-13.092035.9149

#a1a760 color RGB value is (161,167,96).

#a1a760 hex color red value is 161, green value is 167 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #a1a760 hue: 0.18 , saturation: 0.29 and the lightness value of a1a760 is 0.52.

The process color (four color CMYK) of #a1a760 color hex is 0.04, 0.00, 0.43, 0.35. Web safe color of #a1a760 is #999966. Color #a1a760 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10100111 01100000
Octal 241 247 140
Decimal 161 167 96
Hex A1 A7 60

RGB Percentages of Color #a1a760

%37.97
%39.39
%22.64

CMYK Percentages of Color #a1a760

%4
%0
%43
%35

Triadic Colors of #a1a760

#a1a760 #60a1a7 #a760a1

Analogous Colors of #a1a760

#a1a760 #7ea760 #a78a60

Monochromatic Colors of #a1a760

#a1a760

Complementary Color

#a1a760 #6660a7

#a1a760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1a760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1a760 Color CSS Codes

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

#a1a760 Text Font Color

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

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


#a1a760 Background Color

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

This div background color is #a1a760


#a1a760 Border Color

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

This div border color is #a1a760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1a760


Comments

No comments written yet.

Please login to write comment.