Color Hex Logo

#a78946 Color Hex

#A78946
(167,137,70)
0 Favorites   0 Comments

Color spaces of #a78946

RGB 16713770
HSL0.120.410.46
HSV41°58°65°
CMYK 0.000.180.58   0.35
XYZ25.987526.54909.5491
Yxy26.54900.41860.4276
Hunter Lab51.5257-0.141825.0800
CIE-Lab58.55453.167239.6841

#a78946 color RGB value is (167,137,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10001001 01000110
Octal 247 211 106
Decimal 167 137 70
Hex A7 89 46

RGB Percentages of Color #a78946

%44.65
%36.63
%18.72

CMYK Percentages of Color #a78946

%0
%18
%58
%35

Triadic Colors of #a78946

#a78946 #46a789 #8946a7

Analogous Colors of #a78946

#a78946 #95a746 #a75946

Monochromatic Colors of #a78946

#a78946

Complementary Color

#a78946 #4664a7

#a78946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78946 Color CSS Codes

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

#a78946 Text Font Color

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

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


#a78946 Background Color

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

This div background color is #a78946


#a78946 Border Color

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

This div border color is #a78946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78946


Comments

No comments written yet.

Please login to write comment.