Color Hex Logo

#a79616 Color Hex

#A79616
(167,150,22)
0 Favorites   0 Comments

Color spaces of #a79616

RGB 16715022
HSL0.150.770.37
HSV53°87°65°
CMYK 0.000.100.87   0.35
XYZ26.987530.08615.1439
Yxy30.08610.43380.4836
Hunter Lab54.8508-8.163932.8354
CIE-Lab61.7284-6.403261.7141

#a79616 color RGB value is (167,150,22).

#a79616 hex color red value is 167, green value is 150 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #a79616 hue: 0.15 , saturation: 0.77 and the lightness value of a79616 is 0.37.

The process color (four color CMYK) of #a79616 color hex is 0.00, 0.10, 0.87, 0.35. Web safe color of #a79616 is #999900. Color #a79616 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10010110 00010110
Octal 247 226 26
Decimal 167 150 22
Hex A7 96 16

RGB Percentages of Color #a79616

%49.26
%44.25
%6.49

CMYK Percentages of Color #a79616

%0
%10
%87
%35

Triadic Colors of #a79616

#a79616 #16a796 #9616a7

Analogous Colors of #a79616

#a79616 #70a716 #a74d16

Monochromatic Colors of #a79616

#a79616

Complementary Color

#a79616 #1627a7

#a79616 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a79616 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a79616 Color CSS Codes

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

#a79616 Text Font Color

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

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


#a79616 Background Color

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

This div background color is #a79616


#a79616 Border Color

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

This div border color is #a79616


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a79616


Comments

No comments written yet.

Please login to write comment.