Color Hex Logo

#a47122 Color Hex

#A47122
(164,113,34)
0 Favorites   0 Comments

Color spaces of #a47122

RGB 16411334
HSL0.100.660.39
HSV36°79°64°
CMYK 0.000.310.79   0.36
XYZ21.503719.81834.2053
Yxy19.81830.47230.4353
Hunter Lab44.51778.316025.5617
CIE-Lab51.631213.155449.0009

#a47122 color RGB value is (164,113,34).

#a47122 hex color red value is 164, green value is 113 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #a47122 hue: 0.10 , saturation: 0.66 and the lightness value of a47122 is 0.39.

The process color (four color CMYK) of #a47122 color hex is 0.00, 0.31, 0.79, 0.36. Web safe color of #a47122 is #996633. Color #a47122 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110001 00100010
Octal 244 161 42
Decimal 164 113 34
Hex A4 71 22

RGB Percentages of Color #a47122

%52.73
%36.33
%10.93

CMYK Percentages of Color #a47122

%0
%31
%79
%36

Triadic Colors of #a47122

#a47122 #22a471 #7122a4

Analogous Colors of #a47122

#a47122 #96a422 #a43022

Monochromatic Colors of #a47122

#a47122

Complementary Color

#a47122 #2255a4

#a47122 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47122 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47122 Color CSS Codes

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

#a47122 Text Font Color

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

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


#a47122 Background Color

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

This div background color is #a47122


#a47122 Border Color

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

This div border color is #a47122


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47122


Comments

No comments written yet.

Please login to write comment.