Color Hex Logo

#a66640 Color Hex

#A66640
(166,102,64)
0 Favorites   0 Comments

Color spaces of #a66640

RGB 16610264
HSL0.060.440.45
HSV22°61°65°
CMYK 0.000.390.61   0.35
XYZ21.402717.97997.1929
Yxy17.97990.45950.3860
Hunter Lab42.402715.892819.6244
CIE-Lab49.471721.985632.0327

#a66640 color RGB value is (166,102,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100110 01000000
Octal 246 146 100
Decimal 166 102 64
Hex A6 66 40

RGB Percentages of Color #a66640

%50.00
%30.72
%19.28

CMYK Percentages of Color #a66640

%0
%39
%61
%35

Triadic Colors of #a66640

#a66640 #40a666 #6640a6

Analogous Colors of #a66640

#a66640 #a69940 #a6404d

Monochromatic Colors of #a66640

#a66640

Complementary Color

#a66640 #4080a6

#a66640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66640 Color CSS Codes

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

#a66640 Text Font Color

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

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


#a66640 Background Color

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

This div background color is #a66640


#a66640 Border Color

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

This div border color is #a66640


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66640


Comments

No comments written yet.

Please login to write comment.