Color spaces of #a39682
RGB | 163 | 150 | 130 |
---|---|---|---|
HSL | 0.10 | 0.15 | 0.57 |
HSV | 36° | 20° | 64° |
CMYK | 0.00 | 0.08 | 0.20 0.36 |
XYZ | 30.0399 | 31.2109 | 25.5601 |
Yxy | 31.2109 | 0.3460 | 0.3595 |
Hunter Lab | 55.8667 | -1.7861 | 11.9804 |
CIE-Lab | 62.6853 | 1.4227 | 12.2882 |
#a39682 color RGB value is (163,150,130).
#a39682 hex color red value is 163, green value is 150 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #a39682 hue: 0.10 , saturation: 0.15 and the lightness value of a39682 is 0.57.
The process color (four color CMYK) of #a39682 color hex is 0.00, 0.08, 0.20, 0.36. Web safe color of #a39682 is #999999. Color #a39682 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100011 | 10010110 | 10000010 |
Octal | 243 | 226 | 202 |
Decimal | 163 | 150 | 130 |
Hex | A3 | 96 | 82 |
Shades of #a39682
Tints of #a39682
RGB Percentages of Color #a39682
CMYK Percentages of Color #a39682
Complementary Color
#a39682 | #828fa3 |
#a39682 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a39682 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a39682 Color CSS Codes
.mybgcolor {background-color:#a39682; } .myforecolor {color:#a39682; } .mybordercolor {border:3px solid #a39682; }
#a39682 Text Font Color
<p style="color:#a39682">Text here</p>
This sample text font color is #a39682
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.
#a39682 Background Color
<div style="background-color:#a39682">
Div content here</div>
This div background color is #a39682
#a39682 Border Color
<div style="border:3px solid #a39682">
Div here</div>
This div border color is #a39682
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(163,150,130, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a39682; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a39682; -webkit-box-shadow: 1px 1px 3px 2px #a39682; box-shadow: 1px 1px 3px 2px #a39682; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(163,150,130, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a39682">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a39682; -webkit-box-shadow: 1px 1px 3px 2px #a39682; box-shadow: 1px 1px 3px 2px #a39682;">
Div content here</div>
This div box has shadow with color #a39682
Comments
No comments written yet.
Please login to write comment.