Color Hex Logo

#a14713 Color Hex

#A14713
(161,71,19)
0 Favorites   0 Comments

Color spaces of #a14713

RGB 1617119
HSL0.060.790.35
HSV22°88°63°
CMYK 0.000.560.88   0.37
XYZ17.068712.13062.0579
Yxy12.13060.54610.3881
Hunter Lab34.829026.527020.8771
CIE-Lab41.422934.579345.7307

#a14713 color RGB value is (161,71,19).

#a14713 hex color red value is 161, green value is 71 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #a14713 hue: 0.06 , saturation: 0.79 and the lightness value of a14713 is 0.35.

The process color (four color CMYK) of #a14713 color hex is 0.00, 0.56, 0.88, 0.37. Web safe color of #a14713 is #993300. Color #a14713 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01000111 00010011
Octal 241 107 23
Decimal 161 71 19
Hex A1 47 13

RGB Percentages of Color #a14713

%64.14
%28.29
%7.57

CMYK Percentages of Color #a14713

%0
%56
%88
%37

Triadic Colors of #a14713

#a14713 #13a147 #4713a1

Analogous Colors of #a14713

#a14713 #a18e13 #a11326

Monochromatic Colors of #a14713

#a14713

Complementary Color

#a14713 #136da1

#a14713 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a14713 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a14713 Color CSS Codes

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

#a14713 Text Font Color

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

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


#a14713 Background Color

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

This div background color is #a14713


#a14713 Border Color

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

This div border color is #a14713


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a14713


Comments

No comments written yet.

Please login to write comment.