Color Hex Logo

#a3a946 Color Hex

#A3A946
(163,169,70)
0 Favorites   0 Comments

Color spaces of #a3a946

RGB 16316970
HSL0.180.410.47
HSV64°59°66°
CMYK 0.040.000.59   0.34
XYZ30.397736.604711.2576
Yxy36.60470.38840.4677
Hunter Lab60.5018-16.195131.3192
CIE-Lab66.9794-15.739649.1983

#a3a946 color RGB value is (163,169,70).

#a3a946 hex color red value is 163, green value is 169 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #a3a946 hue: 0.18 , saturation: 0.41 and the lightness value of a3a946 is 0.47.

The process color (four color CMYK) of #a3a946 color hex is 0.04, 0.00, 0.59, 0.34. Web safe color of #a3a946 is #999933. Color #a3a946 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10101001 01000110
Octal 243 251 106
Decimal 163 169 70
Hex A3 A9 46

RGB Percentages of Color #a3a946

%40.55
%42.04
%17.41

CMYK Percentages of Color #a3a946

%4
%0
%59
%34

Triadic Colors of #a3a946

#a3a946 #46a3a9 #a946a3

Analogous Colors of #a3a946

#a3a946 #72a946 #a97e46

Monochromatic Colors of #a3a946

#a3a946

Complementary Color

#a3a946 #4c46a9

#a3a946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3a946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3a946 Color CSS Codes

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

#a3a946 Text Font Color

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

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


#a3a946 Background Color

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

This div background color is #a3a946


#a3a946 Border Color

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

This div border color is #a3a946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3a946


Comments

No comments written yet.

Please login to write comment.