Color spaces of #ae92aa
RGB | 174 | 146 | 170 |
---|---|---|---|
HSL | 0.86 | 0.15 | 0.63 |
HSV | 309° | 16° | 68° |
CMYK | 0.00 | 0.16 | 0.02 0.32 |
XYZ | 34.9901 | 32.4587 | 42.4512 |
Yxy | 32.4587 | 0.3184 | 0.2953 |
Hunter Lab | 56.9725 | 9.9251 | -4.2972 |
CIE-Lab | 63.7202 | 14.7270 | -8.6591 |
#ae92aa color RGB value is (174,146,170).
#ae92aa hex color red value is 174, green value is 146 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ae92aa hue: 0.86 , saturation: 0.15 and the lightness value of ae92aa is 0.63.
The process color (four color CMYK) of #ae92aa color hex is 0.00, 0.16, 0.02, 0.32. Web safe color of #ae92aa is #999999. Color #ae92aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10010010 | 10101010 |
Octal | 256 | 222 | 252 |
Decimal | 174 | 146 | 170 |
Hex | AE | 92 | AA |
Shades of #ae92aa
Tints of #ae92aa
RGB Percentages of Color #ae92aa
CMYK Percentages of Color #ae92aa
Complementary Color
#ae92aa | #92ae96 |
#ae92aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ae92aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#ae92aa Color CSS Codes
.mybgcolor {background-color:#ae92aa; } .myforecolor {color:#ae92aa; } .mybordercolor {border:3px solid #ae92aa; }
#ae92aa Text Font Color
<p style="color:#ae92aa">Text here</p>
This sample text font color is #ae92aa
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.
#ae92aa Background Color
<div style="background-color:#ae92aa">
Div content here</div>
This div background color is #ae92aa
#ae92aa Border Color
<div style="border:3px solid #ae92aa">
Div here</div>
This div border color is #ae92aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,146,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae92aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae92aa; -webkit-box-shadow: 1px 1px 3px 2px #ae92aa; box-shadow: 1px 1px 3px 2px #ae92aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,146,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ae92aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae92aa; -webkit-box-shadow: 1px 1px 3px 2px #ae92aa; box-shadow: 1px 1px 3px 2px #ae92aa;">
Div content here</div>
This div box has shadow with color #ae92aa
Comments
No comments written yet.
Please login to write comment.