Color Hex Logo

#a14600 Color Hex

#A14600
(161,70,0)
0 Favorites   0 Comments

Color spaces of #a14600

RGB 161700
HSL0.071.000.32
HSV26°100°63°
CMYK 0.000.571.00   0.37
XYZ16.888111.95741.4179
Yxy11.95740.55800.3951
Hunter Lab34.579526.662721.7745
CIE-Lab41.148334.764551.4781

#a14600 color RGB value is (161,70,0).

#a14600 hex color red value is 161, green value is 70 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #a14600 hue: 0.07 , saturation: 1.00 and the lightness value of a14600 is 0.32.

The process color (four color CMYK) of #a14600 color hex is 0.00, 0.57, 1.00, 0.37. Web safe color of #a14600 is #993300. Color #a14600 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01000110 00000000
Octal 241 106 0
Decimal 161 70 0
Hex A1 46 0

RGB Percentages of Color #a14600

%69.70
%30.30
%0.00

CMYK Percentages of Color #a14600

%0
%57
%100
%37

Triadic Colors of #a14600

#a14600 #00a146 #4600a1

Analogous Colors of #a14600

#a14600 #a19700 #a1000a

Monochromatic Colors of #a14600

#a14600

Complementary Color

#a14600 #005ba1

#a14600 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a14600 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a14600 Color CSS Codes

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

#a14600 Text Font Color

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

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


#a14600 Background Color

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

This div background color is #a14600


#a14600 Border Color

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

This div border color is #a14600


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a14600


Comments

No comments written yet.

Please login to write comment.