Color Hex Logo

#a47964 Color Hex

#A47964
(164,121,100)
0 Favorites   0 Comments

Color spaces of #a47964

RGB 164121100
HSL0.050.260.52
HSV20°39°64°
CMYK 0.000.260.39   0.36
XYZ24.447522.487415.1086
Yxy22.48740.39400.3624
Hunter Lab47.42099.037914.3044
CIE-Lab54.540413.928318.0790

#a47964 color RGB value is (164,121,100).

#a47964 hex color red value is 164, green value is 121 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #a47964 hue: 0.05 , saturation: 0.26 and the lightness value of a47964 is 0.52.

The process color (four color CMYK) of #a47964 color hex is 0.00, 0.26, 0.39, 0.36. Web safe color of #a47964 is #996666. Color #a47964 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111001 01100100
Octal 244 171 144
Decimal 164 121 100
Hex A4 79 64

RGB Percentages of Color #a47964

%42.60
%31.43
%25.97

CMYK Percentages of Color #a47964

%0
%26
%39
%36

Triadic Colors of #a47964

#a47964 #64a479 #7964a4

Analogous Colors of #a47964

#a47964 #a49964 #a4646f

Monochromatic Colors of #a47964

#a47964

Complementary Color

#a47964 #648fa4

#a47964 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47964 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47964 Color CSS Codes

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

#a47964 Text Font Color

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

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


#a47964 Background Color

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

This div background color is #a47964


#a47964 Border Color

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

This div border color is #a47964


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47964


Comments

No comments written yet.

Please login to write comment.