Color Hex Logo

#a79855 Color Hex

#A79855
(167,152,85)
0 Favorites   0 Comments

Color spaces of #a79855

RGB 16715285
HSL0.140.330.49
HSV49°49°65°
CMYK 0.000.090.49   0.35
XYZ28.804331.327813.1231
Yxy31.32780.39320.4277
Hunter Lab55.9712-6.088825.2786
CIE-Lab62.7834-3.735437.0413

#a79855 color RGB value is (167,152,85).

#a79855 hex color red value is 167, green value is 152 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #a79855 hue: 0.14 , saturation: 0.33 and the lightness value of a79855 is 0.49.

The process color (four color CMYK) of #a79855 color hex is 0.00, 0.09, 0.49, 0.35. Web safe color of #a79855 is #999966. Color #a79855 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10011000 01010101
Octal 247 230 125
Decimal 167 152 85
Hex A7 98 55

RGB Percentages of Color #a79855

%41.34
%37.62
%21.04

CMYK Percentages of Color #a79855

%0
%9
%49
%35

Triadic Colors of #a79855

#a79855 #55a798 #9855a7

Analogous Colors of #a79855

#a79855 #8da755 #a76f55

Monochromatic Colors of #a79855

#a79855

Complementary Color

#a79855 #5564a7

#a79855 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a79855 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a79855 Color CSS Codes

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

#a79855 Text Font Color

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

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


#a79855 Background Color

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

This div background color is #a79855


#a79855 Border Color

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

This div border color is #a79855


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a79855


Comments

No comments written yet.

Please login to write comment.