Color Hex Logo

#a79011 Color Hex

#A79011
(167,144,17)
0 Favorites   0 Comments

Color spaces of #a79011

RGB 16714417
HSL0.140.820.36
HSV51°90°65°
CMYK 0.000.140.90   0.35
XYZ26.010828.20254.6030
Yxy28.20250.44220.4795
Hunter Lab53.1060-5.508032.0352
CIE-Lab60.0712-3.273461.4855

#a79011 color RGB value is (167,144,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10010000 00010001
Octal 247 220 21
Decimal 167 144 17
Hex A7 90 11

RGB Percentages of Color #a79011

%50.91
%43.90
%5.18

CMYK Percentages of Color #a79011

%0
%14
%90
%35

Triadic Colors of #a79011

#a79011 #11a790 #9011a7

Analogous Colors of #a79011

#a79011 #73a711 #a74511

Monochromatic Colors of #a79011

#a79011

Complementary Color

#a79011 #1128a7

#a79011 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a79011 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a79011 Color CSS Codes

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

#a79011 Text Font Color

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

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


#a79011 Background Color

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

This div background color is #a79011


#a79011 Border Color

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

This div border color is #a79011


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a79011


Comments

No comments written yet.

Please login to write comment.