Color spaces of #ad566a
RGB | 173 | 86 | 106 |
---|---|---|---|
HSL | 0.96 | 0.35 | 0.51 |
HSV | 346° | 50° | 68° |
CMYK | 0.00 | 0.50 | 0.39 0.32 |
XYZ | 23.1629 | 16.5804 | 15.6152 |
Yxy | 16.5804 | 0.4184 | 0.2995 |
Hunter Lab | 40.7190 | 30.2809 | 5.7664 |
CIE-Lab | 47.7269 | 37.6266 | 5.1871 |
#ad566a color RGB value is (173,86,106).
#ad566a hex color red value is 173, green value is 86 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ad566a hue: 0.96 , saturation: 0.35 and the lightness value of ad566a is 0.51.
The process color (four color CMYK) of #ad566a color hex is 0.00, 0.50, 0.39, 0.32. Web safe color of #ad566a is #996666. Color #ad566a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 01010110 | 01101010 |
Octal | 255 | 126 | 152 |
Decimal | 173 | 86 | 106 |
Hex | AD | 56 | 6A |
Shades of #ad566a
Tints of #ad566a
RGB Percentages of Color #ad566a
CMYK Percentages of Color #ad566a
Complementary Color
#ad566a | #56ad99 |
#ad566a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ad566a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ad566a Color CSS Codes
.mybgcolor {background-color:#ad566a; } .myforecolor {color:#ad566a; } .mybordercolor {border:3px solid #ad566a; }
#ad566a Text Font Color
<p style="color:#ad566a">Text here</p>
This sample text font color is #ad566a
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.
#ad566a Background Color
<div style="background-color:#ad566a">
Div content here</div>
This div background color is #ad566a
#ad566a Border Color
<div style="border:3px solid #ad566a">
Div here</div>
This div border color is #ad566a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,86,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ad566a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ad566a; -webkit-box-shadow: 1px 1px 3px 2px #ad566a; box-shadow: 1px 1px 3px 2px #ad566a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,86,106, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ad566a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ad566a; -webkit-box-shadow: 1px 1px 3px 2px #ad566a; box-shadow: 1px 1px 3px 2px #ad566a;">
Div content here</div>
This div box has shadow with color #ad566a
Comments
No comments written yet.
Please login to write comment.