Color Hex Logo

#a79013 Color Hex

#A79013
(167,144,19)
0 Favorites   0 Comments

Color spaces of #a79013

RGB 16714419
HSL0.140.800.36
HSV51°89°65°
CMYK 0.000.140.89   0.35
XYZ26.027228.20904.6892
Yxy28.20900.44170.4787
Hunter Lab53.1121-5.473731.9439
CIE-Lab60.0771-3.230461.0634

#a79013 color RGB value is (167,144,19).

#a79013 hex color red value is 167, green value is 144 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #a79013 hue: 0.14 , saturation: 0.80 and the lightness value of a79013 is 0.36.

The process color (four color CMYK) of #a79013 color hex is 0.00, 0.14, 0.89, 0.35. Web safe color of #a79013 is #999900. Color #a79013 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10010000 00010011
Octal 247 220 23
Decimal 167 144 19
Hex A7 90 13

RGB Percentages of Color #a79013

%50.61
%43.64
%5.76

CMYK Percentages of Color #a79013

%0
%14
%89
%35

Triadic Colors of #a79013

#a79013 #13a790 #9013a7

Analogous Colors of #a79013

#a79013 #74a713 #a74613

Monochromatic Colors of #a79013

#a79013

Complementary Color

#a79013 #132aa7

#a79013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a79013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a79013 Color CSS Codes

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

#a79013 Text Font Color

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

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


#a79013 Background Color

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

This div background color is #a79013


#a79013 Border Color

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

This div border color is #a79013


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,144,19, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a79013; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a79013;
  -webkit-box-shadow: 1px 1px 3px 2px #a79013;
  box-shadow:         1px 1px 3px 2px #a79013; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,144,19, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a79013


Comments

No comments written yet.

Please login to write comment.