Color spaces of #af575e
RGB | 175 | 87 | 94 |
---|---|---|---|
HSL | 0.99 | 0.35 | 0.51 |
HSV | 355° | 50° | 69° |
CMYK | 0.00 | 0.50 | 0.46 0.31 |
XYZ | 23.1078 | 16.7385 | 12.6026 |
Yxy | 16.7385 | 0.4406 | 0.3191 |
Hunter Lab | 40.9127 | 29.2209 | 10.3754 |
CIE-Lab | 47.9288 | 36.5085 | 12.7538 |
#af575e color RGB value is (175,87,94).
#af575e hex color red value is 175, green value is 87 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #af575e hue: 0.99 , saturation: 0.35 and the lightness value of af575e is 0.51.
The process color (four color CMYK) of #af575e color hex is 0.00, 0.50, 0.46, 0.31. Web safe color of #af575e is #996666. Color #af575e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 01010111 | 01011110 |
Octal | 257 | 127 | 136 |
Decimal | 175 | 87 | 94 |
Hex | AF | 57 | 5E |
Shades of #af575e
Tints of #af575e
RGB Percentages of Color #af575e
CMYK Percentages of Color #af575e
Complementary Color
#af575e | #57afa8 |
#af575e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af575e Color Preview on White Background
Lorem ipsum dolor sit amet.
#af575e Color CSS Codes
.mybgcolor {background-color:#af575e; } .myforecolor {color:#af575e; } .mybordercolor {border:3px solid #af575e; }
#af575e Text Font Color
<p style="color:#af575e">Text here</p>
This sample text font color is #af575e
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.
#af575e Background Color
<div style="background-color:#af575e">
Div content here</div>
This div background color is #af575e
#af575e Border Color
<div style="border:3px solid #af575e">
Div here</div>
This div border color is #af575e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,87,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af575e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af575e; -webkit-box-shadow: 1px 1px 3px 2px #af575e; box-shadow: 1px 1px 3px 2px #af575e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,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 #af575e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af575e; -webkit-box-shadow: 1px 1px 3px 2px #af575e; box-shadow: 1px 1px 3px 2px #af575e;">
Div content here</div>
This div box has shadow with color #af575e
Comments
No comments written yet.
Please login to write comment.