Color Hex Logo

#a14738 Color Hex

#A14738
(161,71,56)
0 Favorites   0 Comments

Color spaces of #a14738

RGB 1617156
HSL0.020.480.43
HSV65°63°
CMYK 0.000.560.65   0.37
XYZ17.665012.36915.1978
Yxy12.36910.50140.3511
Hunter Lab35.169728.109715.8562
CIE-Lab41.796836.215127.0976

#a14738 color RGB value is (161,71,56).

#a14738 hex color red value is 161, green value is 71 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #a14738 hue: 0.02 , saturation: 0.48 and the lightness value of a14738 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01000111 00111000
Octal 241 107 70
Decimal 161 71 56
Hex A1 47 38

RGB Percentages of Color #a14738

%55.90
%24.65
%19.44

CMYK Percentages of Color #a14738

%0
%56
%65
%37

Triadic Colors of #a14738

#a14738 #38a147 #4738a1

Analogous Colors of #a14738

#a14738 #a17c38 #a1385d

Monochromatic Colors of #a14738

#a14738

Complementary Color

#a14738 #3892a1

#a14738 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a14738 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a14738 Color CSS Codes

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

#a14738 Text Font Color

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

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


#a14738 Background Color

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

This div background color is #a14738


#a14738 Border Color

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

This div border color is #a14738


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a14738


Comments

No comments written yet.

Please login to write comment.