Color Hex Logo

#a1466e Color Hex

#A1466E
(161,70,110)
0 Favorites   0 Comments

Color spaces of #a1466e

RGB 16170110
HSL0.930.390.45
HSV334°57°63°
CMYK 0.000.570.32   0.37
XYZ19.702613.083216.2387
Yxy13.08320.40190.2669
Hunter Lab36.170733.9323-1.2985
CIE-Lab42.888342.0846-4.5305

#a1466e color RGB value is (161,70,110).

#a1466e hex color red value is 161, green value is 70 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #a1466e hue: 0.93 , saturation: 0.39 and the lightness value of a1466e is 0.45.

The process color (four color CMYK) of #a1466e color hex is 0.00, 0.57, 0.32, 0.37. Web safe color of #a1466e is #993366. Color #a1466e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01000110 01101110
Octal 241 106 156
Decimal 161 70 110
Hex A1 46 6E

RGB Percentages of Color #a1466e

%47.21
%20.53
%32.26

CMYK Percentages of Color #a1466e

%0
%57
%32
%37

Triadic Colors of #a1466e

#a1466e #6ea146 #466ea1

Analogous Colors of #a1466e

#a1466e #a14c46 #a1469c

Monochromatic Colors of #a1466e

#a1466e

Complementary Color

#a1466e #46a179

#a1466e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1466e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1466e Color CSS Codes

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

#a1466e Text Font Color

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

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


#a1466e Background Color

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

This div background color is #a1466e


#a1466e Border Color

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

This div border color is #a1466e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1466e


Comments

No comments written yet.

Please login to write comment.