Color Hex Logo

#a13619 Color Hex

#A13619
(161,54,25)
0 Favorites   0 Comments

Color spaces of #a13619

RGB 1615425
HSL0.040.730.36
HSV13°84°63°
CMYK 0.000.660.84   0.37
XYZ16.192610.28562.0516
Yxy10.28560.56760.3605
Hunter Lab32.071233.999418.6570
CIE-Lab38.350242.912440.4873

#a13619 color RGB value is (161,54,25).

#a13619 hex color red value is 161, green value is 54 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #a13619 hue: 0.04 , saturation: 0.73 and the lightness value of a13619 is 0.36.

The process color (four color CMYK) of #a13619 color hex is 0.00, 0.66, 0.84, 0.37. Web safe color of #a13619 is #993300. Color #a13619 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00110110 00011001
Octal 241 66 31
Decimal 161 54 25
Hex A1 36 19

RGB Percentages of Color #a13619

%67.08
%22.50
%10.42

CMYK Percentages of Color #a13619

%0
%66
%84
%37

Triadic Colors of #a13619

#a13619 #19a136 #3619a1

Analogous Colors of #a13619

#a13619 #a17a19 #a11940

Monochromatic Colors of #a13619

#a13619

Complementary Color

#a13619 #1984a1

#a13619 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a13619 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a13619 Color CSS Codes

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

#a13619 Text Font Color

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

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


#a13619 Background Color

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

This div background color is #a13619


#a13619 Border Color

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

This div border color is #a13619


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a13619


Comments

No comments written yet.

Please login to write comment.