Color Hex Logo

#a64642 Color Hex

#A64642
(166,70,66)
0 Favorites   0 Comments

Color spaces of #a64642

RGB 1667066
HSL0.010.430.45
HSV60°65°
CMYK 0.000.580.60   0.35
XYZ18.899412.88076.6444
Yxy12.88070.49190.3352
Hunter Lab35.889731.190614.1462
CIE-Lab42.582939.324022.2651

#a64642 color RGB value is (166,70,66).

#a64642 hex color red value is 166, green value is 70 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #a64642 hue: 0.01 , saturation: 0.43 and the lightness value of a64642 is 0.45.

The process color (four color CMYK) of #a64642 color hex is 0.00, 0.58, 0.60, 0.35. Web safe color of #a64642 is #993333. Color #a64642 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000110 01000010
Octal 246 106 102
Decimal 166 70 66
Hex A6 46 42

RGB Percentages of Color #a64642

%54.97
%23.18
%21.85

CMYK Percentages of Color #a64642

%0
%58
%60
%35

Triadic Colors of #a64642

#a64642 #42a646 #4642a6

Analogous Colors of #a64642

#a64642 #a67842 #a64270

Monochromatic Colors of #a64642

#a64642

Complementary Color

#a64642 #42a2a6

#a64642 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a64642 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a64642 Color CSS Codes

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

#a64642 Text Font Color

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

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


#a64642 Background Color

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

This div background color is #a64642


#a64642 Border Color

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

This div border color is #a64642


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a64642


Comments

No comments written yet.

Please login to write comment.