Color Hex Logo

#a14731 Color Hex

#A14731
(161,71,49)
0 Favorites   0 Comments

Color spaces of #a14731

RGB 1617149
HSL0.030.530.41
HSV12°70°63°
CMYK 0.000.560.70   0.37
XYZ17.505612.30534.3582
Yxy12.30530.51230.3601
Hunter Lab35.078927.689617.1891
CIE-Lab41.697335.783431.0640

#a14731 color RGB value is (161,71,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01000111 00110001
Octal 241 107 61
Decimal 161 71 49
Hex A1 47 31

RGB Percentages of Color #a14731

%57.30
%25.27
%17.44

CMYK Percentages of Color #a14731

%0
%56
%70
%37

Triadic Colors of #a14731

#a14731 #31a147 #4731a1

Analogous Colors of #a14731

#a14731 #a17f31 #a13153

Monochromatic Colors of #a14731

#a14731

Complementary Color

#a14731 #318ba1

#a14731 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a14731 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a14731 Color CSS Codes

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

#a14731 Text Font Color

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

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


#a14731 Background Color

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

This div background color is #a14731


#a14731 Border Color

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

This div border color is #a14731


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a14731


Comments

No comments written yet.

Please login to write comment.