Color Hex Logo

#a49307 Color Hex

#A49307
(164,147,7)
0 Favorites   0 Comments

Color spaces of #a49307

RGB 1641477
HSL0.150.920.34
HSV54°96°64°
CMYK 0.000.100.96   0.36
XYZ25.781928.77534.3963
Yxy28.77530.43730.4881
Hunter Lab53.6426-8.083332.6907
CIE-Lab60.5828-6.433563.4264

#a49307 color RGB value is (164,147,7).

#a49307 hex color red value is 164, green value is 147 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #a49307 hue: 0.15 , saturation: 0.92 and the lightness value of a49307 is 0.34.

The process color (four color CMYK) of #a49307 color hex is 0.00, 0.10, 0.96, 0.36. Web safe color of #a49307 is #999900. Color #a49307 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010011 00000111
Octal 244 223 7
Decimal 164 147 7
Hex A4 93 7

RGB Percentages of Color #a49307

%51.57
%46.23
%2.20

CMYK Percentages of Color #a49307

%0
%10
%96
%36

Triadic Colors of #a49307

#a49307 #07a493 #9307a4

Analogous Colors of #a49307

#a49307 #67a407 #a44507

Monochromatic Colors of #a49307

#a49307

Complementary Color

#a49307 #0718a4

#a49307 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49307 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49307 Color CSS Codes

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

#a49307 Text Font Color

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

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


#a49307 Background Color

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

This div background color is #a49307


#a49307 Border Color

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

This div border color is #a49307


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,147,7, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a49307; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a49307;
  -webkit-box-shadow: 1px 1px 3px 2px #a49307;
  box-shadow:         1px 1px 3px 2px #a49307; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,147,7, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49307


Comments

No comments written yet.

Please login to write comment.