Color Hex Logo

#a66840 Color Hex

#A66840
(166,104,64)
0 Favorites   0 Comments

Color spaces of #a66840

RGB 16610464
HSL0.070.440.45
HSV24°61°65°
CMYK 0.000.370.61   0.35
XYZ21.601618.37787.2592
Yxy18.37780.45730.3890
Hunter Lab42.869314.923719.9688
CIE-Lab49.951220.858432.6116

#a66840 color RGB value is (166,104,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101000 01000000
Octal 246 150 100
Decimal 166 104 64
Hex A6 68 40

RGB Percentages of Color #a66840

%49.70
%31.14
%19.16

CMYK Percentages of Color #a66840

%0
%37
%61
%35

Triadic Colors of #a66840

#a66840 #40a668 #6840a6

Analogous Colors of #a66840

#a66840 #a69b40 #a6404b

Monochromatic Colors of #a66840

#a66840

Complementary Color

#a66840 #407ea6

#a66840 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66840 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66840 Color CSS Codes

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

#a66840 Text Font Color

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

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


#a66840 Background Color

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

This div background color is #a66840


#a66840 Border Color

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

This div border color is #a66840


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66840


Comments

No comments written yet.

Please login to write comment.