Color Hex Logo

#a06014 Color Hex

#A06014
(160,96,20)
0 Favorites   0 Comments

Color spaces of #a06014

RGB 1609620
HSL0.090.780.35
HSV33°88°63°
CMYK 0.000.400.88   0.37
XYZ18.806315.88982.7377
Yxy15.88980.50240.4245
Hunter Lab39.862014.455123.8314
CIE-Lab46.829620.539549.7348

#a06014 color RGB value is (160,96,20).

#a06014 hex color red value is 160, green value is 96 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #a06014 hue: 0.09 , saturation: 0.78 and the lightness value of a06014 is 0.35.

The process color (four color CMYK) of #a06014 color hex is 0.00, 0.40, 0.88, 0.37. Web safe color of #a06014 is #996600. Color #a06014 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100000 00010100
Octal 240 140 24
Decimal 160 96 20
Hex A0 60 14

RGB Percentages of Color #a06014

%57.97
%34.78
%7.25

CMYK Percentages of Color #a06014

%0
%40
%88
%37

Triadic Colors of #a06014

#a06014 #14a060 #6014a0

Analogous Colors of #a06014

#a06014 #9aa014 #a01a14

Monochromatic Colors of #a06014

#a06014

Complementary Color

#a06014 #1454a0

#a06014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06014 Color CSS Codes

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

#a06014 Text Font Color

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

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


#a06014 Background Color

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

This div background color is #a06014


#a06014 Border Color

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

This div border color is #a06014


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,96,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a06014; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a06014;
  -webkit-box-shadow: 1px 1px 3px 2px #a06014;
  box-shadow:         1px 1px 3px 2px #a06014; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,96,20, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06014


Comments

No comments written yet.

Please login to write comment.