Color spaces of #a15302
RGB | 161 | 83 | 2 |
---|---|---|---|
HSL | 0.08 | 0.98 | 0.32 |
HSV | 31° | 99° | 63° |
CMYK | 0.00 | 0.48 | 0.99 0.37 |
XYZ | 17.8022 | 13.7680 | 1.7766 |
Yxy | 13.7680 | 0.5339 | 0.4129 |
Hunter Lab | 37.1053 | 20.7058 | 23.1349 |
CIE-Lab | 43.8984 | 27.8936 | 52.5460 |
#a15302 color RGB value is (161,83,2).
#a15302 hex color red value is 161, green value is 83 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #a15302 hue: 0.08 , saturation: 0.98 and the lightness value of a15302 is 0.32.
The process color (four color CMYK) of #a15302 color hex is 0.00, 0.48, 0.99, 0.37. Web safe color of #a15302 is #996600. Color #a15302 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100001 | 01010011 | 00000010 |
Octal | 241 | 123 | 2 |
Decimal | 161 | 83 | 2 |
Hex | A1 | 53 | 2 |
Shades of #a15302
Tints of #a15302
RGB Percentages of Color #a15302
CMYK Percentages of Color #a15302
Complementary Color
#a15302 | #0250a1 |
#a15302 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a15302 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a15302 Color CSS Codes
.mybgcolor {background-color:#a15302; } .myforecolor {color:#a15302; } .mybordercolor {border:3px solid #a15302; }
#a15302 Text Font Color
<p style="color:#a15302">Text here</p>
This sample text font color is #a15302
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.
#a15302 Background Color
<div style="background-color:#a15302">
Div content here</div>
This div background color is #a15302
#a15302 Border Color
<div style="border:3px solid #a15302">
Div here</div>
This div border color is #a15302
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(161,83,2, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a15302; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a15302; -webkit-box-shadow: 1px 1px 3px 2px #a15302; box-shadow: 1px 1px 3px 2px #a15302; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(161,83,2, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a15302">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a15302; -webkit-box-shadow: 1px 1px 3px 2px #a15302; box-shadow: 1px 1px 3px 2px #a15302;">
Div content here</div>
This div box has shadow with color #a15302
Comments
No comments written yet.
Please login to write comment.