Color Hex Logo

#a79941 Color Hex

#A79941
(167,153,65)
0 Favorites   0 Comments

Color spaces of #a79941

RGB 16715365
HSL0.140.440.45
HSV52°61°65°
CMYK 0.000.080.61   0.35
XYZ28.281731.37969.5673
Yxy31.37960.40850.4533
Hunter Lab56.0175-7.910929.0860
CIE-Lab62.8268-5.966046.9936

#a79941 color RGB value is (167,153,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10011001 01000001
Octal 247 231 101
Decimal 167 153 65
Hex A7 99 41

RGB Percentages of Color #a79941

%43.38
%39.74
%16.88

CMYK Percentages of Color #a79941

%0
%8
%61
%35

Triadic Colors of #a79941

#a79941 #41a799 #9941a7

Analogous Colors of #a79941

#a79941 #82a741 #a76641

Monochromatic Colors of #a79941

#a79941

Complementary Color

#a79941 #414fa7

#a79941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a79941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a79941 Color CSS Codes

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

#a79941 Text Font Color

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

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


#a79941 Background Color

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

This div background color is #a79941


#a79941 Border Color

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

This div border color is #a79941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a79941


Comments

No comments written yet.

Please login to write comment.