Color Hex Logo

#a1696e Color Hex

#A1696E
(161,105,110)
0 Favorites   0 Comments

Color spaces of #a1696e

RGB 161105110
HSL0.990.230.52
HSV355°35°63°
CMYK 0.000.350.32   0.37
XYZ22.564018.806017.1925
Yxy18.80600.38530.3211
Hunter Lab43.365916.98636.8505
CIE-Lab50.459523.13326.4859

#a1696e color RGB value is (161,105,110).

#a1696e hex color red value is 161, green value is 105 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #a1696e hue: 0.99 , saturation: 0.23 and the lightness value of a1696e is 0.52.

The process color (four color CMYK) of #a1696e color hex is 0.00, 0.35, 0.32, 0.37. Web safe color of #a1696e is #996666. Color #a1696e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01101001 01101110
Octal 241 151 156
Decimal 161 105 110
Hex A1 69 6E

RGB Percentages of Color #a1696e

%42.82
%27.93
%29.26

CMYK Percentages of Color #a1696e

%0
%35
%32
%37

Triadic Colors of #a1696e

#a1696e #6ea169 #696ea1

Analogous Colors of #a1696e

#a1696e #a18069 #a1698a

Monochromatic Colors of #a1696e

#a1696e

Complementary Color

#a1696e #69a19c

#a1696e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1696e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1696e Color CSS Codes

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

#a1696e Text Font Color

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

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


#a1696e Background Color

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

This div background color is #a1696e


#a1696e Border Color

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

This div border color is #a1696e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,105,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1696e


Comments

No comments written yet.

Please login to write comment.