Color Hex Logo

#a66147 Color Hex

#A66147
(166,97,71)
0 Favorites   0 Comments

Color spaces of #a66147

RGB 1669771
HSL0.050.400.46
HSV16°57°65°
CMYK 0.000.420.57   0.35
XYZ21.137917.11138.1500
Yxy17.11130.45560.3688
Hunter Lab41.365818.823217.2746
CIE-Lab48.400025.345526.7471

#a66147 color RGB value is (166,97,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100001 01000111
Octal 246 141 107
Decimal 166 97 71
Hex A6 61 47

RGB Percentages of Color #a66147

%49.70
%29.04
%21.26

CMYK Percentages of Color #a66147

%0
%42
%57
%35

Triadic Colors of #a66147

#a66147 #47a661 #6147a6

Analogous Colors of #a66147

#a66147 #a69147 #a6475d

Monochromatic Colors of #a66147

#a66147

Complementary Color

#a66147 #478ca6

#a66147 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66147 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66147 Color CSS Codes

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

#a66147 Text Font Color

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

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


#a66147 Background Color

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

This div background color is #a66147


#a66147 Border Color

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

This div border color is #a66147


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66147


Comments

No comments written yet.

Please login to write comment.