Color Hex Logo

#a56540 Color Hex

#A56540
(165,101,64)
0 Favorites   0 Comments

Color spaces of #a56540

RGB 16510164
HSL0.060.440.45
HSV22°61°65°
CMYK 0.000.390.61   0.35
XYZ21.096117.67697.1506
Yxy17.67690.45940.3849
Hunter Lab42.043915.988019.3470
CIE-Lab49.101922.120331.5538

#a56540 color RGB value is (165,101,64).

#a56540 hex color red value is 165, green value is 101 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #a56540 hue: 0.06 , saturation: 0.44 and the lightness value of a56540 is 0.45.

The process color (four color CMYK) of #a56540 color hex is 0.00, 0.39, 0.61, 0.35. Web safe color of #a56540 is #996633. Color #a56540 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01100101 01000000
Octal 245 145 100
Decimal 165 101 64
Hex A5 65 40

RGB Percentages of Color #a56540

%50.00
%30.61
%19.39

CMYK Percentages of Color #a56540

%0
%39
%61
%35

Triadic Colors of #a56540

#a56540 #40a565 #6540a5

Analogous Colors of #a56540

#a56540 #a59840 #a5404e

Monochromatic Colors of #a56540

#a56540

Complementary Color

#a56540 #4080a5

#a56540 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a56540 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a56540 Color CSS Codes

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

#a56540 Text Font Color

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

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


#a56540 Background Color

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

This div background color is #a56540


#a56540 Border Color

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

This div border color is #a56540


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a56540


Comments

No comments written yet.

Please login to write comment.