Color spaces of #aa699f
RGB | 170 | 105 | 159 |
---|---|---|---|
HSL | 0.86 | 0.28 | 0.54 |
HSV | 310° | 38° | 67° |
CMYK | 0.00 | 0.38 | 0.06 0.33 |
XYZ | 27.8871 | 21.1524 | 35.4139 |
Yxy | 21.1524 | 0.3302 | 0.2505 |
Hunter Lab | 45.9917 | 27.7480 | -13.4594 |
CIE-Lab | 53.1159 | 34.3316 | -18.3764 |
#aa699f color RGB value is (170,105,159).
#aa699f hex color red value is 170, green value is 105 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #aa699f hue: 0.86 , saturation: 0.28 and the lightness value of aa699f is 0.54.
The process color (four color CMYK) of #aa699f color hex is 0.00, 0.38, 0.06, 0.33. Web safe color of #aa699f is #996699. Color #aa699f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 01101001 | 10011111 |
Octal | 252 | 151 | 237 |
Decimal | 170 | 105 | 159 |
Hex | AA | 69 | 9F |
Shades of #aa699f
Tints of #aa699f
RGB Percentages of Color #aa699f
CMYK Percentages of Color #aa699f
Complementary Color
#aa699f | #69aa74 |
#aa699f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aa699f Color Preview on White Background
Lorem ipsum dolor sit amet.
#aa699f Color CSS Codes
.mybgcolor {background-color:#aa699f; } .myforecolor {color:#aa699f; } .mybordercolor {border:3px solid #aa699f; }
#aa699f Text Font Color
<p style="color:#aa699f">Text here</p>
This sample text font color is #aa699f
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.
#aa699f Background Color
<div style="background-color:#aa699f">
Div content here</div>
This div background color is #aa699f
#aa699f Border Color
<div style="border:3px solid #aa699f">
Div here</div>
This div border color is #aa699f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,105,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aa699f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aa699f; -webkit-box-shadow: 1px 1px 3px 2px #aa699f; box-shadow: 1px 1px 3px 2px #aa699f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,105,159, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aa699f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aa699f; -webkit-box-shadow: 1px 1px 3px 2px #aa699f; box-shadow: 1px 1px 3px 2px #aa699f;">
Div content here</div>
This div box has shadow with color #aa699f
Comments
No comments written yet.
Please login to write comment.