Color Hex Logo

#a13617 Color Hex

#A13617
(161,54,23)
0 Favorites   0 Comments

Color spaces of #a13617

RGB 1615423
HSL0.040.750.36
HSV13°86°63°
CMYK 0.000.660.86   0.37
XYZ16.171810.27731.9420
Yxy10.27730.56960.3620
Hunter Lab32.058233.942618.8491
CIE-Lab38.335642.856741.4272

#a13617 color RGB value is (161,54,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00110110 00010111
Octal 241 66 27
Decimal 161 54 23
Hex A1 36 17

RGB Percentages of Color #a13617

%67.65
%22.69
%9.66

CMYK Percentages of Color #a13617

%0
%66
%86
%37

Triadic Colors of #a13617

#a13617 #17a136 #3617a1

Analogous Colors of #a13617

#a13617 #a17b17 #a1173d

Monochromatic Colors of #a13617

#a13617

Complementary Color

#a13617 #1782a1

#a13617 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a13617 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a13617 Color CSS Codes

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

#a13617 Text Font Color

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

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


#a13617 Background Color

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

This div background color is #a13617


#a13617 Border Color

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

This div border color is #a13617


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a13617


Comments

No comments written yet.

Please login to write comment.