Color spaces of #a1793d
RGB | 161 | 121 | 61 |
---|---|---|---|
HSL | 0.10 | 0.45 | 0.44 |
HSV | 36° | 62° | 63° |
CMYK | 0.00 | 0.25 | 0.62 0.37 |
XYZ | 22.3776 | 21.5887 | 7.4025 |
Yxy | 21.5887 | 0.4356 | 0.4203 |
Hunter Lab | 46.4636 | 4.6570 | 23.0786 |
CIE-Lab | 53.5879 | 8.7938 | 38.3516 |
#a1793d color RGB value is (161,121,61).
#a1793d hex color red value is 161, green value is 121 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #a1793d hue: 0.10 , saturation: 0.45 and the lightness value of a1793d is 0.44.
The process color (four color CMYK) of #a1793d color hex is 0.00, 0.25, 0.62, 0.37. Web safe color of #a1793d is #996633. Color #a1793d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100001 | 01111001 | 00111101 |
Octal | 241 | 171 | 75 |
Decimal | 161 | 121 | 61 |
Hex | A1 | 79 | 3D |
Shades of #a1793d
Tints of #a1793d
RGB Percentages of Color #a1793d
CMYK Percentages of Color #a1793d
Complementary Color
#a1793d | #3d65a1 |
#a1793d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a1793d Color Preview on White Background
Lorem ipsum dolor sit amet.
#a1793d Color CSS Codes
.mybgcolor {background-color:#a1793d; } .myforecolor {color:#a1793d; } .mybordercolor {border:3px solid #a1793d; }
#a1793d Text Font Color
<p style="color:#a1793d">Text here</p>
This sample text font color is #a1793d
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.
#a1793d Background Color
<div style="background-color:#a1793d">
Div content here</div>
This div background color is #a1793d
#a1793d Border Color
<div style="border:3px solid #a1793d">
Div here</div>
This div border color is #a1793d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(161,121,61, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a1793d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a1793d; -webkit-box-shadow: 1px 1px 3px 2px #a1793d; box-shadow: 1px 1px 3px 2px #a1793d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(161,121,61, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a1793d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a1793d; -webkit-box-shadow: 1px 1px 3px 2px #a1793d; box-shadow: 1px 1px 3px 2px #a1793d;">
Div content here</div>
This div box has shadow with color #a1793d
Comments
No comments written yet.
Please login to write comment.