Color Hex Logo

#a47112 Color Hex

#A47112
(164,113,18)
0 Favorites   0 Comments

Color spaces of #a47112

RGB 16411318
HSL0.110.800.36
HSV39°89°64°
CMYK 0.000.310.89   0.36
XYZ21.324219.74643.2598
Yxy19.74640.48100.4454
Hunter Lab44.43697.893226.7565
CIE-Lab51.549312.658354.3621

#a47112 color RGB value is (164,113,18).

#a47112 hex color red value is 164, green value is 113 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #a47112 hue: 0.11 , saturation: 0.80 and the lightness value of a47112 is 0.36.

The process color (four color CMYK) of #a47112 color hex is 0.00, 0.31, 0.89, 0.36. Web safe color of #a47112 is #996600. Color #a47112 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110001 00010010
Octal 244 161 22
Decimal 164 113 18
Hex A4 71 12

RGB Percentages of Color #a47112

%55.59
%38.31
%6.10

CMYK Percentages of Color #a47112

%0
%31
%89
%36

Triadic Colors of #a47112

#a47112 #12a471 #7112a4

Analogous Colors of #a47112

#a47112 #8ea412 #a42812

Monochromatic Colors of #a47112

#a47112

Complementary Color

#a47112 #1245a4

#a47112 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47112 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47112 Color CSS Codes

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

#a47112 Text Font Color

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

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


#a47112 Background Color

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

This div background color is #a47112


#a47112 Border Color

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

This div border color is #a47112


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47112


Comments

No comments written yet.

Please login to write comment.