Color Hex Logo

#a49701 Color Hex

#A49701
(164,151,1)
0 Favorites   0 Comments

Color spaces of #a49701

RGB 1641511
HSL0.150.990.32
HSV55°99°64°
CMYK 0.000.080.99   0.36
XYZ26.381930.02794.4342
Yxy30.02790.43360.4935
Hunter Lab54.7977-9.958733.5607
CIE-Lab61.6783-8.663865.1186

#a49701 color RGB value is (164,151,1).

#a49701 hex color red value is 164, green value is 151 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #a49701 hue: 0.15 , saturation: 0.99 and the lightness value of a49701 is 0.32.

The process color (four color CMYK) of #a49701 color hex is 0.00, 0.08, 0.99, 0.36. Web safe color of #a49701 is #999900. Color #a49701 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010111 00000001
Octal 244 227 1
Decimal 164 151 1
Hex A4 97 1

RGB Percentages of Color #a49701

%51.90
%47.78
%0.32

CMYK Percentages of Color #a49701

%0
%8
%99
%36

Triadic Colors of #a49701

#a49701 #01a497 #9701a4

Analogous Colors of #a49701

#a49701 #60a401 #a44501

Monochromatic Colors of #a49701

#a49701

Complementary Color

#a49701 #010ea4

#a49701 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49701 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49701 Color CSS Codes

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

#a49701 Text Font Color

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

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


#a49701 Background Color

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

This div background color is #a49701


#a49701 Border Color

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

This div border color is #a49701


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49701


Comments

No comments written yet.

Please login to write comment.