Color Hex Logo

#a65614 Color Hex

#A65614
(166,86,20)
0 Favorites   0 Comments

Color spaces of #a65614

RGB 1668620
HSL0.080.780.36
HSV27°88°65°
CMYK 0.000.480.88   0.35
XYZ19.179914.81312.5101
Yxy14.81310.52540.4058
Hunter Lab38.487821.599623.0747
CIE-Lab45.377128.716748.9015

#a65614 color RGB value is (166,86,20).

#a65614 hex color red value is 166, green value is 86 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #a65614 hue: 0.08 , saturation: 0.78 and the lightness value of a65614 is 0.36.

The process color (four color CMYK) of #a65614 color hex is 0.00, 0.48, 0.88, 0.35. Web safe color of #a65614 is #996600. Color #a65614 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010110 00010100
Octal 246 126 24
Decimal 166 86 20
Hex A6 56 14

RGB Percentages of Color #a65614

%61.03
%31.62
%7.35

CMYK Percentages of Color #a65614

%0
%48
%88
%35

Triadic Colors of #a65614

#a65614 #14a656 #5614a6

Analogous Colors of #a65614

#a65614 #a69f14 #a6141b

Monochromatic Colors of #a65614

#a65614

Complementary Color

#a65614 #1464a6

#a65614 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65614 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65614 Color CSS Codes

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

#a65614 Text Font Color

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

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


#a65614 Background Color

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

This div background color is #a65614


#a65614 Border Color

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

This div border color is #a65614


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,86,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 #a65614">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65614


Comments

No comments written yet.

Please login to write comment.