Color spaces of #a07981
RGB | 160 | 121 | 129 |
---|---|---|---|
HSL | 0.97 | 0.17 | 0.55 |
HSV | 348° | 24° | 63° |
CMYK | 0.00 | 0.24 | 0.19 0.37 |
XYZ | 25.2970 | 22.7333 | 23.8235 |
Yxy | 22.7333 | 0.3521 | 0.3164 |
Hunter Lab | 47.6795 | 11.2666 | 3.7508 |
CIE-Lab | 54.7966 | 16.4653 | 1.5469 |
#a07981 color RGB value is (160,121,129).
#a07981 hex color red value is 160, green value is 121 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #a07981 hue: 0.97 , saturation: 0.17 and the lightness value of a07981 is 0.55.
The process color (four color CMYK) of #a07981 color hex is 0.00, 0.24, 0.19, 0.37. Web safe color of #a07981 is #996699. Color #a07981 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 01111001 | 10000001 |
Octal | 240 | 171 | 201 |
Decimal | 160 | 121 | 129 |
Hex | A0 | 79 | 81 |
Shades of #a07981
Tints of #a07981
RGB Percentages of Color #a07981
CMYK Percentages of Color #a07981
Complementary Color
#a07981 | #79a098 |
#a07981 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a07981 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a07981 Color CSS Codes
.mybgcolor {background-color:#a07981; } .myforecolor {color:#a07981; } .mybordercolor {border:3px solid #a07981; }
#a07981 Text Font Color
<p style="color:#a07981">Text here</p>
This sample text font color is #a07981
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.
#a07981 Background Color
<div style="background-color:#a07981">
Div content here</div>
This div background color is #a07981
#a07981 Border Color
<div style="border:3px solid #a07981">
Div here</div>
This div border color is #a07981
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,121,129, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a07981; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a07981; -webkit-box-shadow: 1px 1px 3px 2px #a07981; box-shadow: 1px 1px 3px 2px #a07981; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,121,129, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a07981">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a07981; -webkit-box-shadow: 1px 1px 3px 2px #a07981; box-shadow: 1px 1px 3px 2px #a07981;">
Div content here</div>
This div box has shadow with color #a07981
Comments
No comments written yet.
Please login to write comment.