Color Hex Logo

#a66560 Color Hex

#A66560
(166,101,96)
0 Favorites   0 Comments

Color spaces of #a66560

RGB 16610196
HSL0.010.280.51
HSV42°65°
CMYK 0.000.390.42   0.35
XYZ22.490918.258913.4052
Yxy18.25890.41530.3372
Hunter Lab42.730419.174111.3111
CIE-Lab49.808625.603813.9682

#a66560 color RGB value is (166,101,96).

#a66560 hex color red value is 166, green value is 101 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #a66560 hue: 0.01 , saturation: 0.28 and the lightness value of a66560 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100101 01100000
Octal 246 145 140
Decimal 166 101 96
Hex A6 65 60

RGB Percentages of Color #a66560

%45.73
%27.82
%26.45

CMYK Percentages of Color #a66560

%0
%39
%42
%35

Triadic Colors of #a66560

#a66560 #60a665 #6560a6

Analogous Colors of #a66560

#a66560 #a68860 #a6607e

Monochromatic Colors of #a66560

#a66560

Complementary Color

#a66560 #60a1a6

#a66560 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66560 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66560 Color CSS Codes

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

#a66560 Text Font Color

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

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


#a66560 Background Color

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

This div background color is #a66560


#a66560 Border Color

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

This div border color is #a66560


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66560


Comments

No comments written yet.

Please login to write comment.