Color spaces of #a39463
RGB | 163 | 148 | 99 |
---|---|---|---|
HSL | 0.13 | 0.26 | 0.51 |
HSV | 46° | 39° | 64° |
CMYK | 0.00 | 0.09 | 0.39 0.36 |
XYZ | 27.9463 | 29.8672 | 16.0964 |
Yxy | 29.8672 | 0.3781 | 0.4041 |
Hunter Lab | 54.6509 | -4.3612 | 20.7929 |
CIE-Lab | 61.5395 | -1.7420 | 27.9373 |
#a39463 color RGB value is (163,148,99).
#a39463 hex color red value is 163, green value is 148 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #a39463 hue: 0.13 , saturation: 0.26 and the lightness value of a39463 is 0.51.
The process color (four color CMYK) of #a39463 color hex is 0.00, 0.09, 0.39, 0.36. Web safe color of #a39463 is #999966. Color #a39463 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100011 | 10010100 | 01100011 |
Octal | 243 | 224 | 143 |
Decimal | 163 | 148 | 99 |
Hex | A3 | 94 | 63 |
Shades of #a39463
Tints of #a39463
RGB Percentages of Color #a39463
CMYK Percentages of Color #a39463
Complementary Color
#a39463 | #6372a3 |
#a39463 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a39463 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a39463 Color CSS Codes
.mybgcolor {background-color:#a39463; } .myforecolor {color:#a39463; } .mybordercolor {border:3px solid #a39463; }
#a39463 Text Font Color
<p style="color:#a39463">Text here</p>
This sample text font color is #a39463
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.
#a39463 Background Color
<div style="background-color:#a39463">
Div content here</div>
This div background color is #a39463
#a39463 Border Color
<div style="border:3px solid #a39463">
Div here</div>
This div border color is #a39463
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(163,148,99, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a39463; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a39463; -webkit-box-shadow: 1px 1px 3px 2px #a39463; box-shadow: 1px 1px 3px 2px #a39463; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(163,148,99, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a39463">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a39463; -webkit-box-shadow: 1px 1px 3px 2px #a39463; box-shadow: 1px 1px 3px 2px #a39463;">
Div content here</div>
This div box has shadow with color #a39463
Comments
No comments written yet.
Please login to write comment.