Color Hex Logo

#a05128 Color Hex

#A05128
(160,81,40)
0 Favorites   0 Comments

Color spaces of #a05128

RGB 1608140
HSL0.060.600.39
HSV21°75°63°
CMYK 0.000.490.75   0.37
XYZ17.822613.51163.6761
Yxy13.51160.50910.3859
Hunter Lab36.758122.221019.8012
CIE-Lab43.524229.615637.9873

#a05128 color RGB value is (160,81,40).

#a05128 hex color red value is 160, green value is 81 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #a05128 hue: 0.06 , saturation: 0.60 and the lightness value of a05128 is 0.39.

The process color (four color CMYK) of #a05128 color hex is 0.00, 0.49, 0.75, 0.37. Web safe color of #a05128 is #996633. Color #a05128 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010001 00101000
Octal 240 121 50
Decimal 160 81 40
Hex A0 51 28

RGB Percentages of Color #a05128

%56.94
%28.83
%14.23

CMYK Percentages of Color #a05128

%0
%49
%75
%37

Triadic Colors of #a05128

#a05128 #28a051 #5128a0

Analogous Colors of #a05128

#a05128 #a08d28 #a0283b

Monochromatic Colors of #a05128

#a05128

Complementary Color

#a05128 #2877a0

#a05128 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a05128 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a05128 Color CSS Codes

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

#a05128 Text Font Color

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

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


#a05128 Background Color

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

This div background color is #a05128


#a05128 Border Color

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

This div border color is #a05128


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a05128


Comments

No comments written yet.

Please login to write comment.