Color Hex Logo

#a47862 Color Hex

#A47862
(164,120,98)
0 Favorites   0 Comments

Color spaces of #a47862

RGB 16412098
HSL0.060.270.51
HSV20°40°64°
CMYK 0.000.270.40   0.36
XYZ24.230922.207314.5646
Yxy22.20730.39720.3640
Hunter Lab47.12469.314414.6627
CIE-Lab54.246314.254118.8298

#a47862 color RGB value is (164,120,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01111000 01100010
Octal 244 170 142
Decimal 164 120 98
Hex A4 78 62

RGB Percentages of Color #a47862

%42.93
%31.41
%25.65

CMYK Percentages of Color #a47862

%0
%27
%40
%36

Triadic Colors of #a47862

#a47862 #62a478 #7862a4

Analogous Colors of #a47862

#a47862 #a49962 #a4626d

Monochromatic Colors of #a47862

#a47862

Complementary Color

#a47862 #628ea4

#a47862 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47862 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47862 Color CSS Codes

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

#a47862 Text Font Color

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

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


#a47862 Background Color

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

This div background color is #a47862


#a47862 Border Color

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

This div border color is #a47862


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,120,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 #a47862">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47862


Comments

No comments written yet.

Please login to write comment.