Color Hex Logo

#a05441 Color Hex

#A05441
(160,84,65)
0 Favorites   0 Comments

Color spaces of #a05441

RGB 1608465
HSL0.030.420.44
HSV12°59°63°
CMYK 0.000.480.59   0.37
XYZ18.621714.19596.7596
Yxy14.19590.47050.3587
Hunter Lab37.677422.286315.7372
CIE-Lab44.512629.570225.1396

#a05441 color RGB value is (160,84,65).

#a05441 hex color red value is 160, green value is 84 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #a05441 hue: 0.03 , saturation: 0.42 and the lightness value of a05441 is 0.44.

The process color (four color CMYK) of #a05441 color hex is 0.00, 0.48, 0.59, 0.37. Web safe color of #a05441 is #996633. Color #a05441 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010100 01000001
Octal 240 124 101
Decimal 160 84 65
Hex A0 54 41

RGB Percentages of Color #a05441

%51.78
%27.18
%21.04

CMYK Percentages of Color #a05441

%0
%48
%59
%37

Triadic Colors of #a05441

#a05441 #41a054 #5441a0

Analogous Colors of #a05441

#a05441 #a08441 #a0415e

Monochromatic Colors of #a05441

#a05441

Complementary Color

#a05441 #418da0

#a05441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a05441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a05441 Color CSS Codes

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

#a05441 Text Font Color

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

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


#a05441 Background Color

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

This div background color is #a05441


#a05441 Border Color

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

This div border color is #a05441


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a05441


Comments

No comments written yet.

Please login to write comment.