Color Hex Logo

#a16d2e Color Hex

#A16D2E
(161,109,46)
0 Favorites   0 Comments

Color spaces of #a16d2e

RGB 16110946
HSL0.090.560.41
HSV33°71°63°
CMYK 0.000.320.71   0.37
XYZ20.659718.71165.1076
Yxy18.71160.46450.4207
Hunter Lab43.25699.552823.2791
CIE-Lab50.348114.646642.2633

#a16d2e color RGB value is (161,109,46).

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

The process color (four color CMYK) of #a16d2e color hex is 0.00, 0.32, 0.71, 0.37. Web safe color of #a16d2e is #996633. Color #a16d2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01101101 00101110
Octal 241 155 56
Decimal 161 109 46
Hex A1 6D 2E

RGB Percentages of Color #a16d2e

%50.95
%34.49
%14.56

CMYK Percentages of Color #a16d2e

%0
%32
%71
%37

Triadic Colors of #a16d2e

#a16d2e #2ea16d #6d2ea1

Analogous Colors of #a16d2e

#a16d2e #9ca12e #a1342e

Monochromatic Colors of #a16d2e

#a16d2e

Complementary Color

#a16d2e #2e62a1

#a16d2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a16d2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a16d2e Color CSS Codes

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

#a16d2e Text Font Color

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

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


#a16d2e Background Color

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

This div background color is #a16d2e


#a16d2e Border Color

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

This div border color is #a16d2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a16d2e


Comments

No comments written yet.

Please login to write comment.