Color spaces of #a67549
RGB | 166 | 117 | 73 |
---|---|---|---|
HSL | 0.08 | 0.39 | 0.47 |
HSV | 28° | 56° | 65° |
CMYK | 0.00 | 0.30 | 0.56 0.35 |
XYZ | 23.2898 | 21.3106 | 9.1892 |
Yxy | 21.3106 | 0.4330 | 0.3962 |
Hunter Lab | 46.1634 | 9.2687 | 20.5122 |
CIE-Lab | 53.2878 | 14.2268 | 31.7341 |
#a67549 color RGB value is (166,117,73).
#a67549 hex color red value is 166, green value is 117 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #a67549 hue: 0.08 , saturation: 0.39 and the lightness value of a67549 is 0.47.
The process color (four color CMYK) of #a67549 color hex is 0.00, 0.30, 0.56, 0.35. Web safe color of #a67549 is #996633. Color #a67549 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100110 | 01110101 | 01001001 |
Octal | 246 | 165 | 111 |
Decimal | 166 | 117 | 73 |
Hex | A6 | 75 | 49 |
Shades of #a67549
Tints of #a67549
RGB Percentages of Color #a67549
CMYK Percentages of Color #a67549
Complementary Color
#a67549 | #497aa6 |
#a67549 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a67549 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a67549 Color CSS Codes
.mybgcolor {background-color:#a67549; } .myforecolor {color:#a67549; } .mybordercolor {border:3px solid #a67549; }
#a67549 Text Font Color
<p style="color:#a67549">Text here</p>
This sample text font color is #a67549
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.
#a67549 Background Color
<div style="background-color:#a67549">
Div content here</div>
This div background color is #a67549
#a67549 Border Color
<div style="border:3px solid #a67549">
Div here</div>
This div border color is #a67549
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(166,117,73, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a67549; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a67549; -webkit-box-shadow: 1px 1px 3px 2px #a67549; box-shadow: 1px 1px 3px 2px #a67549; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(166,117,73, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a67549">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a67549; -webkit-box-shadow: 1px 1px 3px 2px #a67549; box-shadow: 1px 1px 3px 2px #a67549;">
Div content here</div>
This div box has shadow with color #a67549
Comments
No comments written yet.
Please login to write comment.