Color spaces of #a91061
RGB | 169 | 16 | 97 |
---|---|---|---|
HSL | 0.91 | 0.83 | 0.36 |
HSV | 328° | 91° | 66° |
CMYK | 0.00 | 0.91 | 0.43 0.34 |
XYZ | 18.7051 | 9.6687 | 12.1896 |
Yxy | 9.6687 | 0.4611 | 0.2384 |
Hunter Lab | 31.0945 | 52.9623 | -1.4765 |
CIE-Lab | 37.2411 | 61.3455 | -4.5967 |
#a91061 color RGB value is (169,16,97).
#a91061 hex color red value is 169, green value is 16 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #a91061 hue: 0.91 , saturation: 0.83 and the lightness value of a91061 is 0.36.
The process color (four color CMYK) of #a91061 color hex is 0.00, 0.91, 0.43, 0.34. Web safe color of #a91061 is #990066. Color #a91061 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101001 | 00010000 | 01100001 |
Octal | 251 | 20 | 141 |
Decimal | 169 | 16 | 97 |
Hex | A9 | 10 | 61 |
Shades of #a91061
Tints of #a91061
RGB Percentages of Color #a91061
CMYK Percentages of Color #a91061
Complementary Color
#a91061 | #10a958 |
#a91061 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a91061 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a91061 Color CSS Codes
.mybgcolor {background-color:#a91061; } .myforecolor {color:#a91061; } .mybordercolor {border:3px solid #a91061; }
#a91061 Text Font Color
<p style="color:#a91061">Text here</p>
This sample text font color is #a91061
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.
#a91061 Background Color
<div style="background-color:#a91061">
Div content here</div>
This div background color is #a91061
#a91061 Border Color
<div style="border:3px solid #a91061">
Div here</div>
This div border color is #a91061
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(169,16,97, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a91061; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a91061; -webkit-box-shadow: 1px 1px 3px 2px #a91061; box-shadow: 1px 1px 3px 2px #a91061; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(169,16,97, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a91061">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a91061; -webkit-box-shadow: 1px 1px 3px 2px #a91061; box-shadow: 1px 1px 3px 2px #a91061;">
Div content here</div>
This div box has shadow with color #a91061
Comments
No comments written yet.
Please login to write comment.