Color spaces of #a1466e
RGB | 161 | 70 | 110 |
---|---|---|---|
HSL | 0.93 | 0.39 | 0.45 |
HSV | 334° | 57° | 63° |
CMYK | 0.00 | 0.57 | 0.32 0.37 |
XYZ | 19.7026 | 13.0832 | 16.2387 |
Yxy | 13.0832 | 0.4019 | 0.2669 |
Hunter Lab | 36.1707 | 33.9323 | -1.2985 |
CIE-Lab | 42.8883 | 42.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
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100001 | 01000110 | 01101110 |
Octal | 241 | 106 | 156 |
Decimal | 161 | 70 | 110 |
Hex | A1 | 46 | 6E |
Shades of #a1466e
Tints of #a1466e
RGB Percentages of Color #a1466e
CMYK Percentages of Color #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.