Color Hex Logo

#a13820 Color Hex

#A13820
(161,56,32)
0 Favorites   0 Comments

Color spaces of #a13820

RGB 1615632
HSL0.030.670.38
HSV11°80°63°
CMYK 0.000.650.80   0.37
XYZ16.372810.50972.5321
Yxy10.50970.55660.3573
Hunter Lab32.418733.417418.0621
CIE-Lab38.742142.247637.2960

#a13820 color RGB value is (161,56,32).

#a13820 hex color red value is 161, green value is 56 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #a13820 hue: 0.03 , saturation: 0.67 and the lightness value of a13820 is 0.38.

The process color (four color CMYK) of #a13820 color hex is 0.00, 0.65, 0.80, 0.37. Web safe color of #a13820 is #993333. Color #a13820 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00111000 00100000
Octal 241 70 40
Decimal 161 56 32
Hex A1 38 20

RGB Percentages of Color #a13820

%64.66
%22.49
%12.85

CMYK Percentages of Color #a13820

%0
%65
%80
%37

Triadic Colors of #a13820

#a13820 #20a138 #3820a1

Analogous Colors of #a13820

#a13820 #a17920 #a12049

Monochromatic Colors of #a13820

#a13820

Complementary Color

#a13820 #2089a1

#a13820 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a13820 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a13820 Color CSS Codes

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

#a13820 Text Font Color

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

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


#a13820 Background Color

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

This div background color is #a13820


#a13820 Border Color

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

This div border color is #a13820


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a13820


Comments

No comments written yet.

Please login to write comment.