Color spaces of #ae495f
RGB | 174 | 73 | 95 |
---|---|---|---|
HSL | 0.96 | 0.41 | 0.48 |
HSV | 347° | 58° | 68° |
CMYK | 0.00 | 0.58 | 0.45 0.32 |
XYZ | 21.9037 | 14.5900 | 12.4882 |
Yxy | 14.5900 | 0.4472 | 0.2979 |
Hunter Lab | 38.1969 | 35.5150 | 7.3533 |
CIE-Lab | 45.0674 | 43.3248 | 8.1162 |
#ae495f color RGB value is (174,73,95).
#ae495f hex color red value is 174, green value is 73 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ae495f hue: 0.96 , saturation: 0.41 and the lightness value of ae495f is 0.48.
The process color (four color CMYK) of #ae495f color hex is 0.00, 0.58, 0.45, 0.32. Web safe color of #ae495f is #993366. Color #ae495f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 01001001 | 01011111 |
Octal | 256 | 111 | 137 |
Decimal | 174 | 73 | 95 |
Hex | AE | 49 | 5F |
Shades of #ae495f
Tints of #ae495f
RGB Percentages of Color #ae495f
CMYK Percentages of Color #ae495f
Complementary Color
#ae495f | #49ae98 |
#ae495f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ae495f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ae495f Color CSS Codes
.mybgcolor {background-color:#ae495f; } .myforecolor {color:#ae495f; } .mybordercolor {border:3px solid #ae495f; }
#ae495f Text Font Color
<p style="color:#ae495f">Text here</p>
This sample text font color is #ae495f
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.
#ae495f Background Color
<div style="background-color:#ae495f">
Div content here</div>
This div background color is #ae495f
#ae495f Border Color
<div style="border:3px solid #ae495f">
Div here</div>
This div border color is #ae495f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,73,95, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae495f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae495f; -webkit-box-shadow: 1px 1px 3px 2px #ae495f; box-shadow: 1px 1px 3px 2px #ae495f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,73,95, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ae495f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae495f; -webkit-box-shadow: 1px 1px 3px 2px #ae495f; box-shadow: 1px 1px 3px 2px #ae495f;">
Div content here</div>
This div box has shadow with color #ae495f
Comments
No comments written yet.
Please login to write comment.