Color spaces of #ae566f
RGB | 174 | 86 | 111 |
---|---|---|---|
HSL | 0.95 | 0.35 | 0.51 |
HSV | 343° | 51° | 68° |
CMYK | 0.00 | 0.51 | 0.36 0.32 |
XYZ | 23.6526 | 16.8019 | 17.0354 |
Yxy | 16.8019 | 0.4114 | 0.2923 |
Hunter Lab | 40.9901 | 31.2675 | 4.0523 |
CIE-Lab | 48.0095 | 38.5944 | 2.5921 |
#ae566f color RGB value is (174,86,111).
#ae566f hex color red value is 174, green value is 86 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ae566f hue: 0.95 , saturation: 0.35 and the lightness value of ae566f is 0.51.
The process color (four color CMYK) of #ae566f color hex is 0.00, 0.51, 0.36, 0.32. Web safe color of #ae566f is #996666. Color #ae566f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 01010110 | 01101111 |
Octal | 256 | 126 | 157 |
Decimal | 174 | 86 | 111 |
Hex | AE | 56 | 6F |
Shades of #ae566f
Tints of #ae566f
RGB Percentages of Color #ae566f
CMYK Percentages of Color #ae566f
Complementary Color
#ae566f | #56ae95 |
#ae566f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ae566f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ae566f Color CSS Codes
.mybgcolor {background-color:#ae566f; } .myforecolor {color:#ae566f; } .mybordercolor {border:3px solid #ae566f; }
#ae566f Text Font Color
<p style="color:#ae566f">Text here</p>
This sample text font color is #ae566f
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.
#ae566f Background Color
<div style="background-color:#ae566f">
Div content here</div>
This div background color is #ae566f
#ae566f Border Color
<div style="border:3px solid #ae566f">
Div here</div>
This div border color is #ae566f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,86,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae566f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae566f; -webkit-box-shadow: 1px 1px 3px 2px #ae566f; box-shadow: 1px 1px 3px 2px #ae566f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,86,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ae566f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae566f; -webkit-box-shadow: 1px 1px 3px 2px #ae566f; box-shadow: 1px 1px 3px 2px #ae566f;">
Div content here</div>
This div box has shadow with color #ae566f
Comments
No comments written yet.
Please login to write comment.