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