Color Hex Logo

#a47626 Color Hex

#A47626
(164,118,38)
0 Favorites   0 Comments

Color spaces of #a47626

RGB 16411838
HSL0.110.620.40
HSV38°77°64°
CMYK 0.000.280.77   0.36
XYZ22.138120.98934.7183
Yxy20.98930.46270.4387
Hunter Lab45.81416.079425.9637
CIE-Lab52.937810.490548.6095

#a47626 color RGB value is (164,118,38).

#a47626 hex color red value is 164, green value is 118 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #a47626 hue: 0.11 , saturation: 0.62 and the lightness value of a47626 is 0.40.

The process color (four color CMYK) of #a47626 color hex is 0.00, 0.28, 0.77, 0.36. Web safe color of #a47626 is #996633. Color #a47626 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110110 00100110
Octal 244 166 46
Decimal 164 118 38
Hex A4 76 26

RGB Percentages of Color #a47626

%51.25
%36.88
%11.88

CMYK Percentages of Color #a47626

%0
%28
%77
%36

Triadic Colors of #a47626

#a47626 #26a476 #7626a4

Analogous Colors of #a47626

#a47626 #93a426 #a43726

Monochromatic Colors of #a47626

#a47626

Complementary Color

#a47626 #2654a4

#a47626 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47626 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47626 Color CSS Codes

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

#a47626 Text Font Color

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

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


#a47626 Background Color

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

This div background color is #a47626


#a47626 Border Color

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

This div border color is #a47626


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47626


Comments

No comments written yet.

Please login to write comment.