Color Hex Logo

#a79946 Color Hex

#A79946
(167,153,70)
0 Favorites   0 Comments

Color spaces of #a79946

RGB 16715370
HSL0.140.410.46
HSV51°58°65°
CMYK 0.000.080.58   0.35
XYZ28.433131.440210.3643
Yxy31.44020.40480.4476
Hunter Lab56.0716-7.610428.2909
CIE-Lab62.8775-5.590044.6776

#a79946 color RGB value is (167,153,70).

#a79946 hex color red value is 167, green value is 153 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #a79946 hue: 0.14 , saturation: 0.41 and the lightness value of a79946 is 0.46.

The process color (four color CMYK) of #a79946 color hex is 0.00, 0.08, 0.58, 0.35. Web safe color of #a79946 is #999933. Color #a79946 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10011001 01000110
Octal 247 231 106
Decimal 167 153 70
Hex A7 99 46

RGB Percentages of Color #a79946

%42.82
%39.23
%17.95

CMYK Percentages of Color #a79946

%0
%8
%58
%35

Triadic Colors of #a79946

#a79946 #46a799 #9946a7

Analogous Colors of #a79946

#a79946 #85a746 #a76946

Monochromatic Colors of #a79946

#a79946

Complementary Color

#a79946 #4654a7

#a79946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a79946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a79946 Color CSS Codes

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

#a79946 Text Font Color

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

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


#a79946 Background Color

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

This div background color is #a79946


#a79946 Border Color

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

This div border color is #a79946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a79946


Comments

No comments written yet.

Please login to write comment.