Color Hex Logo

#a05639 Color Hex

#A05639
(160,86,57)
0 Favorites   0 Comments

Color spaces of #a05639

RGB 1608657
HSL0.050.470.43
HSV17°64°63°
CMYK 0.000.460.64   0.37
XYZ18.563514.42465.6767
Yxy14.42460.48010.3731
Hunter Lab37.979720.781617.7239
CIE-Lab44.835827.874130.1742

#a05639 color RGB value is (160,86,57).

#a05639 hex color red value is 160, green value is 86 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #a05639 hue: 0.05 , saturation: 0.47 and the lightness value of a05639 is 0.43.

The process color (four color CMYK) of #a05639 color hex is 0.00, 0.46, 0.64, 0.37. Web safe color of #a05639 is #996633. Color #a05639 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010110 00111001
Octal 240 126 71
Decimal 160 86 57
Hex A0 56 39

RGB Percentages of Color #a05639

%52.81
%28.38
%18.81

CMYK Percentages of Color #a05639

%0
%46
%64
%37

Triadic Colors of #a05639

#a05639 #39a056 #5639a0

Analogous Colors of #a05639

#a05639 #a08a39 #a03950

Monochromatic Colors of #a05639

#a05639

Complementary Color

#a05639 #3983a0

#a05639 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a05639 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a05639 Color CSS Codes

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

#a05639 Text Font Color

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

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


#a05639 Background Color

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

This div background color is #a05639


#a05639 Border Color

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

This div border color is #a05639


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a05639


Comments

No comments written yet.

Please login to write comment.