Shades of Wistful #A6A8C6
Tints of Wistful #A6A8C6
RGB
CMYK
RGB Variations
Color information
#A6A8C6 (or 0xA6A8C6) is known color: Wistful. HEX triplet: A6, A8 and C6. RGB value is (166,168,198). Sum of RGB (Red+Green+Blue) = 166+168+198=532 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.20% from 532); Green value is 168 (66.02% from 255 or 31.58% from 532); Blue value is 198 (77.73% from 255 or 37.22% from 532); Max value from RGB is 198 - color contains mainly: blue. Hex color #A6A8C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A8C6 is #595739. Grayscale: #AAAAAA. Windows color (decimal): -5855034 or 13019302. OLE color: 13019302.
HSL color Cylindrical-coordinate representation of color #A6A8C6: hue angle of 236.25º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A6A8C6 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 168 | 198 | - |
| CMYK | 0.16 | 0.15 | 0 | 0.22 |
| HSL | 236.25º | 0.22% | 0.71% | - |
| HSV(B) | 236.25º | 0.16% | 0.78% | - |
| XYZ | 39.92 | 40.19 | 59.08 | - |
| YUV | 170.82 | 143.34 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 168 | 198 | 0.16 | 0.15 | 0 | 0.22 | 236.25 | 0.22 | 0.71 |
| Hex | A6 | A8 | C6 | 10 | F | 0 | 16 | EC | 16 | 47 |
| Octal | 246 | 250 | 306 | 20 | 17 | 0 | 26 | 354 | 26 | 107 |
| Binary | 10100110 | 10101000 | 11000110 | 10000 | 1111 | 0 | 10110 | 11101100 | 10110 | 1000111 |
Color Harmonies of #A6A8C6
Complementary color
Monochromatic Colors of #A6A8C6
Black with #A6A8C6
Text Example
Text Example
White with #A6A8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A8C6; }
p { color: rgb(166,168,198); }
H1.HeaderClassName
{
color: #A6A8C6;
}
.AnyTagClassName
{
color: #A6A8C6;
}
</style>
background-color css
<style>
a { background-color: #A6A8C6; }
a { background-color: rgb(166,168,198); }
div.DivClassName
{
background-color: #A6A8C6;
}
.BgClassName
{
background-color: #A6A8C6;
}
</style>
border-color css
<style>
span { border-color: #A6A8C6; }
span { border-color: rgb(166,168,198); }
td.TdClassName
{
border-color: #A6A8C6;
}
.TagClassName
{
border-color: #A6A8C6;
}
</style>