Color spaces of #a1973e
RGB | 161 | 151 | 62 |
---|---|---|---|
HSL | 0.15 | 0.44 | 0.44 |
HSV | 54° | 61° | 63° |
CMYK | 0.00 | 0.06 | 0.61 0.37 |
XYZ | 26.6341 | 30.0581 | 8.9555 |
Yxy | 30.0581 | 0.4057 | 0.4579 |
Hunter Lab | 54.8253 | -9.2290 | 28.6929 |
CIE-Lab | 61.7043 | -7.7400 | 46.9955 |
#a1973e color RGB value is (161,151,62).
#a1973e hex color red value is 161, green value is 151 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #a1973e hue: 0.15 , saturation: 0.44 and the lightness value of a1973e is 0.44.
The process color (four color CMYK) of #a1973e color hex is 0.00, 0.06, 0.61, 0.37. Web safe color of #a1973e is #999933. Color #a1973e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100001 | 10010111 | 00111110 |
Octal | 241 | 227 | 76 |
Decimal | 161 | 151 | 62 |
Hex | A1 | 97 | 3E |
Shades of #a1973e
Tints of #a1973e
RGB Percentages of Color #a1973e
CMYK Percentages of Color #a1973e
Complementary Color
#a1973e | #3e48a1 |
#a1973e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a1973e Color Preview on White Background
Lorem ipsum dolor sit amet.
#a1973e Color CSS Codes
.mybgcolor {background-color:#a1973e; } .myforecolor {color:#a1973e; } .mybordercolor {border:3px solid #a1973e; }
#a1973e Text Font Color
<p style="color:#a1973e">Text here</p>
This sample text font color is #a1973e
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.
#a1973e Background Color
<div style="background-color:#a1973e">
Div content here</div>
This div background color is #a1973e
#a1973e Border Color
<div style="border:3px solid #a1973e">
Div here</div>
This div border color is #a1973e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(161,151,62, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a1973e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a1973e; -webkit-box-shadow: 1px 1px 3px 2px #a1973e; box-shadow: 1px 1px 3px 2px #a1973e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(161,151,62, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a1973e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a1973e; -webkit-box-shadow: 1px 1px 3px 2px #a1973e; box-shadow: 1px 1px 3px 2px #a1973e;">
Div content here</div>
This div box has shadow with color #a1973e
Comments
No comments written yet.
Please login to write comment.