Color Hex Logo

#a1412e Color Hex

#A1412E
(161,65,46)
0 Favorites   0 Comments

Color spaces of #a1412e

RGB 1616546
HSL0.030.560.41
HSV10°71°63°
CMYK 0.000.600.71   0.37
XYZ17.081411.55493.9148
Yxy11.55490.52480.3550
Hunter Lab33.992530.210316.9665
CIE-Lab40.499838.628431.4029

#a1412e color RGB value is (161,65,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01000001 00101110
Octal 241 101 56
Decimal 161 65 46
Hex A1 41 2E

RGB Percentages of Color #a1412e

%59.19
%23.90
%16.91

CMYK Percentages of Color #a1412e

%0
%60
%71
%37

Triadic Colors of #a1412e

#a1412e #2ea141 #412ea1

Analogous Colors of #a1412e

#a1412e #a17b2e #a12e54

Monochromatic Colors of #a1412e

#a1412e

Complementary Color

#a1412e #2e8ea1

#a1412e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1412e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1412e Color CSS Codes

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

#a1412e Text Font Color

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

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


#a1412e Background Color

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

This div background color is #a1412e


#a1412e Border Color

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

This div border color is #a1412e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1412e


Comments

No comments written yet.

Please login to write comment.