Color Hex Logo

#a9a349 Color Hex

#A9A349
(169,163,73)
0 Favorites   0 Comments

Color spaces of #a9a349

RGB 16916373
HSL0.160.400.47
HSV56°57°66°
CMYK 0.000.040.57   0.34
XYZ30.662035.110411.4643
Yxy35.11040.39700.4546
Hunter Lab59.2540-11.326730.0066
CIE-Lab65.8345-9.816746.6533

#a9a349 color RGB value is (169,163,73).

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

The process color (four color CMYK) of #a9a349 color hex is 0.00, 0.04, 0.57, 0.34. Web safe color of #a9a349 is #999933. Color #a9a349 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10100011 01001001
Octal 251 243 111
Decimal 169 163 73
Hex A9 A3 49

RGB Percentages of Color #a9a349

%41.73
%40.25
%18.02

CMYK Percentages of Color #a9a349

%0
%4
%57
%34

Triadic Colors of #a9a349

#a9a349 #49a9a3 #a349a9

Analogous Colors of #a9a349

#a9a349 #7fa949 #a97349

Monochromatic Colors of #a9a349

#a9a349

Complementary Color

#a9a349 #494fa9

#a9a349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9a349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9a349 Color CSS Codes

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

#a9a349 Text Font Color

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

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


#a9a349 Background Color

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

This div background color is #a9a349


#a9a349 Border Color

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

This div border color is #a9a349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9a349


Comments

No comments written yet.

Please login to write comment.