Color spaces of #af566e
RGB | 175 | 86 | 110 |
---|---|---|---|
HSL | 0.96 | 0.36 | 0.51 |
HSV | 344° | 51° | 69° |
CMYK | 0.00 | 0.51 | 0.37 0.31 |
XYZ | 23.8215 | 16.8953 | 16.7574 |
Yxy | 16.8953 | 0.4145 | 0.2940 |
Hunter Lab | 41.1039 | 31.5167 | 4.6011 |
CIE-Lab | 48.1278 | 38.8309 | 3.3856 |
#af566e color RGB value is (175,86,110).
#af566e hex color red value is 175, green value is 86 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #af566e hue: 0.96 , saturation: 0.36 and the lightness value of af566e is 0.51.
The process color (four color CMYK) of #af566e color hex is 0.00, 0.51, 0.37, 0.31. Web safe color of #af566e is #996666. Color #af566e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 01010110 | 01101110 |
Octal | 257 | 126 | 156 |
Decimal | 175 | 86 | 110 |
Hex | AF | 56 | 6E |
Shades of #af566e
Tints of #af566e
RGB Percentages of Color #af566e
CMYK Percentages of Color #af566e
Complementary Color
#af566e | #56af97 |
#af566e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af566e Color Preview on White Background
Lorem ipsum dolor sit amet.
#af566e Color CSS Codes
.mybgcolor {background-color:#af566e; } .myforecolor {color:#af566e; } .mybordercolor {border:3px solid #af566e; }
#af566e Text Font Color
<p style="color:#af566e">Text here</p>
This sample text font color is #af566e
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.
#af566e Background Color
<div style="background-color:#af566e">
Div content here</div>
This div background color is #af566e
#af566e Border Color
<div style="border:3px solid #af566e">
Div here</div>
This div border color is #af566e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,86,110, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af566e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af566e; -webkit-box-shadow: 1px 1px 3px 2px #af566e; box-shadow: 1px 1px 3px 2px #af566e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,86,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 #af566e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af566e; -webkit-box-shadow: 1px 1px 3px 2px #af566e; box-shadow: 1px 1px 3px 2px #af566e;">
Div content here</div>
This div box has shadow with color #af566e
Comments
No comments written yet.
Please login to write comment.