Color Hex Logo

#a47767 Color Hex

#A47767
(164,119,103)
0 Favorites   0 Comments

Color spaces of #a47767

RGB 164119103
HSL0.040.250.52
HSV16°37°64°
CMYK 0.000.270.37   0.36
XYZ24.354822.065415.8074
Yxy22.06540.39140.3546
Hunter Lab46.973810.343812.9297
CIE-Lab54.096315.439915.7410

#a47767 color RGB value is (164,119,103).

#a47767 hex color red value is 164, green value is 119 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #a47767 hue: 0.04 , saturation: 0.25 and the lightness value of a47767 is 0.52.

The process color (four color CMYK) of #a47767 color hex is 0.00, 0.27, 0.37, 0.36. Web safe color of #a47767 is #996666. Color #a47767 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110111 01100111
Octal 244 167 147
Decimal 164 119 103
Hex A4 77 67

RGB Percentages of Color #a47767

%42.49
%30.83
%26.68

CMYK Percentages of Color #a47767

%0
%27
%37
%36

Triadic Colors of #a47767

#a47767 #67a477 #7767a4

Analogous Colors of #a47767

#a47767 #a49667 #a46776

Monochromatic Colors of #a47767

#a47767

Complementary Color

#a47767 #6794a4

#a47767 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47767 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47767 Color CSS Codes

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

#a47767 Text Font Color

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

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


#a47767 Background Color

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

This div background color is #a47767


#a47767 Border Color

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

This div border color is #a47767


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47767


Comments

No comments written yet.

Please login to write comment.