Color Hex Logo

#a7a122 Color Hex

#A7A122
(167,161,34)
0 Favorites   0 Comments

Color spaces of #a7a122

RGB 16716134
HSL0.160.660.39
HSV57°80°65°
CMYK 0.000.040.80   0.35
XYZ28.970033.82076.5145
Yxy33.82070.41800.4880
Hunter Lab58.1556-12.853134.0673
CIE-Lab64.8200-11.871161.1214

#a7a122 color RGB value is (167,161,34).

#a7a122 hex color red value is 167, green value is 161 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #a7a122 hue: 0.16 , saturation: 0.66 and the lightness value of a7a122 is 0.39.

The process color (four color CMYK) of #a7a122 color hex is 0.00, 0.04, 0.80, 0.35. Web safe color of #a7a122 is #999933. Color #a7a122 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10100001 00100010
Octal 247 241 42
Decimal 167 161 34
Hex A7 A1 22

RGB Percentages of Color #a7a122

%46.13
%44.48
%9.39

CMYK Percentages of Color #a7a122

%0
%4
%80
%35

Triadic Colors of #a7a122

#a7a122 #22a7a1 #a122a7

Analogous Colors of #a7a122

#a7a122 #6ba722 #a75f22

Monochromatic Colors of #a7a122

#a7a122

Complementary Color

#a7a122 #2228a7

#a7a122 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7a122 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7a122 Color CSS Codes

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

#a7a122 Text Font Color

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

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


#a7a122 Background Color

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

This div background color is #a7a122


#a7a122 Border Color

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

This div border color is #a7a122


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,161,34, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7a122


Comments

No comments written yet.

Please login to write comment.