Color Hex Logo

#a47e65 Color Hex

#A47E65
(164,126,101)
0 Favorites   0 Comments

Color spaces of #a47e65

RGB 164126101
HSL0.070.260.52
HSV24°38°64°
CMYK 0.000.230.38   0.36
XYZ25.119723.753815.5729
Yxy23.75380.38980.3686
Hunter Lab48.73796.708415.1720
CIE-Lab55.840411.212619.2705

#a47e65 color RGB value is (164,126,101).

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

The process color (four color CMYK) of #a47e65 color hex is 0.00, 0.23, 0.38, 0.36. Web safe color of #a47e65 is #996666. Color #a47e65 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111110 01100101
Octal 244 176 145
Decimal 164 126 101
Hex A4 7E 65

RGB Percentages of Color #a47e65

%41.94
%32.23
%25.83

CMYK Percentages of Color #a47e65

%0
%23
%38
%36

Triadic Colors of #a47e65

#a47e65 #65a47e #7e65a4

Analogous Colors of #a47e65

#a47e65 #a49e65 #a4656c

Monochromatic Colors of #a47e65

#a47e65

Complementary Color

#a47e65 #658ba4

#a47e65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47e65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47e65 Color CSS Codes

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

#a47e65 Text Font Color

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

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


#a47e65 Background Color

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

This div background color is #a47e65


#a47e65 Border Color

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

This div border color is #a47e65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47e65


Comments

No comments written yet.

Please login to write comment.