Color Hex Logo

#a66527 Color Hex

#A66527
(166,101,39)
0 Favorites   0 Comments

Color spaces of #a66527

RGB 16610139
HSL0.080.620.40
HSV29°77°65°
CMYK 0.000.390.77   0.35
XYZ20.745817.56084.2156
Yxy17.56080.48790.4130
Hunter Lab41.905615.033423.3695
CIE-Lab48.959021.051044.3386

#a66527 color RGB value is (166,101,39).

#a66527 hex color red value is 166, green value is 101 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #a66527 hue: 0.08 , saturation: 0.62 and the lightness value of a66527 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100101 00100111
Octal 246 145 47
Decimal 166 101 39
Hex A6 65 27

RGB Percentages of Color #a66527

%54.25
%33.01
%12.75

CMYK Percentages of Color #a66527

%0
%39
%77
%35

Triadic Colors of #a66527

#a66527 #27a665 #6527a6

Analogous Colors of #a66527

#a66527 #a6a527 #a62728

Monochromatic Colors of #a66527

#a66527

Complementary Color

#a66527 #2768a6

#a66527 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66527 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66527 Color CSS Codes

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

#a66527 Text Font Color

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

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


#a66527 Background Color

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

This div background color is #a66527


#a66527 Border Color

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

This div border color is #a66527


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66527


Comments

No comments written yet.

Please login to write comment.