Color Hex Logo

#a64722 Color Hex

#A64722
(166,71,34)
0 Favorites   0 Comments

Color spaces of #a64722

RGB 1667134
HSL0.050.660.39
HSV17°80°65°
CMYK 0.000.570.80   0.35
XYZ18.267912.72903.0075
Yxy12.72900.53720.3743
Hunter Lab35.677728.960519.9765
CIE-Lab42.352037.031940.1502

#a64722 color RGB value is (166,71,34).

#a64722 hex color red value is 166, green value is 71 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #a64722 hue: 0.05 , saturation: 0.66 and the lightness value of a64722 is 0.39.

The process color (four color CMYK) of #a64722 color hex is 0.00, 0.57, 0.80, 0.35. Web safe color of #a64722 is #993333. Color #a64722 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000111 00100010
Octal 246 107 42
Decimal 166 71 34
Hex A6 47 22

RGB Percentages of Color #a64722

%61.25
%26.20
%12.55

CMYK Percentages of Color #a64722

%0
%57
%80
%35

Triadic Colors of #a64722

#a64722 #22a647 #4722a6

Analogous Colors of #a64722

#a64722 #a68922 #a6223f

Monochromatic Colors of #a64722

#a64722

Complementary Color

#a64722 #2281a6

#a64722 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a64722 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a64722 Color CSS Codes

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

#a64722 Text Font Color

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

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


#a64722 Background Color

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

This div background color is #a64722


#a64722 Border Color

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

This div border color is #a64722


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a64722


Comments

No comments written yet.

Please login to write comment.