Color Hex Logo

#a14513 Color Hex

#A14513
(161,69,19)
1 Favorites   0 Comments

Color spaces of #a14513

RGB 1616919
HSL0.060.790.35
HSV21°88°63°
CMYK 0.000.570.88   0.37
XYZ16.943611.88032.0162
Yxy11.88030.54940.3852
Hunter Lab34.467827.427920.6593
CIE-Lab41.025235.602645.4073

#a14513 color RGB value is (161,69,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01000101 00010011
Octal 241 105 23
Decimal 161 69 19
Hex A1 45 13

RGB Percentages of Color #a14513

%64.66
%27.71
%7.63

CMYK Percentages of Color #a14513

%0
%57
%88
%37

Triadic Colors of #a14513

#a14513 #13a145 #4513a1

Analogous Colors of #a14513

#a14513 #a18c13 #a11328

Monochromatic Colors of #a14513

#a14513

Complementary Color

#a14513 #136fa1

#a14513 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a14513 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a14513 Color CSS Codes

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

#a14513 Text Font Color

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

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


#a14513 Background Color

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

This div background color is #a14513


#a14513 Border Color

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

This div border color is #a14513


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a14513


Comments

No comments written yet.

Please login to write comment.