Color Hex Logo

#a66559 Color Hex

#A66559
(166,101,89)
0 Favorites   0 Comments

Color spaces of #a66559

RGB 16610189
HSL0.030.300.50
HSV46°65°
CMYK 0.000.390.46   0.35
XYZ22.182718.135611.7826
Yxy18.13560.42580.3481
Hunter Lab42.585918.454013.4059
CIE-Lab49.660224.824617.9004

#a66559 color RGB value is (166,101,89).

#a66559 hex color red value is 166, green value is 101 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #a66559 hue: 0.03 , saturation: 0.30 and the lightness value of a66559 is 0.50.

The process color (four color CMYK) of #a66559 color hex is 0.00, 0.39, 0.46, 0.35. Web safe color of #a66559 is #996666. Color #a66559 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100101 01011001
Octal 246 145 131
Decimal 166 101 89
Hex A6 65 59

RGB Percentages of Color #a66559

%46.63
%28.37
%25.00

CMYK Percentages of Color #a66559

%0
%39
%46
%35

Triadic Colors of #a66559

#a66559 #59a665 #6559a6

Analogous Colors of #a66559

#a66559 #a68c59 #a65974

Monochromatic Colors of #a66559

#a66559

Complementary Color

#a66559 #599aa6

#a66559 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66559 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66559 Color CSS Codes

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

#a66559 Text Font Color

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

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


#a66559 Background Color

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

This div background color is #a66559


#a66559 Border Color

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

This div border color is #a66559


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66559


Comments

No comments written yet.

Please login to write comment.