Color Hex Logo

#a66340 Color Hex

#A66340
(166,99,64)
0 Favorites   0 Comments

Color spaces of #a66340

RGB 1669964
HSL0.060.440.45
HSV21°61°65°
CMYK 0.000.400.61   0.35
XYZ21.113117.40087.0964
Yxy17.40080.46290.3815
Hunter Lab41.714317.345319.1136
CIE-Lab48.761123.670231.1707

#a66340 color RGB value is (166,99,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100011 01000000
Octal 246 143 100
Decimal 166 99 64
Hex A6 63 40

RGB Percentages of Color #a66340

%50.46
%30.09
%19.45

CMYK Percentages of Color #a66340

%0
%40
%61
%35

Triadic Colors of #a66340

#a66340 #40a663 #6340a6

Analogous Colors of #a66340

#a66340 #a69640 #a64050

Monochromatic Colors of #a66340

#a66340

Complementary Color

#a66340 #4083a6

#a66340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66340 Color CSS Codes

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

#a66340 Text Font Color

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

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


#a66340 Background Color

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

This div background color is #a66340


#a66340 Border Color

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

This div border color is #a66340


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66340


Comments

No comments written yet.

Please login to write comment.