#a69ea6 hex color information.
RGB value of #a69ea6 is (166,158,166)
Change page background color to #a69ea6
| Reset
| RGB | 166 | 158 | 166 |
|---|---|---|---|
| HSL | 0.83 | 0.04 | 0.64 |
| HSV | 300° | 5° | 65° |
| CMYK | 0.00 | 0.05 | 0.00 0.35 |
| XYZ | 34.8357 | 35.3139 | 41.0566 |
| Yxy | 35.3139 | 0.3133 | 0.3176 |
| Hunter Lab | 59.4255 | 0.6435 | 0.6349 |
| CIE-Lab | 65.9923 | 4.4054 | -3.1239 |
#a69ea6 hex color red value is 166, green value is 158 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #a69ea6 hue: 0.83 , saturation: 0.04 and the lightness value of a69ea6 is 0.64.
The process color (four color CMYK) of #a69ea6 hex color is 0.00, 0.05, 0.00, 0.35. Web safe color of #a69ea6 is #999999
Color #a69ea6 contains mostly RED color.
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10100110 | 10011110 | 10100110 |
| Octal | 246 | 236 | 246 |
| Decimal | 166 | 158 | 166 |
| Hexadecimal | A6 | 9E | A6 |
Lorem ipsum dolor sit amet.
Lorem ipsum dolor sit amet.
.mybgcolor {background-color:#a69ea6; }
.myforecolor {color:#a69ea6; }
.mybordercolor {border:3px solid #a69ea6; }
This sample text font color is #a69ea6
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.
<p style="color:#a69ea6">Text here</p>
This div background color is #a69ea6
<div style="background-color:#a69ea6">
Div content here</div>
This div border color is #a69ea6
<div style="border:3px solid #a69ea6">
Div here</div>
| #a69ea6 | border color |
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(166,158,166, 0.8);
}
.textShadowHex {
text-shadow: 4px 4px 2px #a69ea6;
}
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #a69ea6;
-webkit-box-shadow: 1px 1px 3px 2px #a69ea6;
box-shadow: 1px 1px 3px 2px #a69ea6;
}
<p style="text-shadow: 4px 4px 2px rgba(166,158,166, 0.8);">Text here</p>
This text has shadow with rgb values.
<p style="text-shadow: 4px 4px 2px #a69ea6">Text here</p>
This text has shadow with hex values.
This div box has shadow with color #a69ea6
<div style="-moz-box-shadow: 1px 1px 3px 2px #a69ea6; -webkit-box-shadow: 1px 1px 3px 2px #a69ea6; box-shadow: 1px 1px 3px 2px #a69ea6;">
Div content here</div>