Color Hex Logo

#a66617 Color Hex

#A66617
(166,102,23)
0 Favorites   0 Comments

Color spaces of #a66617

RGB 16610223
HSL0.090.760.37
HSV33°86°65°
CMYK 0.000.390.86   0.35
XYZ20.631917.67163.1341
Yxy17.67160.49790.4265
Hunter Lab42.037614.041325.0060
CIE-Lab49.095319.911450.9399

#a66617 color RGB value is (166,102,23).

#a66617 hex color red value is 166, green value is 102 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #a66617 hue: 0.09 , saturation: 0.76 and the lightness value of a66617 is 0.37.

The process color (four color CMYK) of #a66617 color hex is 0.00, 0.39, 0.86, 0.35. Web safe color of #a66617 is #996600. Color #a66617 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100110 00010111
Octal 246 146 27
Decimal 166 102 23
Hex A6 66 17

RGB Percentages of Color #a66617

%57.04
%35.05
%7.90

CMYK Percentages of Color #a66617

%0
%39
%86
%35

Triadic Colors of #a66617

#a66617 #17a666 #6617a6

Analogous Colors of #a66617

#a66617 #9fa617 #a61f17

Monochromatic Colors of #a66617

#a66617

Complementary Color

#a66617 #1757a6

#a66617 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66617 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66617 Color CSS Codes

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

#a66617 Text Font Color

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

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


#a66617 Background Color

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

This div background color is #a66617


#a66617 Border Color

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

This div border color is #a66617


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,102,23, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66617


Comments

No comments written yet.

Please login to write comment.