Color Hex Logo

#a3a91d Color Hex

#A3A91D
(163,169,29)
0 Favorites   0 Comments

Color spaces of #a3a91d

RGB 16316929
HSL0.170.710.39
HSV63°83°66°
CMYK 0.040.000.83   0.34
XYZ29.514036.25126.6040
Yxy36.25120.40780.5009
Hunter Lab60.2090-17.866335.6431
CIE-Lab66.7114-17.930664.0258

#a3a91d color RGB value is (163,169,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10101001 00011101
Octal 243 251 35
Decimal 163 169 29
Hex A3 A9 1D

RGB Percentages of Color #a3a91d

%45.15
%46.81
%8.03

CMYK Percentages of Color #a3a91d

%4
%0
%83
%34

Triadic Colors of #a3a91d

#a3a91d #1da3a9 #a91da3

Analogous Colors of #a3a91d

#a3a91d #5da91d #a9691d

Monochromatic Colors of #a3a91d

#a3a91d

Complementary Color

#a3a91d #231da9

#a3a91d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3a91d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3a91d Color CSS Codes

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

#a3a91d Text Font Color

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

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


#a3a91d Background Color

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

This div background color is #a3a91d


#a3a91d Border Color

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

This div border color is #a3a91d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3a91d


Comments

No comments written yet.

Please login to write comment.