Color Hex Logo

#a14519 Color Hex

#A14519
(161,69,25)
0 Favorites   0 Comments

Color spaces of #a14519

RGB 1616925
HSL0.050.730.36
HSV19°84°63°
CMYK 0.000.570.84   0.37
XYZ17.001511.90352.3212
Yxy11.90350.54450.3812
Hunter Lab34.501427.583120.1621
CIE-Lab41.062335.762942.9275

#a14519 color RGB value is (161,69,25).

#a14519 hex color red value is 161, green value is 69 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #a14519 hue: 0.05 , saturation: 0.73 and the lightness value of a14519 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01000101 00011001
Octal 241 105 31
Decimal 161 69 25
Hex A1 45 19

RGB Percentages of Color #a14519

%63.14
%27.06
%9.80

CMYK Percentages of Color #a14519

%0
%57
%84
%37

Triadic Colors of #a14519

#a14519 #19a145 #4519a1

Analogous Colors of #a14519

#a14519 #a18919 #a11931

Monochromatic Colors of #a14519

#a14519

Complementary Color

#a14519 #1975a1

#a14519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a14519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a14519 Color CSS Codes

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

#a14519 Text Font Color

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

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


#a14519 Background Color

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

This div background color is #a14519


#a14519 Border Color

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

This div border color is #a14519


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a14519


Comments

No comments written yet.

Please login to write comment.