Color Hex Logo

#a56854 Color Hex

#A56854
(165,104,84)
0 Favorites   0 Comments

Color spaces of #a56854

RGB 16510484
HSL0.040.330.49
HSV15°49°65°
CMYK 0.000.370.49   0.35
XYZ22.067618.540110.8030
Yxy18.54010.42920.3606
Hunter Lab43.058216.130515.2653
CIE-Lab50.144722.202521.4539

#a56854 color RGB value is (165,104,84).

#a56854 hex color red value is 165, green value is 104 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #a56854 hue: 0.04 , saturation: 0.33 and the lightness value of a56854 is 0.49.

The process color (four color CMYK) of #a56854 color hex is 0.00, 0.37, 0.49, 0.35. Web safe color of #a56854 is #996666. Color #a56854 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01101000 01010100
Octal 245 150 124
Decimal 165 104 84
Hex A5 68 54

RGB Percentages of Color #a56854

%46.74
%29.46
%23.80

CMYK Percentages of Color #a56854

%0
%37
%49
%35

Triadic Colors of #a56854

#a56854 #54a568 #6854a5

Analogous Colors of #a56854

#a56854 #a59154 #a55469

Monochromatic Colors of #a56854

#a56854

Complementary Color

#a56854 #5491a5

#a56854 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a56854 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a56854 Color CSS Codes

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

#a56854 Text Font Color

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

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


#a56854 Background Color

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

This div background color is #a56854


#a56854 Border Color

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

This div border color is #a56854


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,104,84, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a56854; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a56854;
  -webkit-box-shadow: 1px 1px 3px 2px #a56854;
  box-shadow:         1px 1px 3px 2px #a56854; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,104,84, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a56854


Comments

No comments written yet.

Please login to write comment.