Color spaces of #ad846e
RGB | 173 | 132 | 110 |
---|---|---|---|
HSL | 0.06 | 0.28 | 0.55 |
HSV | 21° | 36° | 68° |
CMYK | 0.00 | 0.24 | 0.36 0.32 |
XYZ | 28.2993 | 26.5126 | 18.3777 |
Yxy | 26.5126 | 0.3867 | 0.3622 |
Hunter Lab | 51.4904 | 7.9961 | 14.8818 |
CIE-Lab | 58.5204 | 12.6651 | 17.9552 |
#ad846e color RGB value is (173,132,110).
#ad846e hex color red value is 173, green value is 132 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #ad846e hue: 0.06 , saturation: 0.28 and the lightness value of ad846e is 0.55.
The process color (four color CMYK) of #ad846e color hex is 0.00, 0.24, 0.36, 0.32. Web safe color of #ad846e is #999966. Color #ad846e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10000100 | 01101110 |
Octal | 255 | 204 | 156 |
Decimal | 173 | 132 | 110 |
Hex | AD | 84 | 6E |
Shades of #ad846e
Tints of #ad846e
RGB Percentages of Color #ad846e
CMYK Percentages of Color #ad846e
Complementary Color
#ad846e | #6e97ad |
#ad846e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ad846e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ad846e Color CSS Codes
.mybgcolor {background-color:#ad846e; } .myforecolor {color:#ad846e; } .mybordercolor {border:3px solid #ad846e; }
#ad846e Text Font Color
<p style="color:#ad846e">Text here</p>
This sample text font color is #ad846e
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.
#ad846e Background Color
<div style="background-color:#ad846e">
Div content here</div>
This div background color is #ad846e
#ad846e Border Color
<div style="border:3px solid #ad846e">
Div here</div>
This div border color is #ad846e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,132,110, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ad846e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ad846e; -webkit-box-shadow: 1px 1px 3px 2px #ad846e; box-shadow: 1px 1px 3px 2px #ad846e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,132,110, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ad846e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ad846e; -webkit-box-shadow: 1px 1px 3px 2px #ad846e; box-shadow: 1px 1px 3px 2px #ad846e;">
Div content here</div>
This div box has shadow with color #ad846e
Comments
No comments written yet.
Please login to write comment.