Color Hex Logo

#a64327 Color Hex

#A64327
(166,67,39)
0 Favorites   0 Comments

Color spaces of #a64327

RGB 1666739
HSL0.040.620.40
HSV13°77°65°
CMYK 0.000.600.77   0.35
XYZ18.099212.26783.3334
Yxy12.26780.53710.3640
Hunter Lab35.025430.944418.8751
CIE-Lab41.638639.216036.8108

#a64327 color RGB value is (166,67,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000011 00100111
Octal 246 103 47
Decimal 166 67 39
Hex A6 43 27

RGB Percentages of Color #a64327

%61.03
%24.63
%14.34

CMYK Percentages of Color #a64327

%0
%60
%77
%35

Triadic Colors of #a64327

#a64327 #27a643 #4327a6

Analogous Colors of #a64327

#a64327 #a68327 #a6274b

Monochromatic Colors of #a64327

#a64327

Complementary Color

#a64327 #278aa6

#a64327 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a64327 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a64327 Color CSS Codes

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

#a64327 Text Font Color

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

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


#a64327 Background Color

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

This div background color is #a64327


#a64327 Border Color

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

This div border color is #a64327


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,67,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 #a64327">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a64327


Comments

No comments written yet.

Please login to write comment.