Color Hex Logo

#a1442e Color Hex

#A1442E
(161,68,46)
0 Favorites   0 Comments

Color spaces of #a1442e

RGB 1616846
HSL0.030.560.41
HSV11°71°63°
CMYK 0.000.580.71   0.37
XYZ17.258211.90863.9737
Yxy11.90860.52080.3593
Hunter Lab34.508828.879117.3289
CIE-Lab41.070537.138632.0575

#a1442e color RGB value is (161,68,46).

#a1442e hex color red value is 161, green value is 68 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #a1442e hue: 0.03 , saturation: 0.56 and the lightness value of a1442e is 0.41.

The process color (four color CMYK) of #a1442e color hex is 0.00, 0.58, 0.71, 0.37. Web safe color of #a1442e is #993333. Color #a1442e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01000100 00101110
Octal 241 104 56
Decimal 161 68 46
Hex A1 44 2E

RGB Percentages of Color #a1442e

%58.55
%24.73
%16.73

CMYK Percentages of Color #a1442e

%0
%58
%71
%37

Triadic Colors of #a1442e

#a1442e #2ea144 #442ea1

Analogous Colors of #a1442e

#a1442e #a17e2e #a12e51

Monochromatic Colors of #a1442e

#a1442e

Complementary Color

#a1442e #2e8ba1

#a1442e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1442e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1442e Color CSS Codes

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

#a1442e Text Font Color

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

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


#a1442e Background Color

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

This div background color is #a1442e


#a1442e Border Color

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

This div border color is #a1442e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(161,68,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a1442e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a1442e;
  -webkit-box-shadow: 1px 1px 3px 2px #a1442e;
  box-shadow:         1px 1px 3px 2px #a1442e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,68,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1442e


Comments

No comments written yet.

Please login to write comment.