Color Hex Logo

#a66246 Color Hex

#A66246
(166,98,70)
0 Favorites   0 Comments

Color spaces of #a66246

RGB 1669870
HSL0.050.410.46
HSV18°58°65°
CMYK 0.000.410.58   0.35
XYZ21.199117.28468.0133
Yxy17.28460.45590.3717
Hunter Lab41.574818.261917.6745
CIE-Lab48.616624.703627.5946

#a66246 color RGB value is (166,98,70).

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

The process color (four color CMYK) of #a66246 color hex is 0.00, 0.41, 0.58, 0.35. Web safe color of #a66246 is #996633. Color #a66246 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100010 01000110
Octal 246 142 106
Decimal 166 98 70
Hex A6 62 46

RGB Percentages of Color #a66246

%49.70
%29.34
%20.96

CMYK Percentages of Color #a66246

%0
%41
%58
%35

Triadic Colors of #a66246

#a66246 #46a662 #6246a6

Analogous Colors of #a66246

#a66246 #a69246 #a6465a

Monochromatic Colors of #a66246

#a66246

Complementary Color

#a66246 #468aa6

#a66246 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66246 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66246 Color CSS Codes

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

#a66246 Text Font Color

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

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


#a66246 Background Color

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

This div background color is #a66246


#a66246 Border Color

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

This div border color is #a66246


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66246


Comments

No comments written yet.

Please login to write comment.