Color Hex Logo

#a66947 Color Hex

#A66947
(166,105,71)
0 Favorites   0 Comments

Color spaces of #a66947

RGB 16610571
HSL0.060.400.46
HSV21°57°65°
CMYK 0.000.370.57   0.35
XYZ21.914818.66518.4089
Yxy18.66510.44730.3810
Hunter Lab43.203114.938718.7022
CIE-Lab50.293120.852329.1278

#a66947 color RGB value is (166,105,71).

#a66947 hex color red value is 166, green value is 105 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #a66947 hue: 0.06 , saturation: 0.40 and the lightness value of a66947 is 0.46.

The process color (four color CMYK) of #a66947 color hex is 0.00, 0.37, 0.57, 0.35. Web safe color of #a66947 is #996633. Color #a66947 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101001 01000111
Octal 246 151 107
Decimal 166 105 71
Hex A6 69 47

RGB Percentages of Color #a66947

%48.54
%30.70
%20.76

CMYK Percentages of Color #a66947

%0
%37
%57
%35

Triadic Colors of #a66947

#a66947 #47a669 #6947a6

Analogous Colors of #a66947

#a66947 #a69947 #a64755

Monochromatic Colors of #a66947

#a66947

Complementary Color

#a66947 #4784a6

#a66947 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66947 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66947 Color CSS Codes

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

#a66947 Text Font Color

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

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


#a66947 Background Color

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

This div background color is #a66947


#a66947 Border Color

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

This div border color is #a66947


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66947


Comments

No comments written yet.

Please login to write comment.