Shades of Wistful #AAA6BF
Tints of Wistful #AAA6BF
RGB
CMYK
RGB Variations
Color information
#AAA6BF (or 0xAAA6BF) is known color: Wistful. HEX triplet: AA, A6 and BF. RGB value is (170,166,191). Sum of RGB (Red+Green+Blue) = 170+166+191=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 166 (65.23% from 255 or 31.50% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 191 - color contains mainly: blue. Hex color #AAA6BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA6BF is #555940. Grayscale: #A9A9A9. Windows color (decimal): -5593409 or 12560042. OLE color: 12560042.
HSL color Cylindrical-coordinate representation of color #AAA6BF: hue angle of 249.6º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AAA6BF is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 166 | 191 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.25 |
| HSL | 249.6º | 0.16% | 0.7% | - |
| HSV(B) | 249.6º | 0.13% | 0.75% | - |
| XYZ | 39.62 | 39.58 | 54.84 | - |
| YUV | 170.05 | 139.83 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 191 | 0.11 | 0.13 | 0 | 0.25 | 249.6 | 0.16 | 0.7 |
| Hex | AA | A6 | BF | B | D | 0 | 19 | FA | 10 | 46 |
| Octal | 252 | 246 | 277 | 13 | 15 | 0 | 31 | 372 | 20 | 106 |
| Binary | 10101010 | 10100110 | 10111111 | 1011 | 1101 | 0 | 11001 | 11111010 | 10000 | 1000110 |
Color Harmonies of #AAA6BF
Complementary color
Monochromatic Colors of #AAA6BF
Black with #AAA6BF
Text Example
Text Example
White with #AAA6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA6BF; }
p { color: rgb(170,166,191); }
H1.HeaderClassName
{
color: #AAA6BF;
}
.AnyTagClassName
{
color: #AAA6BF;
}
</style>
background-color css
<style>
a { background-color: #AAA6BF; }
a { background-color: rgb(170,166,191); }
div.DivClassName
{
background-color: #AAA6BF;
}
.BgClassName
{
background-color: #AAA6BF;
}
</style>
border-color css
<style>
span { border-color: #AAA6BF; }
span { border-color: rgb(170,166,191); }
td.TdClassName
{
border-color: #AAA6BF;
}
.TagClassName
{
border-color: #AAA6BF;
}
</style>