Color Hex Logo

#a14010 Color Hex

#A14010
(161,64,16)
0 Favorites   0 Comments

Color spaces of #a14010

RGB 1616416
HSL0.060.820.35
HSV20°90°63°
CMYK 0.000.600.90   0.37
XYZ16.624911.28131.7915
Yxy11.28130.55980.3799
Hunter Lab33.587629.573920.3489
CIE-Lab40.050338.029645.7699

#a14010 color RGB value is (161,64,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01000000 00010000
Octal 241 100 20
Decimal 161 64 16
Hex A1 40 10

RGB Percentages of Color #a14010

%66.80
%26.56
%6.64

CMYK Percentages of Color #a14010

%0
%60
%90
%37

Triadic Colors of #a14010

#a14010 #10a140 #4010a1

Analogous Colors of #a14010

#a14010 #a18910 #a11028

Monochromatic Colors of #a14010

#a14010

Complementary Color

#a14010 #1071a1

#a14010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a14010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a14010 Color CSS Codes

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

#a14010 Text Font Color

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

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


#a14010 Background Color

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

This div background color is #a14010


#a14010 Border Color

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

This div border color is #a14010


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a14010


Comments

No comments written yet.

Please login to write comment.