Color spaces of #a09534
RGB | 160 | 149 | 52 |
---|---|---|---|
HSL | 0.15 | 0.51 | 0.42 |
HSV | 54° | 68° | 63° |
CMYK | 0.00 | 0.07 | 0.68 0.37 |
XYZ | 25.8645 | 29.2164 | 7.5249 |
Yxy | 29.2164 | 0.4131 | 0.4667 |
Hunter Lab | 54.0522 | -9.1774 | 29.5825 |
CIE-Lab | 60.9721 | -7.7664 | 50.6357 |
#a09534 color RGB value is (160,149,52).
#a09534 hex color red value is 160, green value is 149 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #a09534 hue: 0.15 , saturation: 0.51 and the lightness value of a09534 is 0.42.
The process color (four color CMYK) of #a09534 color hex is 0.00, 0.07, 0.68, 0.37. Web safe color of #a09534 is #999933. Color #a09534 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 10010101 | 00110100 |
Octal | 240 | 225 | 64 |
Decimal | 160 | 149 | 52 |
Hex | A0 | 95 | 34 |
Shades of #a09534
Tints of #a09534
RGB Percentages of Color #a09534
CMYK Percentages of Color #a09534
Complementary Color
#a09534 | #343fa0 |
#a09534 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a09534 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a09534 Color CSS Codes
.mybgcolor {background-color:#a09534; } .myforecolor {color:#a09534; } .mybordercolor {border:3px solid #a09534; }
#a09534 Text Font Color
<p style="color:#a09534">Text here</p>
This sample text font color is #a09534
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.
#a09534 Background Color
<div style="background-color:#a09534">
Div content here</div>
This div background color is #a09534
#a09534 Border Color
<div style="border:3px solid #a09534">
Div here</div>
This div border color is #a09534
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,149,52, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a09534; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a09534; -webkit-box-shadow: 1px 1px 3px 2px #a09534; box-shadow: 1px 1px 3px 2px #a09534; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,149,52, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a09534">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a09534; -webkit-box-shadow: 1px 1px 3px 2px #a09534; box-shadow: 1px 1px 3px 2px #a09534;">
Div content here</div>
This div box has shadow with color #a09534
Comments
No comments written yet.
Please login to write comment.