Color spaces of #a49404
RGB | 164 | 148 | 4 |
---|---|---|---|
HSL | 0.15 | 0.95 | 0.33 |
HSV | 54° | 98° | 64° |
CMYK | 0.00 | 0.10 | 0.98 0.36 |
XYZ | 25.9217 | 29.0811 | 4.3619 |
Yxy | 29.0811 | 0.4367 | 0.4899 |
Hunter Lab | 53.9269 | -8.5703 | 32.9531 |
CIE-Lab | 60.8531 | -7.0147 | 64.0719 |
#a49404 color RGB value is (164,148,4).
#a49404 hex color red value is 164, green value is 148 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #a49404 hue: 0.15 , saturation: 0.95 and the lightness value of a49404 is 0.33.
The process color (four color CMYK) of #a49404 color hex is 0.00, 0.10, 0.98, 0.36. Web safe color of #a49404 is #999900. Color #a49404 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 10010100 | 00000100 |
Octal | 244 | 224 | 4 |
Decimal | 164 | 148 | 4 |
Hex | A4 | 94 | 4 |
Shades of #a49404
Tints of #a49404
RGB Percentages of Color #a49404
CMYK Percentages of Color #a49404
Complementary Color
#a49404 | #0414a4 |
#a49404 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a49404 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a49404 Color CSS Codes
.mybgcolor {background-color:#a49404; } .myforecolor {color:#a49404; } .mybordercolor {border:3px solid #a49404; }
#a49404 Text Font Color
<p style="color:#a49404">Text here</p>
This sample text font color is #a49404
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.
#a49404 Background Color
<div style="background-color:#a49404">
Div content here</div>
This div background color is #a49404
#a49404 Border Color
<div style="border:3px solid #a49404">
Div here</div>
This div border color is #a49404
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,148,4, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a49404; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a49404; -webkit-box-shadow: 1px 1px 3px 2px #a49404; box-shadow: 1px 1px 3px 2px #a49404; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,148,4, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a49404">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a49404; -webkit-box-shadow: 1px 1px 3px 2px #a49404; box-shadow: 1px 1px 3px 2px #a49404;">
Div content here</div>
This div box has shadow with color #a49404
Comments
No comments written yet.
Please login to write comment.