Color Hex Logo

#a1373e Color Hex

#A1373E
(161,55,62)
0 Favorites   0 Comments

Color spaces of #a1373e

RGB 1615562
HSL0.990.490.42
HSV356°66°63°
CMYK 0.000.660.61   0.37
XYZ16.933610.65725.7220
Yxy10.65720.50830.3199
Hunter Lab32.645435.461012.4596
CIE-Lab38.997044.289719.9091

#a1373e color RGB value is (161,55,62).

#a1373e hex color red value is 161, green value is 55 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #a1373e hue: 0.99 , saturation: 0.49 and the lightness value of a1373e is 0.42.

The process color (four color CMYK) of #a1373e color hex is 0.00, 0.66, 0.61, 0.37. Web safe color of #a1373e is #993333. Color #a1373e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00110111 00111110
Octal 241 67 76
Decimal 161 55 62
Hex A1 37 3E

RGB Percentages of Color #a1373e

%57.91
%19.78
%22.30

CMYK Percentages of Color #a1373e

%0
%66
%61
%37

Triadic Colors of #a1373e

#a1373e #3ea137 #373ea1

Analogous Colors of #a1373e

#a1373e #a16537 #a13773

Monochromatic Colors of #a1373e

#a1373e

Complementary Color

#a1373e #37a19a

#a1373e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1373e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1373e Color CSS Codes

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

#a1373e Text Font Color

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

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


#a1373e Background Color

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

This div background color is #a1373e


#a1373e Border Color

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

This div border color is #a1373e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1373e


Comments

No comments written yet.

Please login to write comment.