Color spaces of #a56576
RGB | 165 | 101 | 118 |
---|---|---|---|
HSL | 0.96 | 0.26 | 0.52 |
HSV | 344° | 39° | 65° |
CMYK | 0.00 | 0.39 | 0.28 0.35 |
XYZ | 23.4407 | 18.6147 | 19.4971 |
Yxy | 18.6147 | 0.3808 | 0.3024 |
Hunter Lab | 43.1448 | 21.4764 | 3.4082 |
CIE-Lab | 50.2333 | 28.0667 | 1.4670 |
#a56576 color RGB value is (165,101,118).
#a56576 hex color red value is 165, green value is 101 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #a56576 hue: 0.96 , saturation: 0.26 and the lightness value of a56576 is 0.52.
The process color (four color CMYK) of #a56576 color hex is 0.00, 0.39, 0.28, 0.35. Web safe color of #a56576 is #996666. Color #a56576 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100101 | 01100101 | 01110110 |
Octal | 245 | 145 | 166 |
Decimal | 165 | 101 | 118 |
Hex | A5 | 65 | 76 |
Shades of #a56576
Tints of #a56576
RGB Percentages of Color #a56576
CMYK Percentages of Color #a56576
Complementary Color
#a56576 | #65a594 |
#a56576 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a56576 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a56576 Color CSS Codes
.mybgcolor {background-color:#a56576; } .myforecolor {color:#a56576; } .mybordercolor {border:3px solid #a56576; }
#a56576 Text Font Color
<p style="color:#a56576">Text here</p>
This sample text font color is #a56576
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.
#a56576 Background Color
<div style="background-color:#a56576">
Div content here</div>
This div background color is #a56576
#a56576 Border Color
<div style="border:3px solid #a56576">
Div here</div>
This div border color is #a56576
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(165,101,118, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a56576; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a56576; -webkit-box-shadow: 1px 1px 3px 2px #a56576; box-shadow: 1px 1px 3px 2px #a56576; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(165,101,118, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a56576">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a56576; -webkit-box-shadow: 1px 1px 3px 2px #a56576; box-shadow: 1px 1px 3px 2px #a56576;">
Div content here</div>
This div box has shadow with color #a56576
Comments
No comments written yet.
Please login to write comment.