Shades of Wistful #AAA6C7
Tints of Wistful #AAA6C7
RGB
CMYK
RGB Variations
Color information
#AAA6C7 (or 0xAAA6C7) is known color: Wistful. HEX triplet: AA, A6 and C7. RGB value is (170,166,199). Sum of RGB (Red+Green+Blue) = 170+166+199=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 166 (65.23% from 255 or 31.03% from 535); Blue value is 199 (78.12% from 255 or 37.20% from 535); Max value from RGB is 199 - color contains mainly: blue. Hex color #AAA6C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA6C7 is #555938. Grayscale: #AAAAAA. Windows color (decimal): -5593401 or 13084330. OLE color: 13084330.
HSL color Cylindrical-coordinate representation of color #AAA6C7: hue angle of 247.27º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAA6C7 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 166 | 199 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.22 |
| HSL | 247.27º | 0.23% | 0.72% | - |
| HSV(B) | 247.27º | 0.17% | 0.78% | - |
| XYZ | 40.52 | 39.94 | 59.61 | - |
| YUV | 170.96 | 143.83 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 199 | 0.15 | 0.17 | 0 | 0.22 | 247.27 | 0.23 | 0.72 |
| Hex | AA | A6 | C7 | F | 11 | 0 | 16 | F7 | 17 | 48 |
| Octal | 252 | 246 | 307 | 17 | 21 | 0 | 26 | 367 | 27 | 110 |
| Binary | 10101010 | 10100110 | 11000111 | 1111 | 10001 | 0 | 10110 | 11110111 | 10111 | 1001000 |
Color Harmonies of #AAA6C7
Complementary color
Monochromatic Colors of #AAA6C7
Black with #AAA6C7
Text Example
Text Example
White with #AAA6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA6C7; }
p { color: rgb(170,166,199); }
H1.HeaderClassName
{
color: #AAA6C7;
}
.AnyTagClassName
{
color: #AAA6C7;
}
</style>
background-color css
<style>
a { background-color: #AAA6C7; }
a { background-color: rgb(170,166,199); }
div.DivClassName
{
background-color: #AAA6C7;
}
.BgClassName
{
background-color: #AAA6C7;
}
</style>
border-color css
<style>
span { border-color: #AAA6C7; }
span { border-color: rgb(170,166,199); }
td.TdClassName
{
border-color: #AAA6C7;
}
.TagClassName
{
border-color: #AAA6C7;
}
</style>