Color spaces of #a699ac
RGB | 166 | 153 | 172 |
---|---|---|---|
HSL | 0.78 | 0.10 | 0.64 |
HSV | 281° | 11° | 67° |
CMYK | 0.03 | 0.11 | 0.00 0.33 |
XYZ | 34.5635 | 33.8680 | 43.7452 |
Yxy | 33.8680 | 0.3081 | 0.3019 |
Hunter Lab | 58.1962 | 4.1701 | -3.8300 |
CIE-Lab | 64.8577 | 8.3618 | -8.1677 |
#a699ac color RGB value is (166,153,172).
#a699ac hex color red value is 166, green value is 153 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a699ac hue: 0.78 , saturation: 0.10 and the lightness value of a699ac is 0.64.
The process color (four color CMYK) of #a699ac color hex is 0.03, 0.11, 0.00, 0.33. Web safe color of #a699ac is #999999. Color #a699ac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100110 | 10011001 | 10101100 |
Octal | 246 | 231 | 254 |
Decimal | 166 | 153 | 172 |
Hex | A6 | 99 | AC |
Shades of #a699ac
Tints of #a699ac
RGB Percentages of Color #a699ac
CMYK Percentages of Color #a699ac
Complementary Color
#a699ac | #9fac99 |
#a699ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a699ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#a699ac Color CSS Codes
.mybgcolor {background-color:#a699ac; } .myforecolor {color:#a699ac; } .mybordercolor {border:3px solid #a699ac; }
#a699ac Text Font Color
<p style="color:#a699ac">Text here</p>
This sample text font color is #a699ac
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.
#a699ac Background Color
<div style="background-color:#a699ac">
Div content here</div>
This div background color is #a699ac
#a699ac Border Color
<div style="border:3px solid #a699ac">
Div here</div>
This div border color is #a699ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(166,153,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a699ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a699ac; -webkit-box-shadow: 1px 1px 3px 2px #a699ac; box-shadow: 1px 1px 3px 2px #a699ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(166,153,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a699ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a699ac; -webkit-box-shadow: 1px 1px 3px 2px #a699ac; box-shadow: 1px 1px 3px 2px #a699ac;">
Div content here</div>
This div box has shadow with color #a699ac
Comments
No comments written yet.
Please login to write comment.