Color Hex Logo

#a46944 Color Hex

#A46944
(164,105,68)
0 Favorites   0 Comments

Color spaces of #a46944

RGB 16410568
HSL0.060.410.45
HSV23°59°64°
CMYK 0.000.360.59   0.36
XYZ21.404818.41307.8948
Yxy18.41300.44860.3859
Hunter Lab42.910413.947319.1289
CIE-Lab49.993219.747530.3832

#a46944 color RGB value is (164,105,68).

#a46944 hex color red value is 164, green value is 105 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #a46944 hue: 0.06 , saturation: 0.41 and the lightness value of a46944 is 0.45.

The process color (four color CMYK) of #a46944 color hex is 0.00, 0.36, 0.59, 0.36. Web safe color of #a46944 is #996633. Color #a46944 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01101001 01000100
Octal 244 151 104
Decimal 164 105 68
Hex A4 69 44

RGB Percentages of Color #a46944

%48.66
%31.16
%20.18

CMYK Percentages of Color #a46944

%0
%36
%59
%36

Triadic Colors of #a46944

#a46944 #44a469 #6944a4

Analogous Colors of #a46944

#a46944 #a49944 #a4444f

Monochromatic Colors of #a46944

#a46944

Complementary Color

#a46944 #447fa4

#a46944 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a46944 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a46944 Color CSS Codes

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

#a46944 Text Font Color

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

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


#a46944 Background Color

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

This div background color is #a46944


#a46944 Border Color

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

This div border color is #a46944


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,105,68, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a46944; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a46944;
  -webkit-box-shadow: 1px 1px 3px 2px #a46944;
  box-shadow:         1px 1px 3px 2px #a46944; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,105,68, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a46944


Comments

No comments written yet.

Please login to write comment.