Color Hex Logo

#a43517 Color Hex

#A43517
(164,53,23)
0 Favorites   0 Comments

Color spaces of #a43517

RGB 1645323
HSL0.040.750.37
HSV13°86°64°
CMYK 0.000.680.86   0.36
XYZ16.737610.50061.9553
Yxy10.50060.57330.3597
Hunter Lab32.404635.490519.1057
CIE-Lab38.726344.366841.9818

#a43517 color RGB value is (164,53,23).

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

The process color (four color CMYK) of #a43517 color hex is 0.00, 0.68, 0.86, 0.36. Web safe color of #a43517 is #993300. Color #a43517 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00110101 00010111
Octal 244 65 27
Decimal 164 53 23
Hex A4 35 17

RGB Percentages of Color #a43517

%68.33
%22.08
%9.58

CMYK Percentages of Color #a43517

%0
%68
%86
%36

Triadic Colors of #a43517

#a43517 #17a435 #3517a4

Analogous Colors of #a43517

#a43517 #a47c17 #a4173f

Monochromatic Colors of #a43517

#a43517

Complementary Color

#a43517 #1786a4

#a43517 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a43517 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a43517 Color CSS Codes

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

#a43517 Text Font Color

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

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


#a43517 Background Color

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

This div background color is #a43517


#a43517 Border Color

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

This div border color is #a43517


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a43517


Comments

No comments written yet.

Please login to write comment.