Color Hex Logo

#a79346 Color Hex

#A79346
(167,147,70)
0 Favorites   0 Comments

Color spaces of #a79346

RGB 16714770
HSL0.130.410.46
HSV48°58°65°
CMYK 0.000.120.58   0.35
XYZ27.475629.525110.0452
Yxy29.52510.40980.4404
Hunter Lab54.3370-4.830927.0750
CIE-Lab61.2423-2.338342.8053

#a79346 color RGB value is (167,147,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10010011 01000110
Octal 247 223 106
Decimal 167 147 70
Hex A7 93 46

RGB Percentages of Color #a79346

%43.49
%38.28
%18.23

CMYK Percentages of Color #a79346

%0
%12
%58
%35

Triadic Colors of #a79346

#a79346 #46a793 #9346a7

Analogous Colors of #a79346

#a79346 #8ba746 #a76346

Monochromatic Colors of #a79346

#a79346

Complementary Color

#a79346 #465aa7

#a79346 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a79346 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a79346 Color CSS Codes

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

#a79346 Text Font Color

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

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


#a79346 Background Color

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

This div background color is #a79346


#a79346 Border Color

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

This div border color is #a79346


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,147,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 #a79346">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a79346


Comments

No comments written yet.

Please login to write comment.