Color Hex Logo

#a56256 Color Hex

#A56256
(165,98,86)
0 Favorites   0 Comments

Color spaces of #a56256

RGB 1659886
HSL0.030.310.49
HSV48°65°
CMYK 0.000.410.48   0.35
XYZ21.564417.406611.0273
Yxy17.40660.43130.3481
Hunter Lab41.721219.249013.5340
CIE-Lab48.768325.781618.4444

#a56256 color RGB value is (165,98,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01100010 01010110
Octal 245 142 126
Decimal 165 98 86
Hex A5 62 56

RGB Percentages of Color #a56256

%47.28
%28.08
%24.64

CMYK Percentages of Color #a56256

%0
%41
%48
%35

Triadic Colors of #a56256

#a56256 #56a562 #6256a5

Analogous Colors of #a56256

#a56256 #a58a56 #a55672

Monochromatic Colors of #a56256

#a56256

Complementary Color

#a56256 #5699a5

#a56256 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a56256 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a56256 Color CSS Codes

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

#a56256 Text Font Color

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

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


#a56256 Background Color

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

This div background color is #a56256


#a56256 Border Color

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

This div border color is #a56256


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a56256


Comments

No comments written yet.

Please login to write comment.