Color spaces of #ad575e
RGB | 173 | 87 | 94 |
---|---|---|---|
HSL | 0.99 | 0.34 | 0.51 |
HSV | 355° | 50° | 68° |
CMYK | 0.00 | 0.50 | 0.46 0.32 |
XYZ | 22.6622 | 16.5088 | 12.5818 |
Yxy | 16.5088 | 0.4379 | 0.3190 |
Hunter Lab | 40.6310 | 28.4552 | 10.0820 |
CIE-Lab | 47.6351 | 35.7558 | 12.3010 |
#ad575e color RGB value is (173,87,94).
#ad575e hex color red value is 173, green value is 87 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ad575e hue: 0.99 , saturation: 0.34 and the lightness value of ad575e is 0.51.
The process color (four color CMYK) of #ad575e color hex is 0.00, 0.50, 0.46, 0.32. Web safe color of #ad575e is #996666. Color #ad575e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 01010111 | 01011110 |
Octal | 255 | 127 | 136 |
Decimal | 173 | 87 | 94 |
Hex | AD | 57 | 5E |
Shades of #ad575e
Tints of #ad575e
RGB Percentages of Color #ad575e
CMYK Percentages of Color #ad575e
Complementary Color
#ad575e | #57ada6 |
#ad575e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ad575e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ad575e Color CSS Codes
.mybgcolor {background-color:#ad575e; } .myforecolor {color:#ad575e; } .mybordercolor {border:3px solid #ad575e; }
#ad575e Text Font Color
<p style="color:#ad575e">Text here</p>
This sample text font color is #ad575e
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.
#ad575e Background Color
<div style="background-color:#ad575e">
Div content here</div>
This div background color is #ad575e
#ad575e Border Color
<div style="border:3px solid #ad575e">
Div here</div>
This div border color is #ad575e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,87,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ad575e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ad575e; -webkit-box-shadow: 1px 1px 3px 2px #ad575e; box-shadow: 1px 1px 3px 2px #ad575e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,87,94, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ad575e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ad575e; -webkit-box-shadow: 1px 1px 3px 2px #ad575e; box-shadow: 1px 1px 3px 2px #ad575e;">
Div content here</div>
This div box has shadow with color #ad575e
Comments
No comments written yet.
Please login to write comment.