Color Hex Logo

#a56555 Color Hex

#A56555
(165,101,85)
0 Favorites   0 Comments

Color spaces of #a56555

RGB 16510185
HSL0.030.320.49
HSV12°48°65°
CMYK 0.000.390.48   0.35
XYZ21.810417.962610.9119
Yxy17.96260.43030.3544
Hunter Lab42.382317.689014.4026
CIE-Lab49.450723.995519.9473

#a56555 color RGB value is (165,101,85).

#a56555 hex color red value is 165, green value is 101 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #a56555 hue: 0.03 , saturation: 0.32 and the lightness value of a56555 is 0.49.

The process color (four color CMYK) of #a56555 color hex is 0.00, 0.39, 0.48, 0.35. Web safe color of #a56555 is #996666. Color #a56555 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01100101 01010101
Octal 245 145 125
Decimal 165 101 85
Hex A5 65 55

RGB Percentages of Color #a56555

%47.01
%28.77
%24.22

CMYK Percentages of Color #a56555

%0
%39
%48
%35

Triadic Colors of #a56555

#a56555 #55a565 #6555a5

Analogous Colors of #a56555

#a56555 #a58d55 #a5556d

Monochromatic Colors of #a56555

#a56555

Complementary Color

#a56555 #5595a5

#a56555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a56555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a56555 Color CSS Codes

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

#a56555 Text Font Color

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

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


#a56555 Background Color

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

This div background color is #a56555


#a56555 Border Color

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

This div border color is #a56555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a56555

#a56555 Color Palettes


Comments

No comments written yet.

Please login to write comment.