Color spaces of #a67955
RGB | 166 | 121 | 85 |
---|---|---|---|
HSL | 0.07 | 0.32 | 0.49 |
HSV | 27° | 49° | 65° |
CMYK | 0.00 | 0.27 | 0.49 0.35 |
XYZ | 24.2029 | 22.4376 | 11.6496 |
Yxy | 22.4376 | 0.4152 | 0.3849 |
Hunter Lab | 47.3683 | 8.3101 | 18.5763 |
CIE-Lab | 54.4883 | 13.0889 | 26.5847 |
#a67955 color RGB value is (166,121,85).
#a67955 hex color red value is 166, green value is 121 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #a67955 hue: 0.07 , saturation: 0.32 and the lightness value of a67955 is 0.49.
The process color (four color CMYK) of #a67955 color hex is 0.00, 0.27, 0.49, 0.35. Web safe color of #a67955 is #996666. Color #a67955 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100110 | 01111001 | 01010101 |
Octal | 246 | 171 | 125 |
Decimal | 166 | 121 | 85 |
Hex | A6 | 79 | 55 |
Shades of #a67955
Tints of #a67955
RGB Percentages of Color #a67955
CMYK Percentages of Color #a67955
Complementary Color
#a67955 | #5582a6 |
#a67955 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a67955 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a67955 Color CSS Codes
.mybgcolor {background-color:#a67955; } .myforecolor {color:#a67955; } .mybordercolor {border:3px solid #a67955; }
#a67955 Text Font Color
<p style="color:#a67955">Text here</p>
This sample text font color is #a67955
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.
#a67955 Background Color
<div style="background-color:#a67955">
Div content here</div>
This div background color is #a67955
#a67955 Border Color
<div style="border:3px solid #a67955">
Div here</div>
This div border color is #a67955
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(166,121,85, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a67955; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a67955; -webkit-box-shadow: 1px 1px 3px 2px #a67955; box-shadow: 1px 1px 3px 2px #a67955; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(166,121,85, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a67955">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a67955; -webkit-box-shadow: 1px 1px 3px 2px #a67955; box-shadow: 1px 1px 3px 2px #a67955;">
Div content here</div>
This div box has shadow with color #a67955
Comments
No comments written yet.
Please login to write comment.