Color Hex Logo

#a3a720 Color Hex

#A3A720
(163,167,32)
0 Favorites   0 Comments

Color spaces of #a3a720

RGB 16316732
HSL0.170.680.39
HSV62°81°65°
CMYK 0.020.000.81   0.35
XYZ29.183735.52826.6860
Yxy35.52820.40870.4976
Hunter Lab59.6055-16.913635.0733
CIE-Lab66.1578-16.812462.7475

#a3a720 color RGB value is (163,167,32).

#a3a720 hex color red value is 163, green value is 167 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #a3a720 hue: 0.17 , saturation: 0.68 and the lightness value of a3a720 is 0.39.

The process color (four color CMYK) of #a3a720 color hex is 0.02, 0.00, 0.81, 0.35. Web safe color of #a3a720 is #999933. Color #a3a720 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10100111 00100000
Octal 243 247 40
Decimal 163 167 32
Hex A3 A7 20

RGB Percentages of Color #a3a720

%45.03
%46.13
%8.84

CMYK Percentages of Color #a3a720

%2
%0
%81
%35

Triadic Colors of #a3a720

#a3a720 #20a3a7 #a720a3

Analogous Colors of #a3a720

#a3a720 #60a720 #a76820

Monochromatic Colors of #a3a720

#a3a720

Complementary Color

#a3a720 #2420a7

#a3a720 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3a720 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3a720 Color CSS Codes

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

#a3a720 Text Font Color

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

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


#a3a720 Background Color

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

This div background color is #a3a720


#a3a720 Border Color

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

This div border color is #a3a720


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3a720


Comments

No comments written yet.

Please login to write comment.