Color Hex Logo

#a56d3f Color Hex

#A56D3F
(165,109,63)
0 Favorites   0 Comments

Color spaces of #a56d3f

RGB 16510963
HSL0.080.450.45
HSV27°62°65°
CMYK 0.000.340.62   0.35
XYZ21.882919.29557.2737
Yxy19.29550.45160.3982
Hunter Lab43.926612.051620.9310
CIE-Lab51.031117.522134.4197

#a56d3f color RGB value is (165,109,63).

#a56d3f hex color red value is 165, green value is 109 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #a56d3f hue: 0.08 , saturation: 0.45 and the lightness value of a56d3f is 0.45.

The process color (four color CMYK) of #a56d3f color hex is 0.00, 0.34, 0.62, 0.35. Web safe color of #a56d3f is #996633. Color #a56d3f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01101101 00111111
Octal 245 155 77
Decimal 165 109 63
Hex A5 6D 3F

RGB Percentages of Color #a56d3f

%48.96
%32.34
%18.69

CMYK Percentages of Color #a56d3f

%0
%34
%62
%35

Triadic Colors of #a56d3f

#a56d3f #3fa56d #6d3fa5

Analogous Colors of #a56d3f

#a56d3f #a5a03f #a53f44

Monochromatic Colors of #a56d3f

#a56d3f

Complementary Color

#a56d3f #3f77a5

#a56d3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a56d3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a56d3f Color CSS Codes

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

#a56d3f Text Font Color

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

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


#a56d3f Background Color

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

This div background color is #a56d3f


#a56d3f Border Color

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

This div border color is #a56d3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a56d3f

#a56d3f Color Palettes


Comments

No comments written yet.

Please login to write comment.