Color Hex Logo

#a65661 Color Hex

#A65661
(166,86,97)
0 Favorites   0 Comments

Color spaces of #a65661

RGB 1668697
HSL0.980.320.49
HSV352°48°65°
CMYK 0.000.480.42   0.35
XYZ21.211315.625613.2073
Yxy15.62560.42390.3122
Hunter Lab39.529226.60667.8608
CIE-Lab46.479433.97408.7202

#a65661 color RGB value is (166,86,97).

#a65661 hex color red value is 166, green value is 86 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #a65661 hue: 0.98 , saturation: 0.32 and the lightness value of a65661 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010110 01100001
Octal 246 126 141
Decimal 166 86 97
Hex A6 56 61

RGB Percentages of Color #a65661

%47.56
%24.64
%27.79

CMYK Percentages of Color #a65661

%0
%48
%42
%35

Triadic Colors of #a65661

#a65661 #61a656 #5661a6

Analogous Colors of #a65661

#a65661 #a67356 #a65689

Monochromatic Colors of #a65661

#a65661

Complementary Color

#a65661 #56a69b

#a65661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65661 Color CSS Codes

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

#a65661 Text Font Color

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

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


#a65661 Background Color

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

This div background color is #a65661


#a65661 Border Color

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

This div border color is #a65661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65661


Comments

No comments written yet.

Please login to write comment.