Color Hex Logo

#a47762 Color Hex

#A47762
(164,119,98)
0 Favorites   0 Comments

Color spaces of #a47762

RGB 16411998
HSL0.050.270.51
HSV19°40°64°
CMYK 0.000.270.40   0.36
XYZ24.111321.968014.5247
Yxy21.96800.39780.3625
Hunter Lab46.87009.803014.4355
CIE-Lab53.993014.823118.4867

#a47762 color RGB value is (164,119,98).

#a47762 hex color red value is 164, green value is 119 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #a47762 hue: 0.05 , saturation: 0.27 and the lightness value of a47762 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110111 01100010
Octal 244 167 142
Decimal 164 119 98
Hex A4 77 62

RGB Percentages of Color #a47762

%43.04
%31.23
%25.72

CMYK Percentages of Color #a47762

%0
%27
%40
%36

Triadic Colors of #a47762

#a47762 #62a477 #7762a4

Analogous Colors of #a47762

#a47762 #a49862 #a4626e

Monochromatic Colors of #a47762

#a47762

Complementary Color

#a47762 #628fa4

#a47762 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47762 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47762 Color CSS Codes

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

#a47762 Text Font Color

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

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


#a47762 Background Color

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

This div background color is #a47762


#a47762 Border Color

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

This div border color is #a47762


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47762


Comments

No comments written yet.

Please login to write comment.