Color spaces of #a04169
RGB | 160 | 65 | 105 |
---|---|---|---|
HSL | 0.93 | 0.42 | 0.44 |
HSV | 335° | 59° | 63° |
CMYK | 0.00 | 0.59 | 0.34 0.37 |
XYZ | 18.9373 | 12.2741 | 14.7356 |
Yxy | 12.2741 | 0.4122 | 0.2671 |
Hunter Lab | 35.0344 | 35.1751 | -0.4135 |
CIE-Lab | 41.6485 | 43.5468 | -3.2892 |
#a04169 color RGB value is (160,65,105).
#a04169 hex color red value is 160, green value is 65 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #a04169 hue: 0.93 , saturation: 0.42 and the lightness value of a04169 is 0.44.
The process color (four color CMYK) of #a04169 color hex is 0.00, 0.59, 0.34, 0.37. Web safe color of #a04169 is #993366. Color #a04169 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 01000001 | 01101001 |
Octal | 240 | 101 | 151 |
Decimal | 160 | 65 | 105 |
Hex | A0 | 41 | 69 |
Shades of #a04169
Tints of #a04169
RGB Percentages of Color #a04169
CMYK Percentages of Color #a04169
Complementary Color
#a04169 | #41a078 |
#a04169 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a04169 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a04169 Color CSS Codes
.mybgcolor {background-color:#a04169; } .myforecolor {color:#a04169; } .mybordercolor {border:3px solid #a04169; }
#a04169 Text Font Color
<p style="color:#a04169">Text here</p>
This sample text font color is #a04169
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.
#a04169 Background Color
<div style="background-color:#a04169">
Div content here</div>
This div background color is #a04169
#a04169 Border Color
<div style="border:3px solid #a04169">
Div here</div>
This div border color is #a04169
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,65,105, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a04169; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a04169; -webkit-box-shadow: 1px 1px 3px 2px #a04169; box-shadow: 1px 1px 3px 2px #a04169; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,65,105, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a04169">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a04169; -webkit-box-shadow: 1px 1px 3px 2px #a04169; box-shadow: 1px 1px 3px 2px #a04169;">
Div content here</div>
This div box has shadow with color #a04169
Comments
No comments written yet.
Please login to write comment.