Color Hex Logo

#a79760 Color Hex

#A79760
(167,151,96)
0 Favorites   0 Comments

Color spaces of #a79760

RGB 16715196
HSL0.130.290.52
HSV46°43°65°
CMYK 0.000.100.43   0.35
XYZ29.114331.193215.5527
Yxy31.19320.38380.4112
Hunter Lab55.8509-4.689422.5852
CIE-Lab62.6704-2.047831.0915

#a79760 color RGB value is (167,151,96).

#a79760 hex color red value is 167, green value is 151 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #a79760 hue: 0.13 , saturation: 0.29 and the lightness value of a79760 is 0.52.

The process color (four color CMYK) of #a79760 color hex is 0.00, 0.10, 0.43, 0.35. Web safe color of #a79760 is #999966. Color #a79760 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10010111 01100000
Octal 247 227 140
Decimal 167 151 96
Hex A7 97 60

RGB Percentages of Color #a79760

%40.34
%36.47
%23.19

CMYK Percentages of Color #a79760

%0
%10
%43
%35

Triadic Colors of #a79760

#a79760 #60a797 #9760a7

Analogous Colors of #a79760

#a79760 #94a760 #a77460

Monochromatic Colors of #a79760

#a79760

Complementary Color

#a79760 #6070a7

#a79760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a79760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a79760 Color CSS Codes

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

#a79760 Text Font Color

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

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


#a79760 Background Color

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

This div background color is #a79760


#a79760 Border Color

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

This div border color is #a79760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a79760


Comments

No comments written yet.

Please login to write comment.