Color spaces of #a69aaa
RGB | 166 | 154 | 170 |
---|---|---|---|
HSL | 0.79 | 0.09 | 0.64 |
HSV | 285° | 9° | 67° |
CMYK | 0.02 | 0.09 | 0.00 0.33 |
XYZ | 34.5372 | 34.1205 | 42.7958 |
Yxy | 34.1205 | 0.3099 | 0.3061 |
Hunter Lab | 58.4128 | 3.3178 | -2.5496 |
CIE-Lab | 65.0581 | 7.4073 | -6.7467 |
#a69aaa color RGB value is (166,154,170).
#a69aaa hex color red value is 166, green value is 154 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a69aaa hue: 0.79 , saturation: 0.09 and the lightness value of a69aaa is 0.64.
The process color (four color CMYK) of #a69aaa color hex is 0.02, 0.09, 0.00, 0.33. Web safe color of #a69aaa is #999999. Color #a69aaa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100110 | 10011010 | 10101010 |
Octal | 246 | 232 | 252 |
Decimal | 166 | 154 | 170 |
Hex | A6 | 9A | AA |
Shades of #a69aaa
Tints of #a69aaa
RGB Percentages of Color #a69aaa
CMYK Percentages of Color #a69aaa
Complementary Color
#a69aaa | #9eaa9a |
#a69aaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a69aaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#a69aaa Color CSS Codes
.mybgcolor {background-color:#a69aaa; } .myforecolor {color:#a69aaa; } .mybordercolor {border:3px solid #a69aaa; }
#a69aaa Text Font Color
<p style="color:#a69aaa">Text here</p>
This sample text font color is #a69aaa
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.
#a69aaa Background Color
<div style="background-color:#a69aaa">
Div content here</div>
This div background color is #a69aaa
#a69aaa Border Color
<div style="border:3px solid #a69aaa">
Div here</div>
This div border color is #a69aaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(166,154,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a69aaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a69aaa; -webkit-box-shadow: 1px 1px 3px 2px #a69aaa; box-shadow: 1px 1px 3px 2px #a69aaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(166,154,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 #a69aaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a69aaa; -webkit-box-shadow: 1px 1px 3px 2px #a69aaa; box-shadow: 1px 1px 3px 2px #a69aaa;">
Div content here</div>
This div box has shadow with color #a69aaa
Comments
No comments written yet.
Please login to write comment.