Color Hex Logo

#a79985 Color Hex

#A79985
(167,153,133)
0 Favorites   0 Comments

Color spaces of #a79985

RGB 167153133
HSL0.100.160.59
HSV35°20°65°
CMYK 0.000.080.20   0.35
XYZ31.561232.691426.8369
Yxy32.69140.34650.3589
Hunter Lab57.1764-1.527212.1945
CIE-Lab63.91031.797512.3792

#a79985 color RGB value is (167,153,133).

#a79985 hex color red value is 167, green value is 153 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #a79985 hue: 0.10 , saturation: 0.16 and the lightness value of a79985 is 0.59.

The process color (four color CMYK) of #a79985 color hex is 0.00, 0.08, 0.20, 0.35. Web safe color of #a79985 is #999999. Color #a79985 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10011001 10000101
Octal 247 231 205
Decimal 167 153 133
Hex A7 99 85

RGB Percentages of Color #a79985

%36.87
%33.77
%29.36

CMYK Percentages of Color #a79985

%0
%8
%20
%35

Triadic Colors of #a79985

#a79985 #85a799 #9985a7

Analogous Colors of #a79985

#a79985 #a4a785 #a78885

Monochromatic Colors of #a79985

#a79985

Complementary Color

#a79985 #8593a7

#a79985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a79985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a79985 Color CSS Codes

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

#a79985 Text Font Color

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

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


#a79985 Background Color

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

This div background color is #a79985


#a79985 Border Color

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

This div border color is #a79985


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a79985


Comments

No comments written yet.

Please login to write comment.