Color Hex Logo

#a4682e Color Hex

#A4682E
(164,104,46)
0 Favorites   0 Comments

Color spaces of #a4682e

RGB 16410446
HSL0.080.560.41
HSV29°72°64°
CMYK 0.000.370.72   0.36
XYZ20.753317.99044.9634
Yxy17.99040.47480.4116
Hunter Lab42.415113.111922.7525
CIE-Lab49.484518.822441.4596

#a4682e color RGB value is (164,104,46).

#a4682e hex color red value is 164, green value is 104 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #a4682e hue: 0.08 , saturation: 0.56 and the lightness value of a4682e is 0.41.

The process color (four color CMYK) of #a4682e color hex is 0.00, 0.37, 0.72, 0.36. Web safe color of #a4682e is #996633. Color #a4682e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01101000 00101110
Octal 244 150 56
Decimal 164 104 46
Hex A4 68 2E

RGB Percentages of Color #a4682e

%52.23
%33.12
%14.65

CMYK Percentages of Color #a4682e

%0
%37
%72
%36

Triadic Colors of #a4682e

#a4682e #2ea468 #682ea4

Analogous Colors of #a4682e

#a4682e #a4a32e #a42e2f

Monochromatic Colors of #a4682e

#a4682e

Complementary Color

#a4682e #2e6aa4

#a4682e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4682e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4682e Color CSS Codes

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

#a4682e Text Font Color

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

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


#a4682e Background Color

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

This div background color is #a4682e


#a4682e Border Color

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

This div border color is #a4682e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4682e


Comments

No comments written yet.

Please login to write comment.