Color spaces of #a36561
RGB | 163 | 101 | 97 |
---|---|---|---|
HSL | 0.01 | 0.26 | 0.51 |
HSV | 4° | 40° | 64° |
CMYK | 0.00 | 0.38 | 0.40 0.36 |
XYZ | 21.9156 | 17.9570 | 13.6202 |
Yxy | 17.9570 | 0.4097 | 0.3357 |
Hunter Lab | 42.3757 | 18.1580 | 10.6063 |
CIE-Lab | 49.4439 | 24.5162 | 12.8103 |
#a36561 color RGB value is (163,101,97).
#a36561 hex color red value is 163, green value is 101 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #a36561 hue: 0.01 , saturation: 0.26 and the lightness value of a36561 is 0.51.
The process color (four color CMYK) of #a36561 color hex is 0.00, 0.38, 0.40, 0.36. Web safe color of #a36561 is #996666. Color #a36561 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100011 | 01100101 | 01100001 |
Octal | 243 | 145 | 141 |
Decimal | 163 | 101 | 97 |
Hex | A3 | 65 | 61 |
Shades of #a36561
Tints of #a36561
RGB Percentages of Color #a36561
CMYK Percentages of Color #a36561
Complementary Color
#a36561 | #619fa3 |
#a36561 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a36561 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a36561 Color CSS Codes
.mybgcolor {background-color:#a36561; } .myforecolor {color:#a36561; } .mybordercolor {border:3px solid #a36561; }
#a36561 Text Font Color
<p style="color:#a36561">Text here</p>
This sample text font color is #a36561
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.
#a36561 Background Color
<div style="background-color:#a36561">
Div content here</div>
This div background color is #a36561
#a36561 Border Color
<div style="border:3px solid #a36561">
Div here</div>
This div border color is #a36561
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(163,101,97, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a36561; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a36561; -webkit-box-shadow: 1px 1px 3px 2px #a36561; box-shadow: 1px 1px 3px 2px #a36561; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(163,101,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 #a36561">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a36561; -webkit-box-shadow: 1px 1px 3px 2px #a36561; box-shadow: 1px 1px 3px 2px #a36561;">
Div content here</div>
This div box has shadow with color #a36561
Comments
No comments written yet.
Please login to write comment.