Color Hex Logo

#a47959 Color Hex

#A47959
(164,121,89)
0 Favorites   0 Comments

Color spaces of #a47959

RGB 16412189
HSL0.070.300.50
HSV26°46°64°
CMYK 0.000.260.46   0.36
XYZ23.950422.288512.4910
Yxy22.28850.40780.3795
Hunter Lab47.21077.935917.3605
CIE-Lab54.331812.657424.0820

#a47959 color RGB value is (164,121,89).

#a47959 hex color red value is 164, green value is 121 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #a47959 hue: 0.07 , saturation: 0.30 and the lightness value of a47959 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111001 01011001
Octal 244 171 131
Decimal 164 121 89
Hex A4 79 59

RGB Percentages of Color #a47959

%43.85
%32.35
%23.80

CMYK Percentages of Color #a47959

%0
%26
%46
%36

Triadic Colors of #a47959

#a47959 #59a479 #7959a4

Analogous Colors of #a47959

#a47959 #a49f59 #a4595e

Monochromatic Colors of #a47959

#a47959

Complementary Color

#a47959 #5984a4

#a47959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47959 Color CSS Codes

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

#a47959 Text Font Color

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

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


#a47959 Background Color

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

This div background color is #a47959


#a47959 Border Color

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

This div border color is #a47959


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47959


Comments

No comments written yet.

Please login to write comment.