Color Hex Logo

#a66738 Color Hex

#A66738
(166,103,56)
0 Favorites   0 Comments

Color spaces of #a66738

RGB 16610356
HSL0.070.500.44
HSV26°66°65°
CMYK 0.000.380.66   0.35
XYZ21.289918.09306.1116
Yxy18.09300.46800.3977
Hunter Lab42.535914.904421.2563
CIE-Lab49.608720.859736.5421

#a66738 color RGB value is (166,103,56).

#a66738 hex color red value is 166, green value is 103 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #a66738 hue: 0.07 , saturation: 0.50 and the lightness value of a66738 is 0.44.

The process color (four color CMYK) of #a66738 color hex is 0.00, 0.38, 0.66, 0.35. Web safe color of #a66738 is #996633. Color #a66738 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100111 00111000
Octal 246 147 70
Decimal 166 103 56
Hex A6 67 38

RGB Percentages of Color #a66738

%51.08
%31.69
%17.23

CMYK Percentages of Color #a66738

%0
%38
%66
%35

Triadic Colors of #a66738

#a66738 #38a667 #6738a6

Analogous Colors of #a66738

#a66738 #a69e38 #a63840

Monochromatic Colors of #a66738

#a66738

Complementary Color

#a66738 #3877a6

#a66738 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66738 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66738 Color CSS Codes

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

#a66738 Text Font Color

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

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


#a66738 Background Color

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

This div background color is #a66738


#a66738 Border Color

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

This div border color is #a66738


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66738


Comments

No comments written yet.

Please login to write comment.