Color spaces of #a9941f
RGB | 169 | 148 | 31 |
---|---|---|---|
HSL | 0.14 | 0.69 | 0.39 |
HSV | 51° | 82° | 66° |
CMYK | 0.00 | 0.12 | 0.82 0.34 |
XYZ | 27.1994 | 29.7138 | 5.5981 |
Yxy | 29.7138 | 0.4351 | 0.4753 |
Hunter Lab | 54.5104 | -6.3258 | 32.0683 |
CIE-Lab | 61.4065 | -4.1576 | 59.0908 |
#a9941f color RGB value is (169,148,31).
#a9941f hex color red value is 169, green value is 148 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #a9941f hue: 0.14 , saturation: 0.69 and the lightness value of a9941f is 0.39.
The process color (four color CMYK) of #a9941f color hex is 0.00, 0.12, 0.82, 0.34. Web safe color of #a9941f is #999933. Color #a9941f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101001 | 10010100 | 00011111 |
Octal | 251 | 224 | 37 |
Decimal | 169 | 148 | 31 |
Hex | A9 | 94 | 1F |
Shades of #a9941f
Tints of #a9941f
RGB Percentages of Color #a9941f
CMYK Percentages of Color #a9941f
Complementary Color
#a9941f | #1f34a9 |
#a9941f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a9941f Color Preview on White Background
Lorem ipsum dolor sit amet.
#a9941f Color CSS Codes
.mybgcolor {background-color:#a9941f; } .myforecolor {color:#a9941f; } .mybordercolor {border:3px solid #a9941f; }
#a9941f Text Font Color
<p style="color:#a9941f">Text here</p>
This sample text font color is #a9941f
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.
#a9941f Background Color
<div style="background-color:#a9941f">
Div content here</div>
This div background color is #a9941f
#a9941f Border Color
<div style="border:3px solid #a9941f">
Div here</div>
This div border color is #a9941f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(169,148,31, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a9941f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a9941f; -webkit-box-shadow: 1px 1px 3px 2px #a9941f; box-shadow: 1px 1px 3px 2px #a9941f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(169,148,31, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a9941f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a9941f; -webkit-box-shadow: 1px 1px 3px 2px #a9941f; box-shadow: 1px 1px 3px 2px #a9941f;">
Div content here</div>
This div box has shadow with color #a9941f
Comments
No comments written yet.
Please login to write comment.