Color Hex Logo

#a56240 Color Hex

#A56240
(165,98,64)
0 Favorites   0 Comments

Color spaces of #a56240

RGB 1659864
HSL0.060.440.45
HSV20°61°65°
CMYK 0.000.410.61   0.35
XYZ20.810117.10497.0552
Yxy17.10490.46280.3804
Hunter Lab41.358117.439018.8365
CIE-Lab48.391923.806030.6902

#a56240 color RGB value is (165,98,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01100010 01000000
Octal 245 142 100
Decimal 165 98 64
Hex A5 62 40

RGB Percentages of Color #a56240

%50.46
%29.97
%19.57

CMYK Percentages of Color #a56240

%0
%41
%61
%35

Triadic Colors of #a56240

#a56240 #40a562 #6240a5

Analogous Colors of #a56240

#a56240 #a59540 #a54051

Monochromatic Colors of #a56240

#a56240

Complementary Color

#a56240 #4083a5

#a56240 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a56240 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a56240 Color CSS Codes

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

#a56240 Text Font Color

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

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


#a56240 Background Color

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

This div background color is #a56240


#a56240 Border Color

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

This div border color is #a56240


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,98,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 #a56240">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a56240


Comments

No comments written yet.

Please login to write comment.