Color Hex Logo

#a56849 Color Hex

#A56849
(165,104,73)
0 Favorites   0 Comments

Color spaces of #a56849

RGB 16510473
HSL0.060.390.47
HSV20°56°65°
CMYK 0.000.370.56   0.35
XYZ21.670018.38108.7091
Yxy18.38100.44440.3770
Hunter Lab42.873115.194217.9672
CIE-Lab49.955021.163627.5432

#a56849 color RGB value is (165,104,73).

#a56849 hex color red value is 165, green value is 104 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #a56849 hue: 0.06 , saturation: 0.39 and the lightness value of a56849 is 0.47.

The process color (four color CMYK) of #a56849 color hex is 0.00, 0.37, 0.56, 0.35. Web safe color of #a56849 is #996633. Color #a56849 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01101000 01001001
Octal 245 150 111
Decimal 165 104 73
Hex A5 68 49

RGB Percentages of Color #a56849

%48.25
%30.41
%21.35

CMYK Percentages of Color #a56849

%0
%37
%56
%35

Triadic Colors of #a56849

#a56849 #49a568 #6849a5

Analogous Colors of #a56849

#a56849 #a59649 #a54958

Monochromatic Colors of #a56849

#a56849

Complementary Color

#a56849 #4986a5

#a56849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a56849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a56849 Color CSS Codes

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

#a56849 Text Font Color

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

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


#a56849 Background Color

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

This div background color is #a56849


#a56849 Border Color

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

This div border color is #a56849


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a56849


Comments

No comments written yet.

Please login to write comment.