Color spaces of #a46514
RGB | 164 | 101 | 20 |
---|---|---|---|
HSL | 0.09 | 0.78 | 0.36 |
HSV | 34° | 88° | 64° |
CMYK | 0.00 | 0.38 | 0.88 0.36 |
XYZ | 20.0898 | 17.2504 | 2.9326 |
Yxy | 17.2504 | 0.4988 | 0.4283 |
Hunter Lab | 41.5336 | 13.6566 | 24.8872 |
CIE-Lab | 48.5740 | 19.5034 | 51.3838 |
#a46514 color RGB value is (164,101,20).
#a46514 hex color red value is 164, green value is 101 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #a46514 hue: 0.09 , saturation: 0.78 and the lightness value of a46514 is 0.36.
The process color (four color CMYK) of #a46514 color hex is 0.00, 0.38, 0.88, 0.36. Web safe color of #a46514 is #996600. Color #a46514 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 01100101 | 00010100 |
Octal | 244 | 145 | 24 |
Decimal | 164 | 101 | 20 |
Hex | A4 | 65 | 14 |
Shades of #a46514
Tints of #a46514
RGB Percentages of Color #a46514
CMYK Percentages of Color #a46514
Complementary Color
#a46514 | #1453a4 |
#a46514 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a46514 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a46514 Color CSS Codes
.mybgcolor {background-color:#a46514; } .myforecolor {color:#a46514; } .mybordercolor {border:3px solid #a46514; }
#a46514 Text Font Color
<p style="color:#a46514">Text here</p>
This sample text font color is #a46514
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.
#a46514 Background Color
<div style="background-color:#a46514">
Div content here</div>
This div background color is #a46514
#a46514 Border Color
<div style="border:3px solid #a46514">
Div here</div>
This div border color is #a46514
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,101,20, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a46514; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a46514; -webkit-box-shadow: 1px 1px 3px 2px #a46514; box-shadow: 1px 1px 3px 2px #a46514; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,101,20, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a46514">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a46514; -webkit-box-shadow: 1px 1px 3px 2px #a46514; box-shadow: 1px 1px 3px 2px #a46514;">
Div content here</div>
This div box has shadow with color #a46514
Comments
No comments written yet.
Please login to write comment.