Color Hex Logo

#a14011 Color Hex

#A14011
(161,64,17)
0 Favorites   0 Comments

Color spaces of #a14011

RGB 1616417
HSL0.050.810.35
HSV20°89°63°
CMYK 0.000.600.89   0.37
XYZ16.632511.28431.8318
Yxy11.28430.55910.3793
Hunter Lab33.592129.594720.2814
CIE-Lab40.055238.050845.3999

#a14011 color RGB value is (161,64,17).

#a14011 hex color red value is 161, green value is 64 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #a14011 hue: 0.05 , saturation: 0.81 and the lightness value of a14011 is 0.35.

The process color (four color CMYK) of #a14011 color hex is 0.00, 0.60, 0.89, 0.37. Web safe color of #a14011 is #993300. Color #a14011 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01000000 00010001
Octal 241 100 21
Decimal 161 64 17
Hex A1 40 11

RGB Percentages of Color #a14011

%66.53
%26.45
%7.02

CMYK Percentages of Color #a14011

%0
%60
%89
%37

Triadic Colors of #a14011

#a14011 #11a140 #4011a1

Analogous Colors of #a14011

#a14011 #a18811 #a1112a

Monochromatic Colors of #a14011

#a14011

Complementary Color

#a14011 #1172a1

#a14011 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a14011 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a14011 Color CSS Codes

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

#a14011 Text Font Color

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

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


#a14011 Background Color

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

This div background color is #a14011


#a14011 Border Color

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

This div border color is #a14011


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a14011


Comments

No comments written yet.

Please login to write comment.