Color Hex Logo

#a14737 Color Hex

#A14737
(161,71,55)
0 Favorites   0 Comments

Color spaces of #a14737

RGB 1617155
HSL0.030.490.42
HSV66°63°
CMYK 0.000.560.66   0.37
XYZ17.640812.35945.0703
Yxy12.35940.50300.3524
Hunter Lab35.155928.046116.0582
CIE-Lab41.781736.149927.6697

#a14737 color RGB value is (161,71,55).

#a14737 hex color red value is 161, green value is 71 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #a14737 hue: 0.03 , saturation: 0.49 and the lightness value of a14737 is 0.42.

The process color (four color CMYK) of #a14737 color hex is 0.00, 0.56, 0.66, 0.37. Web safe color of #a14737 is #993333. Color #a14737 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01000111 00110111
Octal 241 107 67
Decimal 161 71 55
Hex A1 47 37

RGB Percentages of Color #a14737

%56.10
%24.74
%19.16

CMYK Percentages of Color #a14737

%0
%56
%66
%37

Triadic Colors of #a14737

#a14737 #37a147 #4737a1

Analogous Colors of #a14737

#a14737 #a17c37 #a1375c

Monochromatic Colors of #a14737

#a14737

Complementary Color

#a14737 #3791a1

#a14737 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a14737 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a14737 Color CSS Codes

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

#a14737 Text Font Color

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

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


#a14737 Background Color

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

This div background color is #a14737


#a14737 Border Color

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

This div border color is #a14737


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a14737


Comments

No comments written yet.

Please login to write comment.