Color spaces of #ad967f
RGB | 173 | 150 | 127 |
---|---|---|---|
HSL | 0.08 | 0.22 | 0.59 |
HSV | 30° | 27° | 68° |
CMYK | 0.00 | 0.13 | 0.27 0.32 |
XYZ | 31.9707 | 32.2292 | 24.6145 |
Yxy | 32.2292 | 0.3600 | 0.3629 |
Hunter Lab | 56.7708 | 1.1742 | 14.0328 |
CIE-Lab | 63.5319 | 4.9195 | 15.2885 |
#ad967f color RGB value is (173,150,127).
#ad967f hex color red value is 173, green value is 150 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ad967f hue: 0.08 , saturation: 0.22 and the lightness value of ad967f is 0.59.
The process color (four color CMYK) of #ad967f color hex is 0.00, 0.13, 0.27, 0.32. Web safe color of #ad967f is #999966. Color #ad967f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10010110 | 01111111 |
Octal | 255 | 226 | 177 |
Decimal | 173 | 150 | 127 |
Hex | AD | 96 | 7F |
Shades of #ad967f
Tints of #ad967f
RGB Percentages of Color #ad967f
CMYK Percentages of Color #ad967f
Complementary Color
#ad967f | #7f96ad |
#ad967f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ad967f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ad967f Color CSS Codes
.mybgcolor {background-color:#ad967f; } .myforecolor {color:#ad967f; } .mybordercolor {border:3px solid #ad967f; }
#ad967f Text Font Color
<p style="color:#ad967f">Text here</p>
This sample text font color is #ad967f
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.
#ad967f Background Color
<div style="background-color:#ad967f">
Div content here</div>
This div background color is #ad967f
#ad967f Border Color
<div style="border:3px solid #ad967f">
Div here</div>
This div border color is #ad967f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,150,127, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ad967f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ad967f; -webkit-box-shadow: 1px 1px 3px 2px #ad967f; box-shadow: 1px 1px 3px 2px #ad967f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,150,127, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ad967f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ad967f; -webkit-box-shadow: 1px 1px 3px 2px #ad967f; box-shadow: 1px 1px 3px 2px #ad967f;">
Div content here</div>
This div box has shadow with color #ad967f
Comments
No comments written yet.
Please login to write comment.