Color Hex Logo

#a56e2c Color Hex

#A56E2C
(165,110,44)
0 Favorites   0 Comments

Color spaces of #a56e2c

RGB 16511044
HSL0.090.580.41
HSV33°73°65°
CMYK 0.000.330.73   0.35
XYZ21.547619.33304.9788
Yxy19.33300.46990.4216
Hunter Lab43.969310.529424.0649
CIE-Lab51.074515.761844.1273

#a56e2c color RGB value is (165,110,44).

#a56e2c hex color red value is 165, green value is 110 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #a56e2c hue: 0.09 , saturation: 0.58 and the lightness value of a56e2c is 0.41.

The process color (four color CMYK) of #a56e2c color hex is 0.00, 0.33, 0.73, 0.35. Web safe color of #a56e2c is #996633. Color #a56e2c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01101110 00101100
Octal 245 156 54
Decimal 165 110 44
Hex A5 6E 2C

RGB Percentages of Color #a56e2c

%51.72
%34.48
%13.79

CMYK Percentages of Color #a56e2c

%0
%33
%73
%35

Triadic Colors of #a56e2c

#a56e2c #2ca56e #6e2ca5

Analogous Colors of #a56e2c

#a56e2c #a0a52c #a5322c

Monochromatic Colors of #a56e2c

#a56e2c

Complementary Color

#a56e2c #2c63a5

#a56e2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a56e2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a56e2c Color CSS Codes

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

#a56e2c Text Font Color

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

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


#a56e2c Background Color

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

This div background color is #a56e2c


#a56e2c Border Color

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

This div border color is #a56e2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a56e2c


Comments

No comments written yet.

Please login to write comment.